'MSVSTO.Applications.Runtime.IEntryPoint' vs multiple verions is

C

chan

I have compile errors:
Error 3 The type
'Microsoft.VisualStudio.Tools.Applications.Runtime.IEntryPoint' is defined in
an assembly that is not referenced. You must add a reference to assembly
'Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0, Version=9.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

C:\Documents and
stttings\pink\Desktop\C#\intelGeoddstemplate\GeoDSS_RevenueReport\ThisWorkbook1.Designer.cs 1933GeoDSS_RevenueReport

application type- office 2003 xlt project , with office 2007 compability
mode.
enviroment : Vs.net 2008 , Office PIA upgrade to Office 2007, office 2007,
Net framework 20-3.5, Vsto 3.0
issue : my application is refs to version 8.0 or version v9.0
'Microsoft.VisualStudio.Tools.Applications.Runtime'. how to update to one
version , or how to use mutiple version of those dll.

for compile runtime

if add references to the
'Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0' i have more errors
the assembies ref to error
of''Microsoft.VisualStudio.Tools.Applications.Runtime.IHostItemProvider' was
not available.' , "Failed to update customization from the specified
deployment manifest" ....
if i add references to 'Microsoft.VisualStudio.Tools.Applications.Runtime'
that only have one error.
'Microsoft.VisualStudio.Tools.Applications.Runtime.IEntryPoint' as above.

if add ref of both 8, 9, there are 20 of errors complaint of the both
assemblies.. so and so.

please advices , thanks
pinkychan (e-mail address removed) 10-1-2008
 
C

chan

here is execption throw:
Failed to update customization from the specified deployment manifest.


************** Exception Text **************
Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException:
Failed to update customization from the specified deployment manifest. --->
System.Net.WebException: The network path was not found.
---> System.Net.WebException: The network path was not found.
---> System.IO.IOException: The network path was not found.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess
access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share, Int32 bufferSize, Boolean useAsync)
at System.Net.FileWebStream..ctor(FileWebRequest request, String path,
FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean
async)
at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri,
FileAccess access, Boolean asyncHint)
--- End of inner exception stack trace ---
at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri,
FileAccess access, Boolean asyncHint)
at System.Net.FileWebRequest.GetResponseCallback(Object state)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest&
request)
at System.Net.WebClient.DownloadData(Uri address)
at
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.DownloadManifest(WebClient webClient, Uri uri, Boolean fallBackToCache)
at
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadAndUpdateApplicationManifest(IAppInfo
appInfo, Uri documentDirectoryUri, Uri& newAppManifestPath, Boolean&
appManifestDirty)
--- End of inner exception stack trace ---
at
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadAndUpdateApplicationManifest(IAppInfo
appInfo, Uri documentDirectoryUri, Uri& newAppManifestPath, Boolean&
appManifestDirty)
at
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.CreateCustomizationDomainInternal(Uri
uriFullDocumentDirectory, Uri uriFullDocFilePath, String documentName,
IHostServiceProvider hostCallback, IAddinSecurityManager secman, AppManifest&
applicationManifest, Boolean& manifestDirty, IAppInfo& appInfo)
at
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.CreateCustomizationDomain(String
applicationDomainPath, String documentName, IHostServiceProvider
hostCallback, IExecuteCustomization& executor)
at
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManager.CreateCustomizationDomain(String
applicationDomainPath, String documentName, IHostServiceProvider
hostCallback, IExecuteCustomization& executor)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase:
file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.940
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applications.Runtime/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applications.Runtime.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Microsoft.Office.Tools.Common
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.940
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.Office.Tools.Common/8.0.0.0__b03f5f7f11d50a3a/Microsoft.Office.Tools.Common.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
 
C

Cindy M.

Hi chan,

In which version of VSTO did you originally create this xlt project: 2005 or 2008?

Was it created originally for 2003 or 2007?

What do you mean by "Office PIA upgrade to Office 2007? Please be specific.

Do you have more than one version of Office installed on this machine?

