When I try to compile a program, I keep getting the following error:
MyProject fatal error C1108: unable to find DLL: 'alink.dll'. This dll is
installed and is in .Net Framework folder. I've tried adding the location to
the path and it didn't help.
Any ideas on how to correct this?
Thanks,
Anthony

Signature
Product Availability Developer
Invensys Avantis - http://www.avantis.net
Production Management Division
Anthony Hunter - 26 Feb 2004 20:09 GMT
Found what is causing my problem. The FrameworkVersion property is set
to 3705, but I want to use 4322. How can I change this setting?
Anthony
> When I try to compile a program, I keep getting the following error:
> MyProject fatal error C1108: unable to find DLL: 'alink.dll'. This dll is
[quoted text clipped - 5 lines]
> Thanks,
> Anthony
Carl Daniel [VC++ MVP] - 26 Feb 2004 20:48 GMT
> Found what is causing my problem. The FrameworkVersion property
> is set to 3705, but I want to use 4322. How can I change this setting?
VS.NET 2002 targets .NET 1.0.
VS.NET 2003 targets .NET 1.1.
There's no way to change this.
-cd