473,382 Members | 1,431 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,382 software developers and data experts.

How to register a vb.net dll on a seperat machine

OK, no one seems to be able to help me with this, so I guess this is my last
try. I have made a vb.net dll on one machine, I need to use it on another
machine for vb6. I was told to use regasm.exe, but how do I use it on
another machine. First off, when I do use regasm.exe, it opens for one
seconds and then closes - am I using it wrong because it's not working for
me? Then when I try to copy the exe to the vb6 computer, I get an error when
running the regasm.exe.

Can someone please thoroughly explain how to register the vb.net dll onto
another machine for use with vb6?

Thank You!
Bryan
Nov 20 '05 #1
2 1834
* "Bryan V." <ch***********@hotmail.com> scripsit:
OK, no one seems to be able to help me with this, so I guess this is my last
try. I have made a vb.net dll on one machine, I need to use it on another
machine for vb6. I was told to use regasm.exe, but how do I use it on
another machine. First off, when I do use regasm.exe, it opens for one
seconds and then closes - am I using it wrong because it's not working for
me? Then when I try to copy the exe to the vb6 computer, I get an error when
running the regasm.exe.


Open the console ("Start" -> "Run" -> "cmd"), then go to the directory
containing "REGASM.EXE" (if it's not in the 'PATH' environment
variable), type "REGASM" and press return. A list of available options
will be scrolled to the console. Then you can call it by specifying the
right options.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 20 '05 #2
Thank You! You guys answered my question. But now I have one more. Do I
need to have .net installed on a machine with a vb.net dll for a program? If
I use a .net dll, in a program for distribution, won't the necessary files
come too?

Thanks,
Bryan
"Anand[MVP]" <Anand[MVP]@discussions.microsoft.com> wrote in message
news:55**********************************@microsof t.com...
And, you need to have .NET installed on that machine for regasm to be there and also for your dll to run.
Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com

"Bryan V." wrote:
OK, no one seems to be able to help me with this, so I guess this is my last try. I have made a vb.net dll on one machine, I need to use it on another machine for vb6. I was told to use regasm.exe, but how do I use it on
another machine. First off, when I do use regasm.exe, it opens for one
seconds and then closes - am I using it wrong because it's not working for me? Then when I try to copy the exe to the vb6 computer, I get an error when running the regasm.exe.

Can someone please thoroughly explain how to register the vb.net dll onto another machine for use with vb6?

Thank You!
Bryan

Nov 20 '05 #3

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

Similar topics

5
by: Giles Brown | last post by:
I'm feeling quite dumb this morning. I'm trying to build a COM server DLL using py2exe and it ain't working. Here's what ain't working... setup_dll.py based on py2exe sample: """from...
0
by: Naresh Sharma | last post by:
I have dot net framework version 1.1, .NET VS 2002 installed on my machine and also I have the administrator role assigned to me. I wrote a simple console application class which I derived from...
10
by: ajay | last post by:
some say floats can't be stored in register. size of int and float are same ( on some machine am i Wrong?) so if int can be delcared as register than why not float(where in and float are of same...
6
by: jacob navia | last post by:
As far as I understood the standard, non-automatic variables (static/global data) can't be cached in registers because in a multiprocessing or multi-threading environment, another thread/processor...
14
by: aruna | last post by:
What is the disadvantage of using register storage class specifier?
5
by: kumarsssss | last post by:
I have just new to degugger. It shows the data registers and address registers. Data registers contatin the data values for the different variables. But what the address registers holds? Does...
33
by: Snis Pilbor | last post by:
With the "as if" rule in play, doesn't that effectively render the "register" keyword completely useless? Example: I make a silly compiler which creates code that goes out of its way to take a...
28
by: sowmiyakc18 | last post by:
Please clear my doubt. When do we declare a variable to be a register variable? What is its significance? What are the conditions to be adhered to when register variables are passed between...
26
by: Vashna | last post by:
Hi Group, I have a doubt about register variables. I know that if we have a variable used very frequently in a function, then provided we never apply the & function to it, we can define it as...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.