when I connect my camera with the autoconnection the mount it doesn't connect, the log is the following (of course che mount is connected and powered on):
I don't have any J disk on my pc...Error 20:33:32.942754 #13 Creating telescope mount ASCOM GS Sky Telescope : Exception of type 'NotRegisteredException' : Failed to create ASCOM Mount driver object for ASCOM.GS.Sky.Telescope (ASCOM GS Sky Telescope)
Stack Trace: at new SharpCap.MountProxy.ASCOM.MountWrapper(string deviceName, string progId, IUIDisableSource disableSource) in C:/Documents/Source Code/SharpCap/src/SharpCap.MountProxy.ASCOM/MountWrapper.cs:line 70
at IMountProxy SharpCap.MountProxy.ASCOM.MountFactory.OpenDevice(string deviceName, IUIDisableSource disableSource) in C:/Documents/Source Code/SharpCap/src/SharpCap.MountProxy.ASCOM/MountFactory.cs:line 54
at T SharpCap.ProxyFinder<T>.OpenDevice(string deviceName, IUIDisableSource disableSource) in C:/Documents/Source Code/SharpCap/src/SharpCap/Utils/ProxyFinder.cs:line 149
at IMountProxy SharpCap.Models.Mount.CreateProxy() in C:/Documents/Source Code/SharpCap/src/SharpCap/Models/Mount.cs:line 395 in IMountProxy SharpCap.Models.Mount.CreateProxy()
Error 20:33:32.944605 #13 Inner Exception : System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM class factory for component with CLSID {DFAC33EA-34DB-460D-810F-5EBFA40FB478} failed due to the following error: 80080005 Esecuzione del server non riuscito. (0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
at object RuntimeTypeHandle.AllocateComObject(Void* pClassFactory)
at object RuntimeType.CreateInstanceDefaultCtor(bool publicOnly, bool wrapExceptions)
at new ASCOM.Com.DriverAccess.DynamicAccess(string ProgID) in J:/ASCOMLibrary/ASCOM.Com/ASCOM.Com.DriverAccess/BaseClass/DynamicAccess.cs:line 39
at new ASCOM.Com.DriverAccess.ASCOMDevice(string progid) in J:/ASCOMLibrary/ASCOM.Com/ASCOM.Com.DriverAccess/BaseClass/ASCOMDevice.cs:line 41
at new ASCOM.Com.DriverAccess.Telescope(string ProgID) in J:/ASCOMLibrary/ASCOM.Com/ASCOM.Com.DriverAccess/Telescope.cs:line 49
at ITelescopeV3 SharpCap.MountProxy.ASCOM.MountWrapper.CreateTelescope(string progId) in C:/Documents/Source Code/SharpCap/src/SharpCap.MountProxy.ASCOM/MountWrapper.cs:line 81
at new SharpCap.MountProxy.ASCOM.MountWrapper(string deviceName, string progId, IUIDisableSource disableSource) in C:/Documents/Source Code/SharpCap/src/SharpCap.MountProxy.ASCOM/MountWrapper.cs:line 62 in IMountProxy SharpCap.Models.Mount.CreateProxy()
Error 20:33:32.953600 #13 Async Connect to ASCOM GS Sky Telescope failed : Exception of type 'NotRegisteredException' : Failed to create ASCOM Mount driver object for ASCOM.GS.Sky.Telescope (ASCOM GS Sky Telescope) () in async Task SharpCap.Base.Interfaces.FakeAsyncConnectable<T>.DoInTask(Action a, CancellationToken cancellationToken, string action)+(?) => { }
Error 20:33:32.954700 #13 Inner Exception : System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM class factory for component with CLSID {DFAC33EA-34DB-460D-810F-5EBFA40FB478} failed due to the following error: 80080005 Esecuzione del server non riuscito. (0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
at object RuntimeTypeHandle.AllocateComObject(Void* pClassFactory)
at object RuntimeType.CreateInstanceDefaultCtor(bool publicOnly, bool wrapExceptions)
at new ASCOM.Com.DriverAccess.DynamicAccess(string ProgID) in J:/ASCOMLibrary/ASCOM.Com/ASCOM.Com.DriverAccess/BaseClass/DynamicAccess.cs:line 39
at new ASCOM.Com.DriverAccess.ASCOMDevice(string progid) in J:/ASCOMLibrary/ASCOM.Com/ASCOM.Com.DriverAccess/BaseClass/ASCOMDevice.cs:line 41
at new ASCOM.Com.DriverAccess.Telescope(string ProgID) in J:/ASCOMLibrary/ASCOM.Com/ASCOM.Com.DriverAccess/Telescope.cs:line 49
at ITelescopeV3 SharpCap.MountProxy.ASCOM.MountWrapper.CreateTelescope(string progId) in C:/Documents/Source Code/SharpCap/src/SharpCap.MountProxy.ASCOM/MountWrapper.cs:line 81
at new SharpCap.MountProxy.ASCOM.MountWrapper(string deviceName, string progId, IUIDisableSource disableSource) in C:/Documents/Source Code/SharpCap/src/SharpCap.MountProxy.ASCOM/MountWrapper.cs:line 62 in async Task SharpCap.Base.Interfaces.FakeAsyncConnectable<T>.DoInTask(Action a, CancellationToken cancellationToken, string action)+(?) => { }
How could I solve my issue?
Thank you