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

Browse by Tags

All Tags » c#
Sorry, but there are no more tags available to filter with.
  • 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 ...
    Posted to SharePoint (Forum) by RileyTech.net on November 3, 2006
Powered by Community Server, by Telligent Systems