Microsoft .Net Framework error

G

Guest

I have WinXP Pro and just installed the most recent updates. Ever since
then, every time my PC boots to the desktop, a pop-up error window with the
title of, "Microsoft .Net Framework" shows up. Anyone know how I can get rid
of this problem?

The pop-up window basically says that "an unhandled exception has occured in
your application. If you click continue, the application will ignore this
error and attempt to continue. If you click Quite, the application will be
shut down immediately. An invalid argument was supplied."

On the bottom part of the pop-up is the Details section. I copied what it
said and pasted it below:

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

************** Exception Text **************
System.Net.Sockets.SocketException: An invalid argument was supplied
at
System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object
data)
at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
at Arbus.Client.WinUI.ArbusAgent.StartServer()
at Arbus.Client.WinUI.ArbusAgent.ArbusAgent_Load(Object sender, EventArgs
e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
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 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
McAfeeDataBackup
Assembly Version: 0.9.2575.40163
Win32 Version: 0.9.2575.40163
CodeBase: file:///C:/Program%20Files/McAfee/MBK/McAfeeDataBackup.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Arbus.Client.Base
Assembly Version: 2.0.2563.23976
Win32 Version: 2.0.2563.23976
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Client.Base.DLL
----------------------------------------
Arbus.Client.Resources
Assembly Version: 1.0.4.47572
Win32 Version: 1.0.4.47572
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Client.Resources.DLL
----------------------------------------
Arbus.Common
Assembly Version: 2.1.2564.32786
Win32 Version: 2.1.2564.32786
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Common.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Arbus.Windows.Controls
Assembly Version: 2.0.2536.16933
Win32 Version: 2.0.2536.16933
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Windows.Controls.DLL
----------------------------------------
Arbus.Client.BusinessObjects
Assembly Version: 2.0.2572.28776
Win32 Version: 2.0.2572.28776
CodeBase:
file:///C:/Program%20Files/McAfee/MBK/Arbus.Client.BusinessObjects.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.runtime.remoting/1.0.5000.0__b77a5c561934e089/system.runtime.remoting.dll
----------------------------------------
Arbus.Interfacing.Library
Assembly Version: 1.0.0.27362
Win32 Version: 1.0.0.27362
CodeBase:
file:///c:/windows/assembly/gac/arbus.interfacing.library/1.0.0.27362__2be3a081d8c94867/arbus.interfacing.library.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog."



Thanks in advance for any help you can give!
 
G

Guest

J&J said:
I have WinXP Pro and just installed the most recent updates. Ever since
then, every time my PC boots to the desktop, a pop-up error window with the
title of, "Microsoft .Net Framework" shows up. Anyone know how I can get rid
of this problem?

The pop-up window basically says that "an unhandled exception has occured in
your application. If you click continue, the application will ignore this
error and attempt to continue. If you click Quite, the application will be
shut down immediately. An invalid argument was supplied."

On the bottom part of the pop-up is the Details section. I copied what it
said and pasted it below:

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

************** Exception Text **************
System.Net.Sockets.SocketException: An invalid argument was supplied
at
System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object
data)
at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
at Arbus.Client.WinUI.ArbusAgent.StartServer()
at Arbus.Client.WinUI.ArbusAgent.ArbusAgent_Load(Object sender, EventArgs
e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
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 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
McAfeeDataBackup
Assembly Version: 0.9.2575.40163
Win32 Version: 0.9.2575.40163
CodeBase: file:///C:/Program%20Files/McAfee/MBK/McAfeeDataBackup.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Arbus.Client.Base
Assembly Version: 2.0.2563.23976
Win32 Version: 2.0.2563.23976
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Client.Base.DLL
----------------------------------------
Arbus.Client.Resources
Assembly Version: 1.0.4.47572
Win32 Version: 1.0.4.47572
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Client.Resources.DLL
----------------------------------------
Arbus.Common
Assembly Version: 2.1.2564.32786
Win32 Version: 2.1.2564.32786
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Common.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Arbus.Windows.Controls
Assembly Version: 2.0.2536.16933
Win32 Version: 2.0.2536.16933
CodeBase: file:///C:/Program%20Files/McAfee/MBK/Arbus.Windows.Controls.DLL
----------------------------------------
Arbus.Client.BusinessObjects
Assembly Version: 2.0.2572.28776
Win32 Version: 2.0.2572.28776
CodeBase:
file:///C:/Program%20Files/McAfee/MBK/Arbus.Client.BusinessObjects.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.runtime.remoting/1.0.5000.0__b77a5c561934e089/system.runtime.remoting.dll
----------------------------------------
Arbus.Interfacing.Library
Assembly Version: 1.0.0.27362
Win32 Version: 1.0.0.27362
CodeBase:
file:///c:/windows/assembly/gac/arbus.interfacing.library/1.0.0.27362__2be3a081d8c94867/arbus.interfacing.library.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog."



Thanks in advance for any help you can give!
 
G

Guest

I have this same problem. I can not open files in outlook that are sent to
me as attachments. I need help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top