At 1/13/2007 03:04 AM, you wrote:
Hello guys,

Whenever I compile my Visual C++ .NET program, I always get the error C1107. Does anyone of you know what this is all about? I am not using my own .dll file here. Instead, I am using the "reachframework.dll" of the .NET framework 3.0 and the dll is located at "C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0".

If anyone of you knows the answer to my querry, please do reply as soon as possible. I really just need to get the some classes connected to this dll working.

Thanks a lot,

Vince

Just type your error code into Google...

Visual C++ Concepts: Building a C/C++ Program
Fatal Error C1107



Error Message

could not find assembly 'file': please specify the assembly search path using /AI or by setting the LIBPATH environment variable

A metadata file was passed to a #using directive that the compiler was unable to locate.

LIBPATH, which is described in the topic for #using, and the /AI compiler option allow you to specify directories in which the compiler will look for referenced metadata files



Tired of spam? Yahoo! Mail has the best spam protection around
<http://sg.rd.yahoo.com/mail/ph/footer/def/*http://ph.mail.yahoo.com>http://ph.mail.yahoo.com

Reply via email to