Ive tried seperate install in different folder
VC2.142
Again this was a virgin system install from Win8.1pro iso media from MS
Im trying to use the latest VoxWav app and designate the audio output to bluetooth speaker to get TTS feedback on a system in another room.
Which works but seem to cant keep it stable
I can affirm this endpointcontroller.dll is in my root VC directory and not the plugin folder for audioendpoint
5/10/2015 8:36:39 PM 222 [info] Loading plugins
5/10/2015 8:36:39 PM 253 found dll: C:\VC2.142\Plugins\Audio\Audio.dll
5/10/2015 8:36:39 PM 253 Plugin not selected in options: Audio
5/10/2015 8:36:39 PM 253 found dll: C:\VC2.142\Plugins\audioendpoint\AudioEndpoint.dll
5/10/2015 8:36:39 PM 253 Loading: AudioEndpoint
5/10/2015 8:36:39 PM 253 Not a valid plugin.
--------------------------
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to load DLL 'EndPointController.dll': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)
at vcPlugin.AudioEndpoints.GetAudioPlaybackDeviceCount(Int32& count)
at vcPlugin.AudioEndpoints.UpdateEndpoints()
at vcPlugin.AudioEndpoints..ctor()
at vcPlugin.Plugin..ctor()
--- End of inner exception stack trace ---
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 VoxCommando.PluginServices.AddPlugin(String FileName)
at VoxCommando.PluginServices.loadPluginLate(String strPlugName)