Saturday, April 5, 2008

Required file 'alink.dll with IAlink3' could not be found

After reinstalling Visual Studio and attempting to open and build a new project on my Vista system, I encountered the following error:

"Required file 'alink.dll with IAlink3' could not be found"

So that time may be saved in the future for the next who encounters this error, the following steps will solve this problem:

1. Explore the Visual Studio installation source and go to the
"\WCU\dotNetFramework\dotNetMSP\x86" directory;

2. Install the updates in this order: Windows6.0-KB110806-x86.msu, Windows6.0-KB929300-x86.msu, Windows6.0-kb930264-x86.msu (if the last item is not in the directory as some have noted, it can be downloaded here);

3. Reboot your system and build the affected solution.

It's the little things about software development that make coding a profession only for the patient...