Intellisense and C# / managed C++ DLL problem.

A

A n g l e r

Hi all.

I'm just struggling with migration of my C# project that also uses
managed DLL wrapper. Now, the wrapper is referred to via
references->project on C# site. My sneaky suspicion is the problem is
somewhere at the joint of DLL and C#, though this may be not a valid
guess. All compiles fine as it used to, though the C# intellisense comes
up with the following error when changing Debug to Release and/or x86 to
x64:

There was a problem reading metadata from
'{BF5AC628-BB8E-4B99-8601-8CFE58405E9E}' ('The system cannot find the
file specified.'). IntelliSense may not work properly until the solution
is reloaded.

Can you think of why there is any problem and/or how to find the
referred '{BF5AC628-BB8E-4B99-8601-8CFE58405E9E}'? The compiler version
- Microsoft Visual Studio 2008.

Cheers,
Peter.
 
A

A n g l e r

Can you think of why there is any problem and/or how to find the
referred '{BF5AC628-BB8E-4B99-8601-8CFE58405E9E}'? The compiler version
- Microsoft Visual Studio 2008.

Erm, the listed above reference is a UID of the managed VC++ DLL
project. So as far as I gather correctly, C# intellisense cannot read
metadata from the vcproj of the DLL library. Any more help out there?

Ta
 
A

A n g l e r

Erm, the listed above reference is a UID of the managed VC++ DLL
project. So as far as I gather correctly, C# intellisense cannot read
metadata from the vcproj of the DLL library. Any more help out there?

I've just double-checked whether re-creating of this DLL project from
scratch would help and it turns out it does not. Now, my suspicion is
the Intellisense provided with MsVS2008 differs from its counterpart in
previous versions to some extent.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top