Re: That System.IO.FileNotFoundException again ...
From: Gerhard Menzl (gerhard.menzl_at_spambucket.net)
Date: 08/05/04
- Next message: Jose M. Aragon: "System.InvalidOperationException: Failed to load ImageList"
- Previous message: Slappy White: "Re: attn:MVPs"
- In reply to: Willy Denoyette [MVP]: "Re: That System.IO.FileNotFoundException again ..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 05 Aug 2004 11:30:22 +0200
Willy Denoyette [MVP] wrote:
> or one of its
> dependencies, was not found."
>
> Take care of the dependencies of your C++ DLL, probably one or more are
> missing on the target machine.
The References section in the solution explorer lists these dependencies:
System.XML
System.Windows.Forms
System.Drawing
System.Data
System
mscorlib
As far as I know, all of these should be installed with the .NET framework.
If it is a dependency of my DLL that is missing and not the DLL itself,
why does the framework not name it? Judging from the multitude of
newsgroup postings, this is a problem which plagues hundreds of people.
In my view, this is a deplorable step back behind Win32, which was quite
capable of stating what exactly is missing.
-- Gerhard Menzl Humans may reply by replacing the obviously faked part of my e-mail address with "kapsch".
- Next message: Jose M. Aragon: "System.InvalidOperationException: Failed to load ImageList"
- Previous message: Slappy White: "Re: attn:MVPs"
- In reply to: Willy Denoyette [MVP]: "Re: That System.IO.FileNotFoundException again ..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|