Skip to content

Instantly share code, notes, and snippets.

@wadewegner
Created August 27, 2012 21:31
Show Gist options
  • Save wadewegner/3492432 to your computer and use it in GitHub Desktop.
Save wadewegner/3492432 to your computer and use it in GitHub Desktop.
Service cannot be started. System.IO.FileLoadException: Mixed mode assembly is built against version
'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration
information.
at Microsoft.MediaCenter.Store.ObjectStore.Open(String fileName, String providerName, String password, Assembly callingAssembly, Boolean isCollecting)
at Microsoft.MediaCenter.Store.ObjectStore.Open(String fileName, String providerName, String password, Boolean isAdminRequested)
at Microsoft.MediaCenter.Store.ObjectStore.AddObjectStoreReference()
at Microsoft.MediaCenter.Store.ObjectStore.get_DefaultSingleton()
at Microsoft.MediaCenter.TV.Scheduling.Internal.EventScheduleHandler..ctor(RecordingChangeEventHandler recordingChangeHandler, RequestedProgramChangeEventHandler requestedProgramChangeHandler)
at Microsoft.MediaCenter.TV.Scheduling.EventSchedule..ctor()
at Microsoft.HomeServer.Archive.TransferService.ScheduleMonitor.Start()
at Microsoft.HomeServer.Archive.TransferService.Service.OnSt...
@wadewegner
Copy link
Author

All issues solved by this post. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment