View Single Post
Old Jan 18th, 2010, 4:43:45 AM   #13649
Hanaji
 
Hanaji's Avatar
 
Join Date: Jan 2010
Posts: 46
Default

Sorry for disturbing you folks again but this time, I've tried a different computer and i still encounter the same problem, I'm convinced that it may have something to do with the configuration file, can anyone please check and confirm:
Quote:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="RNGReporter.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<userSettings>
<RNGReporter.Properties.Settings>
<setting name="MyState" serializeAs="String">
<value>Normal</value>
</setting>
<setting name="MyLoc" serializeAs="String">
<value>0, 0</value>
</setting>
<setting name="MySize" serializeAs="String">
<value>700, 400</value>
</setting>
</RNGReporter.Properties.Settings>
</userSettings>
</configuration>
Hanaji is offline   Reply With Quote