所有这些都不起作用。
误差窗口
从错误窗口中分离:
名称:出发地:%AppData%/Local/Celigo/Applications/NetSuite for outlook/Celigo.NetSuiteAddIn.vsto
*例外文本* System.IO.FileNotFoundException:系统找不到指定的文件。(除HRESULT: 0x80070002外)在System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore(UInt32 Flags,IntPtr hToken,Guid& riid)在System.Deployment.Application.ComponentStore..ctor(ComponentStoreType storeType,SubscriptionStore subStore在System.Deployment.Application.SubscriptionStore..ctor(String deployPath,String tempPath,ComponentStoreType storeType)在System.Deployment.Application.DeploymentManager..ctor(Uri deploymentSource,Boolean,Boolean,( System.Deployment.Application.InPlaceHostingManager..ctor(Uri deploymentManifest的DownloadOptions downloadOptions,AsyncOperation optionalAsyncOp),Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()的Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.get_Proxy() ( Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout)的布尔launchInHostProcess(布尔launchInHostProcess)
如果你需要更多的细节,请告诉我。
发布于 2017-03-02 12:50:42
问题是,不再为该用户配置文件定义变量APPDATA和LOCALAPPDATA。
进行验证:
打开命令行,键入set。这些变量将不会被列出。
FIX:
创建一个新的用户配置文件。
https://stackoverflow.com/questions/38480332
复制相似问题