Compiler error

G

gopal.panda

When ever i am trying to complie any program under VS.NET2005 editor i
get this error
" fatal error CS0014: Required file 'alink.dll' could not be found " ,
if anyone has the solution do let me know.
 
B

Barry Kelly

When ever i am trying to complie any program under VS.NET2005 editor i
get this error
" fatal error CS0014: Required file 'alink.dll' could not be found " ,
if anyone has the solution do let me know.

Is your .NET 2.0 Runtime installed properly? alink.dll is part of the
..NET runtime, and belongs in the %systemroot%\Microsoft.Net\v2.0.50727\
directory.

-- Barry
 
G

gopal.panda

I have tried installing VS.Net2005 for 3 times , but still it did not
work, so today i have installed only .Net2.0 again, you know what your
suggestion actually worked.
Thanks a lot
 

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