|
Problem with Studio built-in web server -- Jon Ceanfaglione --
I am having recurring problems running the Ajax Library under the built-in web server that VS uses. I get the following error in my browser: Expected ';' This is the error I get in fiddler: null; r.error = {"Message":"Type is not resolved for member ' SomeNamespace.Security.SecurityPrincipal,SomeNamespace.Security, Version= 1.0.0.0, Culture=neutral, PublicKeyToken=null'.","Type":" System.Runtime.Serialization.SerializationException"}null; r.error = {"Message":"Type is not resolved for member ' SomeNamespace.Security.SecurityPrincipal,SomeNamespace.Security, Version= 1.0.0.0, Culture=neutral, PublicKeyToken=null'.","Type":" System.Runtime.Serialization.SerializationException"}. The curious thing is thall works fine under IIS/ |