Hiya,
I am going thru the VSTO articles, trying to build a VSTO app in whidbey.
When I run the app, I get an error
<error>< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
The current .net security policy does not permit the customization to run.
<\error>
So, I follow the advice on how to assign a strongName to the assembly:
http://msdn2.microsoft.com/library/0c0116yz(en-us,vs.80).aspx
However, when i navigate to the "VSTOProjects" folder, the project that I have created isn't present. (there are other, previous projects though)
I can confirm that:
1) I have successfully built the project (as I only get the error atruntime)
2) I am logged as the same user as the one that built the other projects
Surely the CAS 2.0 would keep track of ALL the VSTO projects that I have built (I checked in v1.1 configuration, just to be sure, but there are no VSTO projects there at all)
If there is a quick and nasty way to get my app running, that'd be just as useful.
Any comment appreciated,
cheers,
yogi

VSTO project does not appear in "VSTOprojects" CAS list
Manjit Sooch
I did exactly as you said, but I still receive the error.I also tried to open up another project, But I still get the same error.
I can confirm that:
1) I have set the permissions for the code group to "ull trust"
2) I have correctly pasted the path to my dll
<error>
C:\Program Files\MSBuild\Microsoft.VisualStudio.OfficeTools.targets : warning : The assembly must be granted full trust before the solution will run.
<\error>
hmm, any ideas
many thanks,
yogi
Sajit
Yogi,
In the solution explorer please select the VSTO project node and check the "Trust Assemblies Location" value in the Property Browser. Is it set to True You would get this compilation error if it is False.
Vipin B
In your log you can see that your project resides in the roaming "My Documents":
\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5".
In this case, in order to successfully run this document you would need to explicitly trust both the document and the assembly at the machine level of your CAS. E.g. You can achieve that on your dev machine by using the following command
caspol -m -ag 1 -url "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\bin\*" FullTrust
VS will automatically set the security settings for you if the folder you are compiling resides on the local machine (and is not expressed through UNC but rather as C:\Documents And Settings\...) because in this case it would sufficient to modify user-level security settings. Our tools are not modifying the machine level policy for various security reasons.
An easier way to get let VS automatically configure your security settings is by copying the VSTO solution into some local directory (e.g. c:\temp) and working from there.
Hope this helps.
Sean0890
thanks for taking the time to read thru the log.
I will indeed run the apps locally, as they are of course still dev apps :-)
yogi
MarkW1
Sorry for the late reply,I have been ill.Below is the log, hopefully it'll help :-)
cheers,
yogi
<log>
------ Build started: Project: WordDocument5, Configuration: Debug Any CPU ------
Build started 12/09/2005 09:37:37.
Target BeforeBuild:
Done building target "BeforeBuild" in project "WordDocument5.vbproj".
Target BuildOnlySettings:
Task "CreateProperty"
Done executing task "CreateProperty".
Done building target "BuildOnlySettings" in project "WordDocument5.vbproj".
Target GetFrameworkPaths:
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Task "GetFrameworkSDKPath"
Found the .NET Framework SDK installed at "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\".
Done executing task "GetFrameworkSDKPath".
Done building target "GetFrameworkPaths" in project "WordDocument5.vbproj".
Target PrepareForBuild:
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and 'WordDocument5.doc'=='App.Config').
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and 'ThisDocument.Designer.xml'=='App.Config').
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and 'My Project\Settings.settings'=='App.Config').
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and 'WordDocument5.doc'=='App.Config').
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and 'ThisDocument.Designer.xml'=='App.Config').
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and 'Settings.settings'=='App.Config').
Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
Task "CreateItem"
Done executing task "CreateItem".
Task "MakeDir"
Done executing task "MakeDir".
Done building target "PrepareForBuild" in project "WordDocument5.vbproj".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "UnmanagedUnregistration" skipped, due to false condition; (Exists('@(UnmanagedRegistrationCache)')) was evaluated as (Exists('obj\UnmanagedRegistration.cache')).
Target BeforeResolveReferences:
Done building target "BeforeResolveReferences" in project "WordDocument5.vbproj".
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "ResolveProjectReferences" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
Target "ResolveVCProjectReferences" skipped, due to false condition; ('@(VCProjectReference)'!='') was evaluated as (''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "PrepareForBuild" skipped. Previously built successfully.
Target ResolveAssemblyReferences:
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateItem" skipped, due to false condition; ('$(AutoUnifyAssemblyReferences)'=='false') was evaluated as ('true'=='false').
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem"
Done executing task "CreateItem".
Task "ResolveAssemblyReference"
Assemblies:
System
System.Data
System.Xml
System.Windows.Forms
System.Drawing
Microsoft.VisualStudio.Tools.Applications.Runtime
Microsoft.Office.Tools.Common
Microsoft.Office.Tools.Word
AssemblyFiles:
CandidateAssemblyFiles:
TargetFrameworkDirectory:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215
InstalledAssemblyTables:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\RedistList\CrystalReportsList.xml
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\RedistList\FrameworkList.xml
SearchPaths:
{CandidateAssemblyFiles}
{HintPathFromItem}
{TargetFrameworkDirectory}
{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}
{AssemblyFolders}
bin\
{GAC}
{RawFileName}
AppConfigFile:
AutoUnify:
True
TargetProcessorArchitecture:
StateFile:
obj\Debug\ResolveAssemblyReference.cache
Primary reference "System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Xml.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "Microsoft.Office.Tools.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Tools.Common.dll".
Reference found at search path location "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Tools.Common.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Tools.Common.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Tools.Common.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Tools.Common.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Tools.Common.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Tools.Common.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Tools.Common.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Tools.Common.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Tools.Common.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Tools.Common.exe", but it didn't exist.
Found related file "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Tools.Common.xml".
This reference is not "CopyLocal" because it's registered in the GAC.
Primary reference "System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Drawing.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "Microsoft.VisualStudio.Tools.Applications.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.VisualStudio.Tools.Applications.Runtime.dll".
Reference found at search path location "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.VisualStudio.Tools.Applications.Runtime.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.VisualStudio.Tools.Applications.Runtime.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.VisualStudio.Tools.Applications.Runtime.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.VisualStudio.Tools.Applications.Runtime.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.VisualStudio.Tools.Applications.Runtime.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.VisualStudio.Tools.Applications.Runtime.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Tools.Applications.Runtime.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Tools.Applications.Runtime.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.VisualStudio.Tools.Applications.Runtime.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.VisualStudio.Tools.Applications.Runtime.exe", but it didn't exist.
Found related file "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.VisualStudio.Tools.Applications.Runtime.xml".
This reference is not "CopyLocal" because it's registered in the GAC.
Primary reference "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Windows.Forms.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
This reference is not "CopyLocal" because it's a prerequisite file.
Primary reference "Microsoft.Office.Tools.Word, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Tools.Word.dll".
Reference found at search path location "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Tools.Word.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Tools.Word.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Tools.Word.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Tools.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Tools.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Tools.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Tools.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Tools.Word.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Tools.Word.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Tools.Word.exe", but it didn't exist.
Found related file "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Tools.Word.xml".
This reference is not "CopyLocal" because it's registered in the GAC.
Primary reference "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Data.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
This reference is not "CopyLocal" because it's a prerequisite file.
Dependency "Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll".
Reference found at search path location "{GAC}".
For SearchPath "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0".
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
For SearchPath "{AssemblyFolders}".
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
For SearchPath "bin\".
Considered "bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.dll", but it didn't exist.
Considered "bin\Microsoft.VisualStudio.OfficeTools.Controls.ManagedWrapper.exe", but it didn't exist.
Required by "Microsoft.Office.Tools.Word".
This reference is not "CopyLocal" because it's registered in the GAC.
Dependency "Microsoft.Office.Interop.SmartTag, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c".
Resolved file path is "C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.SmartTag\11.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.SmartTag.dll".
Reference found at search path location "{GAC}".
For SearchPath "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0".
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
For SearchPath "{AssemblyFolders}".
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
For SearchPath "bin\".
Considered "bin\Microsoft.Office.Interop.SmartTag.dll", but it didn't exist.
Considered "bin\Microsoft.Office.Interop.SmartTag.exe", but it didn't exist.
Required by "Microsoft.Office.Tools.Word".
Required by "Microsoft.Office.Tools.Common".
This reference is not "CopyLocal" because it's registered in the GAC.
Dependency "Microsoft.Vbe.Interop, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c".
Resolved file path is "C:\WINDOWS\assembly\GAC\Microsoft.Vbe.Interop\11.0.0.0__71e9bce111e9429c\Microsoft.Vbe.Interop.dll".
Reference found at search path location "{GAC}".
For SearchPath "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0".
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Vbe.Interop.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Vbe.Interop.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Vbe.Interop.exe", but it didn't exist.
For SearchPath "{AssemblyFolders}".
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.Vbe.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.Vbe.Interop.exe", but it didn't exist.
For SearchPath "bin\".
Considered "bin\Microsoft.Vbe.Interop.dll", but it didn't exist.
Considered "bin\Microsoft.Vbe.Interop.exe", but it didn't exist.
Required by "Microsoft.Office.Tools.Word".
This reference is not "CopyLocal" because it's registered in the GAC.
Dependency "System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Configuration.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0".
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\System.Configuration.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\System.Configuration.exe", but it didn't exist.
Required by "Microsoft.VisualStudio.Tools.Applications.Runtime".
Required by "Microsoft.Office.Tools.Common".
This reference is not "CopyLocal" because it's a prerequisite file.
Dependency "office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c".
Resolved file path is "C:\WINDOWS\assembly\GAC\office\11.0.0.0__71e9bce111e9429c\office.dll".
Reference found at search path location "{GAC}".
For SearchPath "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0".
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\office.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\office.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\office.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\office.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\office.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\office.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\office.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\office.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\office.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\office.exe", but it didn't exist.
For SearchPath "{AssemblyFolders}".
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\office.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\office.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\office.exe", but it didn't exist.
Considered "C:\CONNX32\DOTNET\office.dll", but it didn't exist.
Considered "C:\CONNX32\DOTNET\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\office.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\office.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\office.exe", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\office.dll", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\office.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\office.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\office.exe", but it didn't exist.
For SearchPath "bin\".
Considered "bin\office.dll", but it didn't exist.
Considered "bin\office.exe", but it didn't exist.
Required by "Microsoft.Office.Tools.Word".
This reference is not "CopyLocal" because it's registered in the GAC.
Dependency "VSTOStorageWrapper.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\WINDOWS\assembly\GAC_MSIL\VSTOStorageWrapper.Interop\8.0.0.0__b03f5f7f11d50a3a\VSTOStorageWrapper.Interop.dll".
Reference found at search path location "{GAC}".
For SearchPath "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0".
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\VSTOStorageWrapper.Interop.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\VSTOStorageWrapper.Interop.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\VSTOStorageWrapper.Interop.exe", but it didn't exist.
For SearchPath "{AssemblyFolders}".
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\CONNX32\DOTNET\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\CONNX32\DOTNET\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\VSTOStorageWrapper.Interop.exe", but it didn't exist.
For SearchPath "bin\".
Considered "bin\VSTOStorageWrapper.Interop.dll", but it didn't exist.
Considered "bin\VSTOStorageWrapper.Interop.exe", but it didn't exist.
Required by "Microsoft.Office.Tools.Common".
This reference is not "CopyLocal" because it's registered in the GAC.
Dependency "stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\stdole.dll".
Reference found at search path location "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
For SearchPath "C:\WINDOWS\assembly\GAC\office\11.0.0.0__71e9bce111e9429c".
Considered "C:\WINDOWS\assembly\GAC\office\11.0.0.0__71e9bce111e9429c\stdole.dll", but it didn't exist.
Considered "C:\WINDOWS\assembly\GAC\office\11.0.0.0__71e9bce111e9429c\stdole.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\stdole.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\stdole.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\stdole.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\stdole.exe", but it didn't exist.
Required by "Microsoft.Office.Tools.Word".
This reference is not "CopyLocal" because it's registered in the GAC.
Dependency "Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c".
Resolved file path is "C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Word\11.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll".
Reference found at search path location "{GAC}".
For SearchPath "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0".
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.Word.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Office.Interop.Word.exe", but it didn't exist.
For SearchPath "{Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}".
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Crystal Decisions\2.7\Managed\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Interop.Word.exe", but it didn't exist.
For SearchPath "{AssemblyFolders}".
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\Tasks\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\MSSQL.1\OLAP\bin\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.Net\Odbc.Net\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\DotNet10\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\Third-Party Tools\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft.NET\ADOMD.NET\90\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\CONNX32\DOTNET\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Solutions Design\LLBLGen Pro Demo\RuntimeLibraries\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\SQLXML 4.0\bin\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft SQL Server\90\DTS\ForEachEnumerators\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "C:\Program Files\Microsoft WSE\v1.0.2312\Microsoft.Office.Interop.Word.exe", but it didn't exist.
For SearchPath "bin\".
Considered "bin\Microsoft.Office.Interop.Word.dll", but it didn't exist.
Considered "bin\Microsoft.Office.Interop.Word.exe", but it didn't exist.
Required by "Microsoft.Office.Tools.Word".
This reference is not "CopyLocal" because it's registered in the GAC.
Done executing task "ResolveAssemblyReference".
Done building target "ResolveAssemblyReferences" in project "WordDocument5.vbproj".
Target "PrepareForBuild" skipped. Previously built successfully.
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target ResolveComReferences:
Task "ResolveComReference"
Resolving COM reference for item "stdole" with a wrapper "primary".
Resolved COM reference for item "stdole": "C:\WINDOWS\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll".
Resolving COM reference for item "Microsoft.Office.Core" with a wrapper "primary".
Resolved COM reference for item "Microsoft.Office.Core": "C:\WINDOWS\assembly\GAC\Office\11.0.0.0__71e9bce111e9429c\Office.dll".
Resolving COM reference for item "VBIDE" with a wrapper "primary".
Resolved COM reference for item "VBIDE": "C:\WINDOWS\assembly\GAC\Microsoft.Vbe.Interop\11.0.0.0__71e9bce111e9429c\Microsoft.Vbe.Interop.dll".
Resolving COM reference for item "Word" with a wrapper "primary".
Resolved COM reference for item "Word": "C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Word\11.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll".
Done executing task "ResolveComReference".
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem" skipped, due to false condition; ('%(ComReferenceWrappers.CopyLocal)'!='false') was evaluated as ('false'!='false').
Done building target "ResolveComReferences" in project "WordDocument5.vbproj".
Target AfterResolveReferences:
Done building target "AfterResolveReferences" in project "WordDocument5.vbproj".
Target ResolveReferences:
Done building target "ResolveReferences" in project "WordDocument5.vbproj".
Target AssignTargetPaths:
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('%(Extension)' == '.manifest') was evaluated as ('.doc' == '.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('%(Extension)' == '.manifest') was evaluated as ('.xml' == '.manifest').
Task "AssignTargetPath" skipped, due to false condition; ('%(Extension)' == '.manifest') was evaluated as ('.settings' == '.manifest').
Done building target "AssignTargetPaths" in project "WordDocument5.vbproj".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.licx') was evaluated as ('.resx'=='.licx').
Task "AssignCulture"
Culture of "" was assigned to file "My Project\Resources.resx".
Done executing task "AssignCulture".
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem" skipped, due to false condition; ('%(Extension)'!='.resx' and '%(Extension)'!='.restext') was evaluated as ('.resx'!='.resx' and '.resx'!='.restext').
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.resx' or '%(Extension)'=='.restext') was evaluated as (''=='.resx' or ''=='.restext').
Task "CreateItem"
Done executing task "CreateItem".
Done building target "SplitResourcesByCulture" in project "WordDocument5.vbproj".
Target CreateManifestResourceNames:
Task "CreateVisualBasicManifestResourceName"
Root namespace is 'WordDocument5'.
Resource file 'My Project\Resources.resx' doesn't depend on any other file.
Resource file 'My Project\Resources.resx' gets manifest resource name 'WordDocument5.Resources'.
Done executing task "CreateVisualBasicManifestResourceName".
Task "CreateVisualBasicManifestResourceName" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
Task "CreateVisualBasicManifestResourceName" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
Task "CreateVisualBasicManifestResourceName" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
Done building target "CreateManifestResourceNames" in project "WordDocument5.vbproj".
Target PrepareResourceNames:
Done building target "PrepareResourceNames" in project "WordDocument5.vbproj".
Target "CopyNonResxEmbeddedResources" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='' or '@(NonResxWithCulture)'!='' or '@(ManifestNonResxWithNoCulture)'!='' or '@(ManifestNonResxWithCulture)'!='') was evaluated as (''!='' or ''!='' or ''!='' or ''!='').
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target BeforeResGen:
Done building target "BeforeResGen" in project "WordDocument5.vbproj".
Target CoreResGen:
Using "GenerateResource" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GenerateResource"
Processing resource file "My Project\Resources.resx" into "obj\Debug\WordDocument5.Resources.resources".
Processing 0 resources from file "My Project\Resources.resx".
Done executing task "GenerateResource".
Task "GenerateResource" skipped, due to false condition; ( '@(ResxWithCulture)' != '' ) was evaluated as ( '' != '' ).
Done building target "CoreResGen" in project "WordDocument5.vbproj".
Target AfterResGen:
Done building target "AfterResGen" in project "WordDocument5.vbproj".
Target ResGen:
Done building target "ResGen" in project "WordDocument5.vbproj".
Target "CompileLicxFiles" skipped, due to false condition; ('@(LicxFile)'!='') was evaluated as (''!='').
Target PrepareRdlFiles:
Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as ('.resx'=='.rdlc').
Done building target "PrepareRdlFiles" in project "WordDocument5.vbproj".
Target CompileRdlFiles:
Skipping target "CompileRdlFiles" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Done building target "CompileRdlFiles" in project "WordDocument5.vbproj".
Target PrepareResources:
Done building target "PrepareResources" in project "WordDocument5.vbproj".
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
Target BeforeCompile:
Done building target "BeforeCompile" in project "WordDocument5.vbproj".
Target "TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated') was evaluated as (''=='OnOutputUpdated').
Target _ComputeNonExistentFileProperty:
Task "CreateProperty"
Done executing task "CreateProperty".
Done building target "_ComputeNonExistentFileProperty" in project "WordDocument5.vbproj".
Target "GenerateHostControlCode" skipped, due to false condition; ('@(GenerateHostControlCode_Inputs)'!='' and '$(BuildingInsideVisualStudio)'!='true') was evaluated as (''!='' and 'true'!='true').
Target "GenerateHostItemCode" skipped, due to false condition; ('@(GenerateHostItemCode_Inputs)'!='' and '$(BuildingInsideVisualStudio)'!='true') was evaluated as ('.\ThisDocument.Designer.xml'!='' and 'true'!='true').
Target CoreCompile:
Task "Vbc"
Command:
Vbc.exe /noconfig /imports:Microsoft.VisualBasic,System,System.Collections,System.Data,System.Diagnostics,System.Drawing,System.Windows.Forms,Microsoft.Office.Interop,Microsoft.VisualStudio.Tools.Applications.Runtime,"Office = Microsoft.Office.Core" /nowarn:"42016,41999,42017,42018,42019,42032,42036,42020,42021,42022" /removeintchecks- /rootnamespace:WordDocument5 /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1" /reference:"C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Tools.Common.dll","C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.Office.Tools.Word.dll","C:\Program Files\Common Files\Microsoft Shared\VSTO\8.0\Microsoft.VisualStudio.Tools.Applications.Runtime.dll",C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Data.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Drawing.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Windows.Forms.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\System.Xml.dll,C:\WINDOWS\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll,C:\WINDOWS\assembly\GAC\Office\11.0.0.0__71e9bce111e9429c\Office.dll,C:\WINDOWS\assembly\GAC\Microsoft.Vbe.Interop\11.0.0.0__71e9bce111e9429c\Microsoft.Vbe.Interop.dll,C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Word\11.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll /debug+ /optimize- /out:obj\Debug\WordDocument5.dll /resource:obj\Debug\WordDocument5.Resources.resources /target:library ThisDocument.vb ThisDocument.Designer.vb "My Project\AssemblyInfo.vb" "My Project\Resources.Designer.vb" "My Project\Settings.Designer.vb"
Done executing task "Vbc".
Done building target "CoreCompile" in project "WordDocument5.vbproj".
Target "TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated') was evaluated as (''=='OnOutputUpdated').
Target AfterCompile:
Done building target "AfterCompile" in project "WordDocument5.vbproj".
Target Compile:
Done building target "Compile" in project "WordDocument5.vbproj".
Target SgenSettings:
Task "CreateProperty" skipped, due to false condition; ('@(WebReferenceUrl)'!='' and '$(GenerateSerializationAssembliesConfig)' == 'Auto') was evaluated as (''!='' and 'Off' == 'Auto').
Done building target "SgenSettings" in project "WordDocument5.vbproj".
Target "PerformSGen" skipped, due to false condition; ('$(ShouldGenerateSerializer)'=='true') was evaluated as ('false'=='true').
Target SGen:
Done building target "SGen" in project "WordDocument5.vbproj".
Target "CreateSatelliteAssemblies" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' or '@(ManifestNonResxWithCultureOnDisk)'!='') was evaluated as (''!='' or ''!='').
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' or '@(ManifestNonResxWithCulture)'!='') was evaluated as (''!='' or ''!='').
Target CopyCopyLocalFilesToOutputDirectory:
Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "FindUnderPath"
Comparison path is "bin\".
Done executing task "FindUnderPath".
Using "Copy" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Copy"
Done executing task "Copy".
Done building target "CopyCopyLocalFilesToOutputDirectory" in project "WordDocument5.vbproj".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target CreateSourceItemsToCopyToOutputDirectory:
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateItem" skipped, due to false condition; ('%(AllItemsWithTargetPath.CopyToOutputDirectory)'=='Always') was evaluated as (''=='Always').
Task "CreateItem" skipped, due to false condition; ('%(AllItemsWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='PreserveNewest').
Done building target "CreateSourceItemsToCopyToOutputDirectory" in project "WordDocument5.vbproj".
Target "CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target CopySourceItemsToOutputDirectory:
Done building target "CopySourceItemsToOutputDirectory" in project "WordDocument5.vbproj".
Target "CopyAppConfigFile" skipped, due to false condition; ( ('$(OutputType)' == 'winexe' or '$(OutputType)' == 'exe') ) was evaluated as ( ('Library' == 'winexe' or 'Library' == 'exe') ).
Target "CopyManifestFiles" skipped, due to false condition; ( '$(CopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target CheckForCompileOutputs:
Task "CreateItem"
Done executing task "CreateItem".
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateItem" skipped, due to false condition; ('$(DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
Task "CreateProperty" skipped, due to false condition; (!Exists('$(IntermediateOutputPath)$(TargetName).pdb')) was evaluated as (!Exists('obj\Debug\WordDocument5.pdb')).
Task "CreateItem"
Done executing task "CreateItem".
Done building target "CheckForCompileOutputs" in project "WordDocument5.vbproj".
Target "SgenSettings" skipped. Previously built successfully.
Target CheckForSGenOutputs:
Task "CreateProperty" skipped, due to false condition; ('$(ShouldGenerateSerializer)'=='true') was evaluated as ('false'=='true').
Task "CreateProperty"
Done executing task "CreateProperty".
Task "CreateItem" skipped, due to false condition; ('$(SGenDllCreated)'=='true') was evaluated as ('false'=='true').
Done building target "CheckForSGenOutputs" in project "WordDocument5.vbproj".
Target CopyFilesToOutputDirectory:
Task "Copy"
Copying file from "obj\Debug\WordDocument5.dll" to "bin\WordDocument5.dll".
Done executing task "Copy".
Using "Message" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Message"
WordDocument5 -> \\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\bin\WordDocument5.dll
Done executing task "Message".
Task "Copy" skipped, due to false condition; ('$(SGenDllCreated)'=='true') was evaluated as ('false'=='true').
Task "Copy"
Copying file from "obj\Debug\WordDocument5.pdb" to "bin\WordDocument5.pdb".
Done executing task "Copy".
Task "Copy" skipped, due to false condition; ('$(DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
Task "Copy"
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Task "Copy"
Done executing task "Copy".
Done building target "CopyFilesToOutputDirectory" in project "WordDocument5.vbproj".
Target "RunFxCop" skipped, due to false condition; ('$(RunFxCop)'=='true') was evaluated as (''=='true').
Target GenerateAndPersistAppInfo:
Using "IsInvalidDocumentTask" task from assembly "Microsoft.VisualStudio.Tools.Applications.Hosting, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "IsInvalidDocumentTask"
Done executing task "IsInvalidDocumentTask".
Task "Copy"
Copying file from "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\WordDocument5.doc" to "bin\WordDocument5.doc".
Done executing task "Copy".
Using "GenerateAndPersistAppInfoTask" task from assembly "Microsoft.VisualStudio.Tools.Applications.Hosting, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GenerateAndPersistAppInfoTask"
Task complete.
Done executing task "GenerateAndPersistAppInfoTask".
Done building target "GenerateAndPersistAppInfo" in project "WordDocument5.vbproj".
Target "GenerateAndPersistAppInfo" skipped. Previously built successfully.
Target SetSecurityPolicy:
Using "SetSecurityPolicyTask" task from assembly "Microsoft.VisualStudio.OfficeTools.Build.Tasks, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "SetSecurityPolicyTask"
C:\Program Files\MSBuild\Microsoft.VisualStudio.OfficeTools.targets : warning : The assembly must be granted full trust before the solution will run. For more information, see Help.
Done executing task "SetSecurityPolicyTask".
Done building target "SetSecurityPolicy" in project "WordDocument5.vbproj".
Target PrepareForRun:
Done building target "PrepareForRun" in project "WordDocument5.vbproj".
Target "ObjectRelationalValidator" skipped, due to false condition; ('@(MappingSchemaFile)'!='' or '@(EmbeddedMappingSchemaFile)'!='') was evaluated as (''!='' or ''!='').
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as ('false'=='true' and 'Library'=='library').
Target "CheckForCompileOutputs" skipped. Previously built successfully.
Target "CheckForSGenOutputs" skipped. Previously built successfully.
Target GetCurrentAndPriorFileWrites:
Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Task "FindUnderPath"
Comparison path is "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "bin\".
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
Path "C:\WINDOWS\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll" is outside the comparison path.
Path "C:\WINDOWS\assembly\GAC\Office\11.0.0.0__71e9bce111e9429c\Office.dll" is outside the comparison path.
Path "C:\WINDOWS\assembly\GAC\Microsoft.Vbe.Interop\11.0.0.0__71e9bce111e9429c\Microsoft.Vbe.Interop.dll" is outside the comparison path.
Path "C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Word\11.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\ResolveComReference.cache" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.Resources.resources" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.vbproj.GenerateResource.Cache" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.dll" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.pdb" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\bin\WordDocument5.dll" is inside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\bin\WordDocument5.pdb" is inside the comparison path.
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Debug\".
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\ResolveAssemblyReference.cache" is inside the comparison path.
Path "C:\WINDOWS\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll" is outside the comparison path.
Path "C:\WINDOWS\assembly\GAC\Office\11.0.0.0__71e9bce111e9429c\Office.dll" is outside the comparison path.
Path "C:\WINDOWS\assembly\GAC\Microsoft.Vbe.Interop\11.0.0.0__71e9bce111e9429c\Microsoft.Vbe.Interop.dll" is outside the comparison path.
Path "C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Word\11.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\ResolveComReference.cache" is inside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.Resources.resources" is inside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.vbproj.GenerateResource.Cache" is inside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.dll" is inside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\obj\Debug\WordDocument5.pdb" is inside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\bin\WordDocument5.dll" is outside the comparison path.
Path "\\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\bin\WordDocument5.pdb" is outside the comparison path.
Done executing task "FindUnderPath".
Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Done building target "GetCurrentAndPriorFileWrites" in project "WordDocument5.vbproj".
Target IncrementalClean:
Task "CreateItem"
Done executing task "CreateItem".
Task "FindUnderPath"
Comparison path is "bin\".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj\Debug\".
Done executing task "FindUnderPath".
Using "Delete" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Delete" skipped, due to false condition; ('@(OrphanFileWritesInIntermediate)'!='' or '@(OrphanFileWritesInOutput)'!='' ) was evaluated as (''!='' or ''!='' ).
Task "CreateItem"
Done executing task "CreateItem".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "MakeDir"
Done executing task "MakeDir".
Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Done building target "IncrementalClean" in project "WordDocument5.vbproj".
Target CoreBuild:
Done building target "CoreBuild" in project "WordDocument5.vbproj".
Target "PostBuildEvent" skipped, due to false condition; (
'$(PostBuildEvent)'!=''
and
(
'$(RunPostBuildEvent)'!='OnOutputUpdated'
or
'@(IntermediateAssemblyBeforeTimeStamp)'!='@(IntermediateAssemblyAfterTimeStamp)'
)
) was evaluated as (
''!=''
and
(
''!='OnOutputUpdated'
or
''!=''
)
).
Target AfterBuild:
Done building target "AfterBuild" in project "WordDocument5.vbproj".
Target Build:
Done building target "Build" in project "WordDocument5.vbproj".
Done building project "WordDocument5.vbproj".
Project Performance Summary:
24212 ms \\bhive1\users\Chris\my documents\visual studio 2005\Projects\WordDocument5\WordDocument5\WordDocument5.vbproj 1 calls
Target Performance Summary:
0 ms CheckForSGenOutputs 1 calls
0 ms BuildOnlySettings 1 calls
0 ms PrepareResources 1 calls
0 ms ResolveReferences 1 calls
0 ms AfterResolveReferences 1 calls
0 ms CompileRdlFiles 1 calls
0 ms SGen 1 calls
0 ms Compile 1 calls
0 ms CoreBuild 1 calls
0 ms GetFrameworkPaths 1 calls
0 ms PrepareResourceNames 1 calls
0 ms Build 1 calls
0 ms BeforeResolveReferences 1 calls
0 ms AfterCompile 1 calls
0 ms CreateManifestResourceNames 1 calls
0 ms CreateSourceItemsToCopyToOutputDirectory 1 calls
0 ms BeforeResGen 1 calls
0 ms ResGen 1 calls
0 ms AfterResGen 1 calls
0 ms CopyCopyLocalFilesToOutputDirectory 1 calls
0 ms PrepareRdlFiles 1 calls
0 ms CopySourceItemsToOutputDirectory 1 calls
0 ms PrepareForRun 1 calls
0 ms BeforeCompile 1 calls
0 ms CheckForCompileOutputs 1 calls
0 ms SgenSettings 1 calls
0 ms AfterBuild 1 calls
16 ms PrepareForBuild 1 calls
16 ms AssignTargetPaths 1 calls
16 ms BeforeBuild 1 calls
16 ms _ComputeNonExistentFileProperty 1 calls
31 ms GetCurrentAndPriorFileWrites 1 calls
31 ms SplitResourcesByCulture 1 calls
63 ms IncrementalClean 1 calls
563 ms CoreCompile 1 calls
704 ms CoreResGen 1 calls
814 ms CopyFilesToOutputDirectory 1 calls
1174 ms ResolveAssemblyReferences 1 calls
1659 ms SetSecurityPolicy 1 calls
4492 ms ResolveComReferences 1 calls
14587 ms GenerateAndPersistAppInfo 1 calls
Task Performance Summary:
0 ms FindUnderPath 6 calls
0 ms Message 1 calls
0 ms AssignCulture 1 calls
0 ms AssignTargetPath 5 calls
0 ms IsInvalidDocumentTask 1 calls
0 ms GetFrameworkPath 1 calls
0 ms CreateItem 11 calls
0 ms CreateProperty 7 calls
0 ms CreateVisualBasicManifestResourceName 1 calls
0 ms GetFrameworkSDKPath 1 calls
0 ms WriteLinesToFile 1 calls
16 ms RemoveDuplicates 2 calls
16 ms ReadLinesFromFile 1 calls
16 ms MakeDir 2 calls
391 ms SetSecurityPolicyTask 1 calls
563 ms Vbc 1 calls
704 ms GenerateResource 1 calls
908 ms Copy 9 calls
1174 ms ResolveAssemblyReference 1 calls
4476 ms ResolveComReference 1 calls
14430 ms GenerateAndPersistAppInfoTask 1 calls
Build succeeded.
Time Elapsed 00:00:24.21
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
<\log>
dams
E.g.
c:\Visual Studio Projects\WordDocument20\WordDocument20\bin\Debug\*
Then right click on the node under new Debug, choose properties, and change the URL in the membership condition tab to point to the assembly for your solution.
E.g.
c:\Visual Studio Projects\WordDocument20\WordDocument20\bin\Debug\WordDocument20.dll
MDouglas
You dont say which configuration tool you are using, it is important to use the V2 of CASPOL or Configuration.
Regards
Mike Walker MVP
Visual Developer VSTO
ravv
Bizzare, can you send the complete build log
I do not have VS right in front of me, but you would need to go to something like this Tools->Options ...-> projects and solutions -> build. At the bottom of the page you will see the dropdown allowing you to control the verbosity of the output. Please select diagnostics and post it here.
Thanks,
Misha
HehePoo
I can confirm the following:
1) the "Trust Assemblies Location" is set to TRUE
2) config path = C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\mscorcfg.msc
I have no idea why it isn't being trusted.As I said, I followed Eric's advice as well.
No joy.Is there any way that I can intercept the "build" somehow...Maybe it is bypassing a setting
many thanks,
yogi