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



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
----------------------------------------


thanks pink added.

"chan" wrote:

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 pchan4x@xxxxxxxxx 10-1-2008







.


Loading