|
|
|
date: Mon, 19 May 2008 13:50:01 -0700,
group: microsoft.public.vstudio.development
back
VSTO build error
I'm in VS2008 and I chose the Outlook 2007 template and when I try to build I
get the following error.
Error 1 The "VerifyClickOnceSigningSettings" task could not be instantiated
from the assembly "Microsoft.VisualStudio.Tools.Applications.BuildTasks,
Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
System.TypeInitializationException: The type initializer for
'Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration.VerifyClickOnceSigningSettings'
threw an exception. ---> System.IO.FileNotFoundException: Could not load file
or assembly 'Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0,
Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of
its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0,
Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at
Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration.VerifyClickOnceSigningSettings..cctor()
I can't find any thing anywhere about this. Can someone please provide some
insight. Thanks
date: Mon, 19 May 2008 13:50:01 -0700
author: spenopolis
RE: VSTO build error
I have the same error on a brand new 2007 Word Add-In. Simply used the
wizard to create the add-in and tried to compile.
Did you ever find out why?
Also, if I do a Word 2003 Add-In, it creates and complies fine.
"spenopolis" wrote:
> I'm in VS2008 and I chose the Outlook 2007 template and when I try to build I
> get the following error.
>
> Error 1 The "VerifyClickOnceSigningSettings" task could not be instantiated
> from the assembly "Microsoft.VisualStudio.Tools.Applications.BuildTasks,
> Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
> System.TypeInitializationException: The type initializer for
> 'Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration.VerifyClickOnceSigningSettings'
> threw an exception. ---> System.IO.FileNotFoundException: Could not load file
> or assembly 'Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0,
> Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of
> its dependencies. The system cannot find the file specified.
> File name: 'Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0,
> Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
> at
> Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration.VerifyClickOnceSigningSettings..cctor()
>
> I can't find any thing anywhere about this. Can someone please provide some
> insight. Thanks
>
date: Tue, 17 Jun 2008 12:25:04 -0700
author: Jay
RE: VSTO build error
Hi Jay,
I had the same problem, but finaly I sloved it. It seems, that the VSTO
runntime dlls are missing.
you can install them by downloading them from
http://www.microsoft.com/downloads/details.aspx?FamilyId=54EB3A5A-0E52-40F9-A2D1-EECD7A092DCB&displaylang=en
It worked for me.
thanks
Gerald
"Jay" wrote:
> I have the same error on a brand new 2007 Word Add-In. Simply used the
> wizard to create the add-in and tried to compile.
> Did you ever find out why?
>
> Also, if I do a Word 2003 Add-In, it creates and complies fine.
>
> "spenopolis" wrote:
>
> > I'm in VS2008 and I chose the Outlook 2007 template and when I try to build I
> > get the following error.
> >
> > Error 1 The "VerifyClickOnceSigningSettings" task could not be instantiated
> > from the assembly "Microsoft.VisualStudio.Tools.Applications.BuildTasks,
> > Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
> > System.TypeInitializationException: The type initializer for
> > 'Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration.VerifyClickOnceSigningSettings'
> > threw an exception. ---> System.IO.FileNotFoundException: Could not load file
> > or assembly 'Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0,
> > Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of
> > its dependencies. The system cannot find the file specified.
> > File name: 'Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0,
> > Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
> > at
> > Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration.VerifyClickOnceSigningSettings..cctor()
> >
> > I can't find any thing anywhere about this. Can someone please provide some
> > insight. Thanks
> >
date: Fri, 12 Sep 2008 22:40:01 -0700
author: Gerald
|
|