i have a problem in c# i got this error: COM Interop registration failed. Could not find a type library for assembly 'SmarTeam.Std.Bom'. but SmarTeam.Std.Bom is not a com object or a type library and doesn;t have no refrence to no com object or tlb. i run the commend regasm /codebase /tlb /verbose and i got this message: RegAsm warning: Registering an unsigned assembly with /codebase can cause your a ssembly to interfere with other applications that may be installed on the same c omputer. The /codebase switch is intended to be used only with signed assemblies . Please give your assembly a strong name and re-register it. how can i solve this problem