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
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