473,320 Members | 1,600 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

RegAsm not executing.

I installed MS DevEnv 2003 with framework 1.1.I developed a small
application which looks out for the assembly vcersion of a .net DLL or
EXE via code. But i have a problme durng the registration using RegAsm.

My Question is

Does the RegASM can be called from anywere like we call RegSvr32 or it
will be found only in
Visual Studio Tools Path? If the ans is yes, then should i handle this
in code.

I was guessing that RegASm can be called from anywhere once the .NET
has been installed

Please can some one give any hint how to approach this issue?

Regards
JP

Oct 9 '06 #1
2 4344
RegSvr32 is in system folder, so you can call in from anywhere.
RegAsm is not. That mean you should include its folder in PATH
environment variable.
One easy way is running it with Visual Studio .NET 2003 Command Prompt,
found in Start menu. Everything is setup for you.

gopal wrote:
I installed MS DevEnv 2003 with framework 1.1.I developed a small
application which looks out for the assembly vcersion of a .net DLL or
EXE via code. But i have a problme durng the registration using RegAsm.

My Question is

Does the RegASM can be called from anywere like we call RegSvr32 or it
will be found only in
Visual Studio Tools Path? If the ans is yes, then should i handle this
in code.

I was guessing that RegASm can be called from anywhere once the .NET
has been installed

Please can some one give any hint how to approach this issue?

Regards
JP
Oct 9 '06 #2
From start Search for files and folders Find Regasm.exe

Drag and drop it on the command prompt and provide the dll that you want to
register.

--
Radhakrishna Banavalikar
Vasant-Vihar, Thane, INDIA.
"Truong Hong Thi" wrote:
RegSvr32 is in system folder, so you can call in from anywhere.
RegAsm is not. That mean you should include its folder in PATH
environment variable.
One easy way is running it with Visual Studio .NET 2003 Command Prompt,
found in Start menu. Everything is setup for you.

gopal wrote:
I installed MS DevEnv 2003 with framework 1.1.I developed a small
application which looks out for the assembly vcersion of a .net DLL or
EXE via code. But i have a problme durng the registration using RegAsm.

My Question is

Does the RegASM can be called from anywere like we call RegSvr32 or it
will be found only in
Visual Studio Tools Path? If the ans is yes, then should i handle this
in code.

I was guessing that RegASm can be called from anywhere once the .NET
has been installed

Please can some one give any hint how to approach this issue?

Regards
JP

Oct 9 '06 #3

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

Similar topics

5
by: Kevin Flanagan | last post by:
This can be reproduced with VS.NET as follows. Create a new ATL project with default wizard settings (dll, attributed). To the 'module' attribute, add a specifier 'version = "1.10" ' alongside the...
0
by: Namratha Shah \(Nasha\) | last post by:
Hey Guys, TlbExp.exe and Regasm.exe tools aid us in exporting assembly information to a type library so that non .Net Applications or unmanaged code use this type library information to call...
2
by: Id L | last post by:
hi, i want to use gacutil.exe and regasm.exe but i don't want to install "all" .net framework SDK do you know if i can install only these 2 methods? or maybe i can use them without installing...
2
by: Sara | last post by:
I have written a class and tried to register it using regasm.exe using regasm myTest.dll /tlb:myTest.tlb tlb file got generated and i got dll registered successfully msg. but when i go and...
2
by: Kenneth Jonsson | last post by:
I have an COM server in an assembly. When it is deployed on a target computer it needs to be registred with RegAsm. I created a custom action in the deploy project, starting RegAsm with the...
0
by: rbanerji | last post by:
I have a COM object built in C#. Its a an IE deskband. It implements the following method: public static void Register( Type t ) Which gets called when regasm is used and it makes teh...
1
by: auad | last post by:
hi, I would like to register a dll (regasm) during the execution of my setup using custom actions. I don't know where to place the parameters for regasm in the custom action. I tried using "...
2
by: xamman | last post by:
hi there, i am trying to use a .NET assembly from a Cscript.exe .vbs (i.e. from COM) and could not get my .vbs to use my .net dll (gives a 'file not found error') unless i used the /codebase...
5
by: vovan | last post by:
My VB6 application uses DLL developed in VB2005. It may be changed very often and everytime VB6 application unregisters an old version, replaces with a new one and registers a new version by using...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.