deploy windows application

C

cptkirkh

I have a windows app that I have installed successfully on many
computers. I switched over to Vista for my development machine and
then made some changes to the app in VS2005. Now when i go to install
the application on a client PC it gives an unhandeled exception as
soon as I click on the icon to run the app. How can i troubleshoot
this to find out what is causing the problem? Thanks for your help.
 
G

Guest

I have a windows app that I have installed successfully on many
computers. I switched over to Vista for my development machine and
then made some changes to the app in VS2005. Now when i go to install
the application on a client PC it gives an unhandeled exception as
soon as I click on the icon to run the app. How can i troubleshoot
this to find out what is causing the problem? Thanks for your help.

Attach a debugger? You can install the .NET CLR debugger (part of the SDK)
or Visual Studios on the machine that is crashing.

P.S. Make sure you do a debug release.
 
C

cptkirkh

Attach a debugger? You can install the .NET CLR debugger (part of the SDK)
or Visual Studios on the machine that is crashing.

P.S. Make sure you do a debug release.

I did that and now i get the exception: {"The type initializer for
'Oracle.DataAccess.Client.OracleConnection' threw an exception."}.
 
C

cptkirkh

I did that and now i get the exception: {"The type initializer for
'Oracle.DataAccess.Client.OracleConnection' threw an exception."}.

My problem was solved by installing the new version of the oracle
client on the client PC.
 

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