VSLangProj and EnvDTE in VS 2005
- From: rathishps@xxxxxxxxxxx
- Date: 4 Jan 2006 04:26:06 -0800
Hi,
I am updating a existing VS 2003 add-in to VS 2005 addin.
But I am using the the dll "VSLangProj" for some automation. But
unfortunately I couldn't run the appliction in a machine having VS 2005
(Not having VS 2003) only. I am getting a FileNotFound exception
(System.IO.FileNotFoundException: Error while loading file 'EnvDTE,
Version=7.0.3300.0). One of my project is using VSLangProj and it is
dependent on 'EnvDTE, Version=7.0.3300.0. The microsoft people haven't
rebuild this dll inorder to maintain backward compatibility. They are
saying that we can resolve this by adding a config file to redirect it
to new dll.
http://msdn2.microsoft.com/en-us/library/ms228768.aspx
I tried this. But my project output is class library and I am not able
to use it successfully.
Do you have any idea about how to resolve this issue?.
Thanks!
Rathish P S.
.
- Prev by Date: RE: Compilation problem in vs.net 2005 with FIPS enabled.
- Next by Date: Visual Studio Team Edition for Software Developers and Visual Basic Express Edition
- Previous by thread: RE: Compilation problem in vs.net 2005 with FIPS enabled.
- Next by thread: Visual Studio Team Edition for Software Developers and Visual Basic Express Edition
- Index(es):
Relevant Pages
|