Discussion:
vs 2008 rtm error : error CS0014: 'alink.dll with IAlink3 not foun
(too old to reply)
Ioana
2007-12-11 18:34:00 UTC
Permalink
I install Visual Studio 2008 RTM on Windows Vista Home Premium (32 bit
version)and if I build a Windows Forms Aplication I have this error :
C:\Windows\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702
/errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:"C:\Program
Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll"
/reference:"C:\Program Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll"
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Deployment.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll
/reference:"C:\Program Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll" /debug+ /debug:full
/filealign:512 /optimize- /out:obj\Debug\WindowsFormsApplication17.exe
/resource:obj\Debug\WindowsFormsApplication17.Properties.Resources.resources
/target:winexe Form1.cs Form1.Designer.cs Program.cs
Properties\AssemblyInfo.cs Properties\Resources.Designer.cs
Properties\Settings.Designer.cs
fatal error CS0014: Required file 'alink.dll with IAlink3' could not be
found.
What can I do?
Ing. Ramiro Mosquera, MCP
2008-02-15 23:00:01 UTC
Permalink
In Visual Studio 2008

For error alink.dll /
Microsoft.VisualStudio.Shell.Interop.ISelectionContainer problem:

Search in the DVD:

H:\WCU\dotNetFramework\dotNetMSP\x86
and Install

NETFX2.0-KB110806-v6000-x86.msu
NETFX3.0-KB936705-v6000-x86.msu

There are .NET Framework 2.0 SP1 & 3.0 SP1

Can you please check your installation by this tool:
http://blogs.msdn.com/aaronru/archive/2007/11/29/net-framework-3-5-installation-validation-tool.aspx
It will tell you if, any sp is missing or any other installation errors like
registry entries etc.

Loading...