Hi again,
i found the problem.
It was some dll which were not present on the system i used.
cheers,
Pascal
"Pascal Cloup" <pascal-(E-Mail Removed)> a écrit dans le message de
news:49ddd45e$0$17102$(E-Mail Removed)...
> 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
|