473,508 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Registreing assembly/.NET DLLs, EXE

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

Cregasm....

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..

Sep 23 '06 #1
4 4524
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

GHi,
G>
Gi want to register .NET DLLs or Exes using Regasm from any folder in
Gcommand prompt
G>
GBut i am getting the error - unrecognized command
G>
C>regasm....
C>>
Gregasm.exe' is not recognized as an internal or external command
Gperable program or batch file.
G>
GI want to register a .NET DLL from my code using regasm. I thought
Gregasm can be called from any path..but it is not..can any one please
Gthrow 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 Nietzsche
Sep 23 '06 #2
Thanks michael..

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

Regards
Gopal;
Michael Nemtsev wrote:
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

GHi,
G>
Gi want to register .NET DLLs or Exes using Regasm from any folder in
Gcommand prompt
G>
GBut i am getting the error - unrecognized command
G>
C>regasm....
C>>
Gregasm.exe' is not recognized as an internal or external command
Gperable program or batch file.
G>
GI want to register a .NET DLL from my code using regasm. I thought
Gregasm can be called from any path..but it is not..can any one please
Gthrow 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 Nietzsche
Sep 23 '06 #3
how to display only file names in SaveFileDialog coboBox list without
full path?
gopal wrote:
Thanks michael..

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

Regards
Gopal;
Michael Nemtsev wrote:
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

GHi,
G>
Gi want to register .NET DLLs or Exes using Regasm from any folder in
Gcommand prompt
G>
GBut i am getting the error - unrecognized command
G>
C>regasm....
C>>
Gregasm.exe' is not recognized as an internal or external command
Gperable program or batch file.
G>
GI want to register a .NET DLL from my code using regasm. I thought
Gregasm can be called from any path..but it is not..can any one please
Gthrow 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 Nietzsche
Sep 23 '06 #4
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

Ghow to display only file names in SaveFileDialog coboBox list without
Gfull path?
Ggopal wrote:
>Thanks michael..

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

Regards
Gopal;
Michael Nemtsev wrote:
>>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

GHi,
G>
Gi want to register .NET DLLs or Exes using Regasm from any folder
in
Gcommand prompt
G>
GBut i am getting the error - unrecognized command
G>
C>regasm....
C>>
Gregasm.exe' is not recognized as an internal or external command
Gperable program or batch file.
G>
GI want to register a .NET DLL from my code using regasm. I
thought
Gregasm can be called from any path..but it is not..can any one
please
Gthrow 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 Nietzsche
---
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 Nietzsche
Sep 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1674
by: Ken Durden | last post by:
I'm working on a client-server application where the client is controlling two devices (aka servers) which both implement the same interface contract. We have a set of about 4 assemblies which...
0
1372
by: James Thurley | last post by:
I'm trying to dynamically compile assemblies and cache them to disk, which seems to work fine. When the data I'm compiling from changes, I want to re-generate the assembly and use the new version....
2
1555
by: Jon Davis | last post by:
I have a full-blown application that consists of several (fifteen or so) assembly DLLs, each being a separate VS.NET project that outputs to the main DLL's bin directory. They are all strongly...
3
1742
by: Clift Norris | last post by:
I've created a managed C++ assembly containing a managed class that is instantiated from ASP.NET. The managed C++ assembly needs msvcp71.dll and msvcr71.dll. When ASP.NET loads the assembly, it...
1
2910
by: Brian | last post by:
I've looked through the previous posts on this one and have verified permissions and location of my Dlls, but I am still getting an exception when I try to Load an assembly. The directory where...
12
1540
by: Mike | last post by:
I found this question before I asked mine: ----<previous question>---- We are clearly going about this the wrong way so before we get too far I would like some advice. We have all common...
0
1606
by: Oenone | last post by:
I have created a number of "plug-in" DLLs for my ASP.NET application which are dynamically loaded at run-time. This is done by locating the DLL file on disk and loading it using the...
4
1210
by: Tiraman | last post by:
Hi , Problem description : I have 2 assemblies (A.dll And B.dll) . They are both under the GAC and they are both using the functions of each other . Each time that I m doing a change in...
3
4384
by: Richard Lewis Haggard | last post by:
We are having a lot of trouble with problems relating to failures relating to 'The located assembly's manifest definition with name 'xxx' does not match the assembly reference" but none of us here...
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7385
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7498
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5053
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3195
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1558
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.