Installing and running on another machine

G

Guest

I have a small VB.NET application that uses the .NET framework 1.1. I have .NET 1.1 installled on another machine, yet my application crashes when it starts saying that it has thrown an exception. I'm including a DLL that I wrote with it and the DLL registers properly and has the apppproprite DLLs for it to work. I've tried with both debug and retail builds of my VB app. I'm running .NET 2003 EA on Windows XP with SP1, and have tested both on Win 2000 and Win XP

Thanks

Richard Boehme
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?UmljaGFyZCBCb2VobWU=?= said:
I have a small VB.NET application that uses the .NET framework 1.1. I
have .NET 1.1 installled on another machine, yet my application crashes
when it starts saying that it has thrown an exception. I'm including a
DLL that I wrote with it and the DLL registers properly and has the
apppproprite DLLs for it to work. I've tried with both debug and retail
builds of my VB app. I'm running .NET 2003 EA on Windows XP with SP1,
and have tested both on Win 2000 and Win XP.

Post the complete exception text.
 
P

Peter Huang

Hi Richard,

I agree with Herfried's suggestion, to further troubleshooting the problem,
can you provide the exact error message and the callstack?
Also if you can run the application in debug on that "problem" machine, you
may try to press f5 and open the first chance exception to see where the
exception occur.
You can open the first chance exception by Pressing Ctrl+Alt+E, selection
Command language runtime exception and check the Break into the debugger in
the When the exception is thrown section.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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