C#, unmanaged references and Intelisense

A

A n g l e r

Hi all.

I'm just struggling with migration of my C# project that also uses
unmanaged libraries with managed wrappers. The dll library that is
compiled as managed type. Now, it's referred to via references->project
on C# site. All compiles fine as it used to, though intelisense 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? The compiler version -
Microsoft Visual Studio 2008.

Cheers,
Peter.
 

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