Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.83 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. C# Settings error with visual studio
  2. <?xml version='1.0' encoding='utf-8'?>
  3. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SAM.Properties" GeneratedClassName="Settings">
  4.   <Profiles />
  5.   <Settings>
  6.     <Setting Name="AllowGlass" Type="DevExpress.Utils.DefaultBoolean" Scope="User">
  7.       <Value Profile="(Default)">True</Value>
  8.     </Setting>
  9.     <Setting Name="ApplicationSkinName" Roaming="true" Type="System.String" Scope="Application">
  10.       <Value Profile="(Default)" />
  11.     </Setting>
  12.   </Settings>
  13. </SettingsFile>
  14.        
  15. Error   1   Too many characters in character literal    1   15  SAM
  16. Error   2   Too many characters in character literal    1   30  SAM
  17. Error   3   A namespace cannot directly contain members such as fields or methods   1   1   SAM