.Net Command Window

D

darwin.rodgers

If I only have the .Net Framework (target computer), is there a way to
open a .Net command window in order to run regasm and gacutil?

The basis for my question is that I've extended the functionality of an
old VB6 application by exposing methods in a .Net dll. Now I want to
deploy this on computers that only have the .Net Framework. Everything
I've read about opening the .Net command window points to the
installation path for VB.Net which will not be installed on my target
computers. The target computers will only have the .Net Framework.
 
D

darwin.rodgers

I hope I'm not the first person to respond to his own posting, but
after further reading I found my answer in the .Net Framework
documentation. Of course all of you probably already know this, but
both regasm and gacutil are included tools in the .Net Framework.

Happy coding.
 

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

Top