Itanium compiler error
I am porting a C# project to 64 bit. I successfully compiled in Whidbey using AnyCpu setting and ran the test client. However, after I changed the compiler setting to Itanium and copied settings from AnyCpu, I got this error upon compiling:
-
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "C:\Projects\...\bin\Itanium\Debug\MyClass.dll". Could not load file or assembly 'C:\Projects\...\bin\Itanium\Debug\MyClass.dll' or one of its dependencies. The system cannot find the file specified.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Parameter name: C:\Projects\...\bin\Itanium\Debug\MyClass.dll
--
Can anyone tell me how to resolve this?
Thanks much.

