Can't find alink.dll

  • Thread starter Thread starter Anthony Hunter
  • Start date Start date
A

Anthony Hunter

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
 
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
 
Anthony said:
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
 
Back
Top