mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #127] ist keine zulässige Win32-Anwendung (not a valid Win32 application) #1025
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#1025
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @toomuchcookies on GitHub (Apr 25, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/127
After installation (Win 7, Outlook 2016), i get the following error message
Name:
Von: file:///C:/Program Files (x86)/Gerhard Zehetbauer/CalDavSynchronizer/CalDavSynchronizer.vsto
************** Ausnahmetext **************
System.BadImageFormatException: ist keine zulässige Win32-Anwendung. (Ausnahme von HRESULT: 0x800700C1)
bei System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore(UInt32 Flags, IntPtr hToken, Guid& riid)
bei System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore()
bei System.Deployment.Application.ComponentStore..ctor(ComponentStoreType storeType, SubscriptionStore subStore)
bei System.Deployment.Application.SubscriptionStore..ctor(String deployPath, String tempPath, ComponentStoreType storeType)
bei System.Deployment.Application.SubscriptionStore.get_CurrentUser()
bei System.Deployment.Application.DeploymentManager..ctor(Uri deploymentSource, Boolean isUpdate, Boolean isConfirmed, DownloadOptions downloadOptions, AsyncOperation optionalAsyncOp)
bei System.Deployment.Application.InPlaceHostingManager..ctor(Uri deploymentManifest, Boolean launchInHostProcess)
bei Microsoft.VisualStudio.Tools.Applications.Deployment.IPHMProxy..ctor(Uri uri)
bei Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.get_Proxy()
bei Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout)
bei Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
@aluxnimm commented on GitHub (Apr 25, 2016):
Did you try to execute the vsto file directly? This is no standalone application, but an Outlook addin. You just need to restart Outlook and should see the CalDav Synchronizer ribbon there.
@toomuchcookies commented on GitHub (Apr 25, 2016):
The error message appears, when i load Outlook, but now i did also try to execute the vsto file on its own and it gives me the same error message and of course i can't see any ribbon..
@aluxnimm commented on GitHub (Apr 25, 2016):
Did you run setup.exe and are all required frameworks installed? Maybe the Visual Studio 2010 Tools for Office Runtime are missing, you can install it manually from Microsoft Download Link
@toomuchcookies commented on GitHub (Apr 25, 2016):
Yes, i did install using setup.exe. And i did install Visual Studio 2010 Tools for Office Runtime even though the installer did not complain about anything.
Maybe this might be the problem: My windows is having trouble installing the latest .Net Framework 4.6 Security update..
@aluxnimm commented on GitHub (Apr 25, 2016):
What windows, Outlook and .Net versions are installed?
@toomuchcookies commented on GitHub (Apr 25, 2016):
Windows 7,
Outlook 2016,
.Net 4.6
@toomuchcookies commented on GitHub (Apr 25, 2016):
I was able to install the security update of the .Net framework (now the version is 4.6.1), but it didn't help with my problem! Any ideas?
@aluxnimm commented on GitHub (Apr 25, 2016):
Maybe some issue with the Clickonce cache, try to clear it with
rundll32 dfshim CleanOnlineAppCachethen reboot and install again, see ticket
#81
@toomuchcookies commented on GitHub (May 9, 2016):
Thanks for the suggestion, i seem to have a general problem, since i am getting the same error with the suggested command:
"Problem beim Starten von dfshim
dfshim ist keine zulässige Win32-Anwendung."
Any other suggestions?
@aluxnimm commented on GitHub (May 9, 2016):
Maybe you need to scan or repair your windows installation.