C# DLL problem (alink.dll with IAlink3 could not be found)

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
koguee
Forum Newbie
Posts: 18
Joined: Thu Aug 14, 2008 5:13 am
Location: Philippines
Contact:

C# DLL problem (alink.dll with IAlink3 could not be found)

Post by koguee »

i code in C# as an academic requirement running on Vista U 32bit.
Each time I compile the codes (the green play button above) an error occurs, preventing the compilation to be successful.
the error is this: Required file 'alink.dll with IAlink3' could not be found

I've reinstalled C# more than once to repair if there were any errors from the previous installations but no good.
Is my WAMP (apache,mySql,PHP) server causing this to happen? Or you know any application that might be causing this error to happen?

Any help will be appreciated much.
Thanks.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: C# DLL problem (alink.dll with IAlink3 could not be found)

Post by John Cartwright »

What is the exception that is thrown during compilation?

Moved to Misc.
koguee
Forum Newbie
Posts: 18
Joined: Thu Aug 14, 2008 5:13 am
Location: Philippines
Contact:

Re: C# DLL problem (alink.dll with IAlink3 could not be found)

Post by koguee »

got it fixed.
I installed the open source SharpDevelop and am using it instead.
Post Reply