Registreing assembly/.NET DLLs, EXE

M

Michael Nemtsev

Hello Gopal,

This error means that regasm is not found. You need to set the path to regasm
in the system environment variable %PATH% or use full path to regasm to call
it

G> Hi,
G>
G> i want to register .NET DLLs or Exes using Regasm from any folder in
G> command prompt
G>
G> But i am getting the error - unrecognized command
G>
C>> regasm....
C>>
G> regasm.exe' is not recognized as an internal or external command
G> perable program or batch file.
G>
G> I want to register a .NET DLL from my code using regasm. I thought
G> regasm can be called from any path..but it is not..can any one please
G> throw some hint on this..
G>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
G

gopal

Hi,

i want to register .NET DLLs or Exes using Regasm from any folder in
command prompt

But i am getting the error - unrecognized command

C> regasm....

regasm.exe' is not recognized as an internal or external command
perable program or batch file.

I want to register a .NET DLL from my code using regasm. I thought
regasm can be called from any path..but it is not..can any one please
throw some hint on this..
 
G

gopal

Thanks michael..

Any idea how the comboBox of SaveFileDialog displays only the FILENAME
without the files full path?

Regards
Gopal;
 
M

Michael Nemtsev

Hello Gopal,

Set the only file name into SaveFileDialog.FileName property

PS: if you want to get answer to new question it's good to create new topic
and not to ask in old, that doesnt relate to this

G> how to display only file names in SaveFileDialog coboBox list without
G> full path?
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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