Can't find alink.dll

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
 
A

Anthony Hunter

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
 
C

Carl Daniel [VC++ MVP]

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
 

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