that causes this reference and redirect
<assemblyIdentity name="EnvDTE" publicKeyToken="B03F5F7F11D50A3A"
culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
On Jun 5, 11:05 pm, "GS" <gsmsnews.microsoft.co
@msnews.Nomail.com>
wrote:
> that causes this reference and redirect
> <assemblyIdentity name="EnvDTE" publicKeyToken="B03F5F7F11D50A3A"
> culture="neutral"/>
> <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
EnvDTE/EnvDTE80 is used for VS automation. You can access solutions,
projects, automate creation of solution/projects, adding/removing
projects to solution etc.
-----------------------------------------------Reply-----------------------------------------------
So I can just ignore the warning and take the redirect option. Right?
"Aneesh Pulukkul" <anees
@gmail.com> wrote in message
news:1181067210.344141.263450@h2g2000hsg.googlegroups.com...
> On Jun 5, 11:05 pm, "GS" <gsmsnews.microsoft.co
@msnews.Nomail.com>
> wrote:
> > that causes this reference and redirect
> > <assemblyIdentity name="EnvDTE" publicKeyToken="B03F5F7F11D50A3A"
> > culture="neutral"/>
> > <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
> EnvDTE/EnvDTE80 is used for VS automation. You can access solutions,
> projects, automate creation of solution/projects, adding/removing
> projects to solution etc.