FileNotFoundException on start

  • Thread starter Thread starter Pascal Cloup
  • Start date Start date
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
 
Hi again,

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

cheers,
Pascal
 
Back
Top