FileNotFoundException on start

P

Pascal Cloup

Hi,

I want to update from XP to Vista a windows form application written in C#
with .Net 2.0 and VS2005.

Under Vista, i installed VS2005pro + sp1 + vs2005 update for vista

The solution is correctly generated but when starting the execution i get a
FileNotFoundException (HRESULT : 0x8007007E). What is surprising is that the
program does not reach the Main() function; some static variables are
initialized normally and then this FileNotFoundException ; when i try to
display the details of the exception, the FileName member is null !

Someone have an idea on what can produces this kind of error?

thanks in advance,

Pascal
 
P

Pascal Cloup

Hi again,

i found the problem.
It was some dll which were not present on the system i used.

cheers,
Pascal
 

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