Register DLL on another machine's VS.NET?

  • Thread starter Thread starter Brett
  • Start date Start date
B

Brett

How can I have my DLL register on another machine's VS.NET "Add Reference"
section?

If I compile it under VS.NET, will it go under the .NET tab in "Add
Reference"?

Thanks,
Brett
 
I'm not sure if the VS.NET deployment (setup) application will allow the
registry entry required on the URL referenced below. I see in my deployment
project that the register property on a certain DLL is:
DoNotRegister - The item requires no registration.

which will not do registry edits. There are other COM type register options
but I'm not sure if they are needed. Any suggestions?

Brett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top