F5F Stay Refreshed Software Operating Systems Error message during startup of the .NET application

Error message during startup of the .NET application

Error message during startup of the .NET application

Pages (2): 1 2 Next
Y
Yasuo
Member
66
01-06-2016, 06:19 PM
#1
Hello, I attempted to reinstall and update an older version of Microsoft Visual Studio so I could make changes for a Steam VR project. It didn’t work, so I restarted my computer. After that, I received an error message. Here’s the log you provided:

" See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.FileNotFoundException: Could not load file or assembly 'RSy3_AudioAppStreamsWrapper.dll' or one of its dependencies. The specified module could not be found. File name: 'RSy3_AudioAppStreamsWrapper.dll' at Synapse3.UserInteractive.ApplicationStreamsEventHandler..ctor(IAccountsClient accountEvent, IApplicationStreamsEvent appStreamsEvent) at Synapse3.UserInteractive.HiddenForm.<HiddenForm_Load>d__19.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- Razer Synapse Service Process Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Razer/Synapse3/UserProcess/Razer%20Synapse%20Service%20Process.exe ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- Microsoft.VisualBasic Assembly Version: 10.0.0.0 Win32 Version: 14.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Deployment Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll ---------------------------------------- PresentationFramework Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- WindowsBase Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- PresentationCore Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- Common.DeviceCallbacks Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Razer/Synapse3/UserProcess/Common.DeviceCallbacks.DLL -------------------------------------* To activate JIT debugging, the .config file for this app or machine must have jitDebugging set to true in the system.windows.forms section. The program should also be built with debugging enabled. For instance: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is turned on, unhandled exceptions will go straight to the JIT debugger instead of being shown here."
Y
Yasuo
01-06-2016, 06:19 PM #1

Hello, I attempted to reinstall and update an older version of Microsoft Visual Studio so I could make changes for a Steam VR project. It didn’t work, so I restarted my computer. After that, I received an error message. Here’s the log you provided:

" See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.FileNotFoundException: Could not load file or assembly 'RSy3_AudioAppStreamsWrapper.dll' or one of its dependencies. The specified module could not be found. File name: 'RSy3_AudioAppStreamsWrapper.dll' at Synapse3.UserInteractive.ApplicationStreamsEventHandler..ctor(IAccountsClient accountEvent, IApplicationStreamsEvent appStreamsEvent) at Synapse3.UserInteractive.HiddenForm.<HiddenForm_Load>d__19.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- Razer Synapse Service Process Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Razer/Synapse3/UserProcess/Razer%20Synapse%20Service%20Process.exe ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- Microsoft.VisualBasic Assembly Version: 10.0.0.0 Win32 Version: 14.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Deployment Assembly Version: 4.0.0.0 Win32 Version: 4.8.3752.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll ---------------------------------------- PresentationFramework Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- WindowsBase Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- PresentationCore Assembly Version: 4.0.0.0 Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- Common.DeviceCallbacks Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Razer/Synapse3/UserProcess/Common.DeviceCallbacks.DLL -------------------------------------* To activate JIT debugging, the .config file for this app or machine must have jitDebugging set to true in the system.windows.forms section. The program should also be built with debugging enabled. For instance: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is turned on, unhandled exceptions will go straight to the JIT debugger instead of being shown here."

M
mmillaa
Member
197
01-08-2016, 10:45 AM
#2
It seems a third-party program (Synapse) isn't locating the assembly it needs. This usually occurs after launching the app or when starting Windows. You might need to reinstall Synapse.
M
mmillaa
01-08-2016, 10:45 AM #2

It seems a third-party program (Synapse) isn't locating the assembly it needs. This usually occurs after launching the app or when starting Windows. You might need to reinstall Synapse.

F
FaZeMLG
Member
173
01-09-2016, 02:27 PM
#3
At launch, would it clarify why steamVr fails to start and immediately shuts down?
F
FaZeMLG
01-09-2016, 02:27 PM #3

At launch, would it clarify why steamVr fails to start and immediately shuts down?

T
trincat11
Member
168
01-09-2016, 09:19 PM
#4
Wow, that actually did! Thanks a lot. I’m not sure how to ever thank you back. It felt strange, but I didn’t think they were linked. Thanks again. I’d been focusing on this all day.
T
trincat11
01-09-2016, 09:19 PM #4

Wow, that actually did! Thanks a lot. I’m not sure how to ever thank you back. It felt strange, but I didn’t think they were linked. Thanks again. I’d been focusing on this all day.

T
Th4tFlaSh
Junior Member
15
01-10-2016, 04:33 AM
#5
Hello! How can I assist you today?
T
Th4tFlaSh
01-10-2016, 04:33 AM #5

Hello! How can I assist you today?

H
hobbit24
Junior Member
11
01-10-2016, 10:23 AM
#6
Sure, that sounds like a plan. Just make sure to back up anything important before proceeding.
H
hobbit24
01-10-2016, 10:23 AM #6

Sure, that sounds like a plan. Just make sure to back up anything important before proceeding.

C
crazyhunterMN
Member
53
01-10-2016, 02:11 PM
#7
Yep for me
C
crazyhunterMN
01-10-2016, 02:11 PM #7

Yep for me

F
Flash978
Member
59
01-27-2016, 11:53 AM
#8
F
Flash978
01-27-2016, 11:53 AM #8

B
154
01-27-2016, 12:27 PM
#9
It doesn’t seem to be helping. Try reinstalling Synapse again—it helped me, but I’m not sure what else to do.
B
Bellabell11295
01-27-2016, 12:27 PM #9

It doesn’t seem to be helping. Try reinstalling Synapse again—it helped me, but I’m not sure what else to do.

S
stanlli
Junior Member
47
01-27-2016, 01:59 PM
#10
I encountered the same issue today and none of the online solutions provided a solution. However, I was able to resolve it. Navigate to "Add Or Remove Programs" and for each installed Microsoft Visual C++ version, click on it and select "modify." Then choose "repair" instead of uninstall. Restart your PC after this process, and it should function properly. Also, I wanted to mention (I'm unsure if it made a difference) that I disabled all Razer services and ended Razer-related threads in the task manager, but I started this action. There are also some C++ versions that only allow uninstalling and won't let you do anything else—don't worry about those; just repair the others.
S
stanlli
01-27-2016, 01:59 PM #10

I encountered the same issue today and none of the online solutions provided a solution. However, I was able to resolve it. Navigate to "Add Or Remove Programs" and for each installed Microsoft Visual C++ version, click on it and select "modify." Then choose "repair" instead of uninstall. Restart your PC after this process, and it should function properly. Also, I wanted to mention (I'm unsure if it made a difference) that I disabled all Razer services and ended Razer-related threads in the task manager, but I started this action. There are also some C++ versions that only allow uninstalling and won't let you do anything else—don't worry about those; just repair the others.

Pages (2): 1 2 Next