Greetings,
I have my Linux PC us and running now - kubutu 7.04 with Mono 1.2.5. When I compile I get the following error, which I had not gotten before. Any one know if it is a bug, or something I am doing wrong...
NetState.cs
Code:
CS1502: Line 535: The best overloaded method match for `Server.Utility.Intern(string)' has some invalid arguments
m_Address = Utility.Intern(((IPEndPoint)m_Socket.RemoteEndPoint).Address);
If I remove Utility.Intern it continues to compile However, this statement is used all over the place and I really do not like the idea of taking it out.
-Ravon
NEVERMIND, Something bad in one of my scripts.