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.
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.