I am using ASP.NET Web Matrix, and just trying to connect to it, when I get this error message.

Recently I changed from having a broadband conection, to having a wireless router, but I have to connect to it using a network cable as I was getting a "tcp/ip protocol not installed correctly" msg. Maybe that has something to do with this?

I'd be very grateful for any help anyone can give.
The full error is here:


Quote:

QUOTE
TypeInitializationException: The type initializer for "System.Net.IPAddress" threw an exception. ---> System.TypeInitializationException: The type initializer for "System.Net.Sockets.Socket" threw an exception. ---> System.Net.Sockets.SocketException: The specified module could not be found
at System.Net.Sockets.Socket.InitializeSockets()
at System.Net.Sockets.Socket..cctor()
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.InitializeSockets()
at System.Net.IPAddress..cctor()
--- End of inner exception stack trace ---
at System.Net.IPAddress.Parse(String ipString)
at Microsoft.Saturn.Packages.Web.UserInterface.G.26(Int32 F8)
at Microsoft.Saturn.Packages.Web.UserInterface.G.2C(String FJ)
at Microsoft.Saturn.Packages.Web.UserInterface.G.2B(Object FH, EventArgs FI)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)

 

 

 


Reply