How do you develop a C# dll in Visual Studio 2010 that can be registered on another pc via regasm? [duplicate]
问题 This question already has an answer here : Closed 7 years ago . Possible Duplicate: regasm RA0000: No types were registered I have a fairly simple component, strongly named and built into a dll file. I give that file to a co-worker to register on his Windows 7 machine. He uses the command: (from the location he has copied the file to) regasm mycontrol.dll And gets the reply RegAsm : warning RA0000 : No types were registered. Why? 回答1: Has anyone actually developed a C# dll in Visual Studio