Welcome to Sign in | Join | Help
Home Forums Photos Downloads

Re: Error encountered on creation of sharepoint web

  •  11-03-2006, 12:36 PM

    Re: Error encountered on creation of sharepoint web

    unrecognized escape sequence typically refers to c# code that blows up when you forget a \ before " or \.  IE...

    string test = "string\\string"; would be valid whereas...

    string test = "string\string"; would not and throw an unrecognized escape sequence.

    Have you edited the code behind or added some modules of your own?


    RileyTech.net
    Trainer video maker guy
    "Where did you find that?" code man

    Yes, I have and frequently wear a fedora :-P
    Filed under:
View Complete Thread
Powered by Community Server, by Telligent Systems