Server won't start - .net error 1026
I had this installed on an old laptop and was working fine. Then the laptop died, so reinstalled on a fresh install of windows. Now when I try to start the server, I get the following in the event log:
Application: RepetierServerStarter.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
Stack:
at System.ServiceProcess.ServiceController.GenerateNames()
at System.ServiceProcess.ServiceController.get_ServiceName()
at System.ServiceProcess.ServiceController.GenerateStatus()
at System.ServiceProcess.ServiceController.get_Status()
at RepetierServerStarter.Program.Main(System.String[])
Followed by:
Faulting application name: RepetierServerStarter.exe, version: 1.0.0.0, time stamp: 0x54e1da7d
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16656, time stamp: 0x5318237f
Exception code: 0xe0434352
Fault offset: 0x00000000000043c8
Faulting process id: 0x1484
Faulting application start time: 0x01d1bc1892941bdb
Faulting application path: C:\Program Files (x86)\Repetier-Server\bin\RepetierServerStarter.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: d04c937a-280b-11e6-8251-74de2b7a2588
Faulting package full name:
Faulting package-relative application ID:
I verified the .net installation and reinstalled the server. Any other ideas to try? Thanks!
Windows version 8.1
Server version 0.75.1-win32 (redownloaded today)
Comments