•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

[SOLVED] Microsoft .NET Framework error pls help

Posts
3
Likes
0
I am not sure why this has started happening as I was able to launch just like normal and play normally even if im not very good at being a lightsaber class(I suck). Anyways I go to launch the game and recently get this message...

Unhandled exception has occurred in your application. If you click continue the application will ignore this error and attempt to continue. If you click quit the application will close immediately.
The remote name could not be resolved: 'http'.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.WebException: The remote name could not be resolved: 'http'
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at ‌‬‎‪‎‭‎‮‬‍‌‎‪‏‬‮.‭‭‮‬‍‎‎‌‬‭‭‌‬‪‎‮‏‎‍‎‮‭‮()
at ‌‬‎‪‎‭‎‮‬‍‌‎‪‏‬‮.‏‏‍‭‏‮‏‪‪‬‪‭‫‫‪‬‏‫‭‪‌‍‮()
at !\,8`%uT\&)M:%4b=7\[HV@2s-:.‏‬‏‌‭‫‮‍‪‭‌‍‪‫‪‪‬‎‏‮‮()
at !\,8`%uT\&)M:%4b=7\[HV@2s-:.‏‭‎‬‪‬‍‮‎‭‏‬‎‫‍‬‎‌‫‍‎‪‍‮(Object , EventArgs )
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at !\,8`%uT\&)M:%4b=7\[HV@2s-:.‌‌‮‌‍‮‮‫‍‭‮‏‮‎‫‎‪‪‫‎‫‬‍‮(Message& )
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9035 (WinRelRS5.050727-9000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MBIILauncher
Assembly Version: 2.1.0.0
Win32 Version: 2.1.0.0
CodeBase: file:///C:/Users/user/Desktop/Desktop/MovieBattlesII_FULL_V1.4.9/MBIILauncher.exe
----------------------------------------
YVPQiBuiDydpMafZTrvkTgpwmrkkA
Assembly Version: 0.0.0.0
Win32 Version: 2.1.0.0
CodeBase: file:///C:/Users/user/Desktop/Desktop/MovieBattlesII_FULL_V1.4.9/MBIILauncher.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9037 (WinRelRS5.050727-9000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9038 (WinRelRS5.050727-9000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
MBII_Patcher
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/user/Desktop/Desktop/MovieBattlesII_FULL_V1.4.9/MBII_Patcher.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.9034 built by: WinRelRS5
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9031 (WinRelRS5.050727-9000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 
Top