Also please note that the best place to get support for VSTO is the forum:
http://forums.microsoft.com/msdn/sh...16&siteid=1&sb=0&d=1&at=7&ft=11&tf=0&pageid=0
I have compile errors:
Error 3 The type
'Microsoft.VisualStudio.Tools.Applications.Runtime.IEntryPoint' is defined in
an assembly that is not referenced. You must add a reference to assembly
'Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0, Version=9.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

C:\Documents and
stttings\pink\Desktop\C#\intelGeoddstemplate\GeoDSS_RevenueReport\ThisWorkbook1.Designer.cs 1933GeoDSS_RevenueReport

application type- office 2003 xlt project , with office 2007 compability
mode.
enviroment : Vs.net 2008 , Office PIA upgrade to Office 2007, office 2007,
Net framework 20-3.5, Vsto 3.0
issue : my application is refs to version 8.0 or version v9.0
'Microsoft.VisualStudio.Tools.Applications.Runtime'. how to update to one
version , or how to use mutiple version of those dll.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :)
 
C

chan

hello CINDY:

In which version of VSTO did you originally create this xlt project:

the VSTO 2005

Was it created originally for 2003 or 2007?
for office 2003

What do you mean by "Office PIA upgrade to Office 2007? Please be specific. ?

after i installed office 2007 over on office 2003, installed vstor 2005 SE,
(for office 2007), also install the "Microsoft Office Compatibility Pack for
Word, Excel, and PowerPoint 2007 File Formats"

when i can not open the template from Visaul studion 2005 IDE for that
project was created originally for office 2003, in can not ADD --exsiting
project , nor create "new project->copy an existing decument -path to the
existing document " in vsto prject wizard
I have error;
"a compatible version of Microsoft office excel 2002 is not install on the
computer. your must install Microsoft office excel 2003 SP1 And the visual
studio toots for office runtime (VSTOR) . select the repair option when you
install the runtime vstor.exe is available the Vistula studio 2005 tools to
office installing media or at the msft download center ....", the template
project creation is failed.

- so i run back to only install an excel office 2003. and run the Office
2003 PIA again. and run VSTOr 2005 SE in Repair option again...
- then i can open the Tempate now with office 2003 excel designer but the
office 2007excel designer is not able to popup(active) in runtime.


Do you have more than one version of Office installed on this machine?
first is not , by the error message with above , i had to add excel 2003
back to the the machine
thank, i wil post the input at the VSTO place after this Named RANGE issue
is clear and solve.
please help.

==> key focus of the code that i postee in orginal post with 3 pages, i
need to know:
why using " miscrosoft.office.interop.excel" for office 2007 is having
issue to creating sheet dynamically. but it is obsulotely working fine in
office 2003.
thanks very much.
chan
 
C

Cindy M.

Hi pinky,

(Note: this is being discussed in parallel in the VSTO forum, where I'd like
to keep the discussion. But there are some points here I want to be sure are
clear)
After i installed office 2007 over on office 2003, installed vstor 2005 SE,
(for office 2007), also install the "Microsoft Office Compatibility Pack for
Word, Excel, and PowerPoint 2007 File Formats"
Office 2007 would have to replace 2003 in this scenario, not be installed in
parallel. In this case, you should *not* install the Compatibility Pack, as
that is not required by Office 2007 and is targeted only at Office 2000 -
2003.
when i can not open the template from Visaul studion 2005 IDE for that
project was created originally for office 2003, in can not ADD -- exsiting
project , nor create "new project->copy an existing decument -path to the
existing document " in vsto prject wizard
that is correct. VSTO 2005 cannot work with Office 2007 (except for Add-
ins). Nor can VSTO work with more than one version of Office installed on
the development machine.
- so i run back to only install an excel office 2003. and run the Office
2003 PIA again. and run VSTOr 2005 SE in Repair option again...
- then i can open the Tempate now with office 2003 excel designer but the
office 2007excel designer is not able to popup(active) in runtime.
This is also correct. VSTO 2008 is the only version with which you can
create/edit document-level customizations targeted at Office 2007.

A solution designed for 2003 can run for the end-user with Office 2007.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top