Deployment and DLL's

  • Thread starter Thread starter John Sheppard
  • Start date Start date
J

John Sheppard

Hi there I have a windows dotnet application that I am attempting to create
a deployment setup file for.

The application runs fine when run from visual studio, but as soon as I
install it from the setup things go awry. Does anyone have any idea on how
to debug this? I suspect it may be something to do with DLL's not working
properly but I really got no idea.

Does anyone have any tips they could share?

Thank you for your time and effort
John Sheppard
 
Thank you Vadym,

The problem I have is with 2 applications

The first one the exact error I get is an exception ;
An exception 'System.IO.FileNotFoundException' has occured in todo.exe
So with that one i assume a file is not being found somewhere that is trying
to be opened so I can find that with a bit of searching.

The second application runs but acts weirdly on the first run, then on the
second run works fine. Thats the one im really stumped on. I will try out
with the Debugger.Launch() and see how I go with that.

Thank you heaps for your time Vadym, very much appreciated here.
John Sheppard
 
Hi there I have a windows dotnet application that I am attempting to
create a deployment setup file for.

The application runs fine when run from visual studio, but as soon as I
install it from the setup things go awry. Does anyone have any idea on
how to debug this? I suspect it may be something to do with DLL's not
working properly but I really got no idea.

Does anyone have any tips they could share?

Thank you for your time and effort
John Sheppard

How are things in Atlantis, John?
 
Back
Top