I have a C# class library that is COM visible and can be called from Visual C++ 6. It works fine.
Probably a stupid question, but even after Googling for an answer I can’t find one. How do I copy and register this on another non-development machine? My machine has gacutil and regasm on it which I am using. However, these are not on the other machine. The only answers I seem to be able to find on Google talk about creating an installation app, but this is overkill for something that will only ever be used internally.
RegasmandGacutilare both installed with the .NET Framework (inC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727for 3.5sp1, for example, by default).Since you’ll need the framework installed anyways, this should exist on every system.