-
Notifications
You must be signed in to change notification settings - Fork 3
Description
HI,
I keep getting an "unhandled exception" error whenever I type in any of the commands. Any thoughts on why this may be occurring?
FULL ERROR BELOW:
Unhandled Exception: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {ACB00FD2-ABE1-467F-A2D5-5D77001815D1} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at AtemAudioMonitorSwitcher.AtemSwitcher.Connect(String ipAddress) in C:\workspace\atem-controller\repo\AtemAudioMonitorSwitcher\AtemSwitcher.cs:line 25
at AtemAudioMonitorSwitcher.Program.RunAutoSwitch(AutoSwitchVerbOption opts) in C:\workspace\atem-controller\repo\AtemAudioMonitorSwitcher\Program.cs:line 95
at AtemAudioMonitorSwitcher.Program.<>c.
at CommandLine.ParserResultExtensions.MapResult[T1,T2,T3,TResult](ParserResult
1 result, Func2 parsedFunc1, Func2 parsedFunc2, Func2 parsedFunc3, Func`2 notParsedFunc)at AtemAudioMonitorSwitcher.Program.Main(String[] args) in C:\workspace\atem-controller\repo\AtemAudioMonitorSwitcher\Program.cs:line 52