app.config edited. Now my.settings are not recogized

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I tried to comment out the <sharedlisteners> section of a vb.net app.config file, from within Visual Studio 2005.  Ive since learned that I shouldnt have done that.  I have administrator rights on my PC only, but not on the domain.  Although I revised the app.config back to its original state, it is not working the same now.
 
Now, the next section, <usersettings> gives schema information notices  regarding the user settings.   The informational notices are shown below.  The application still works locally.  Will it publish OK?  How can I get back to the previous state, where these informational messages dont appear, and how can I be assured that the application will publish properly once Ive recovered from my error?  I renamed this application and called it DegreeOfQuality_bad_appconfig_11June2007, in case I need to revert to a backup for recovery.  The "_bad_appconfig" is my doing, not a symptom of the problem.
 
 
Message 1 Could not find schema information for the element userSettings. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 44 6 DegreeOfQualityDisplay1

Message 2 Could not find schema information for the element DegreeOfQualityDisplay.My.MySettings. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 45 10 DegreeOfQualityDisplay1

Message 3 Could not find schema information for the element setting. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 46 14 DegreeOfQualityDisplay1

Message 4 Could not find schema information for the attribute name. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 46 22 DegreeOfQualityDisplay1

Message 5 Could not find schema information for the attribute serializeAs. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 46 38 DegreeOfQualityDisplay1

Message 6 Could not find schema information for the element value. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 47 18 DegreeOfQualityDisplay1
Message 7 Could not find schema information for the element setting. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 49 14 DegreeOfQualityDisplay1
Message 8 Could not find schema information for the attribute name. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 49 22 DegreeOfQualityDisplay1
Message 9 Could not find schema information for the attribute serializeAs. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 49 40 DegreeOfQualityDisplay1
Message 10 Could not find schema information for the element value. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 50 18 DegreeOfQualityDisplay1
Message 11 Could not find schema information for the element setting. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 52 14 DegreeOfQualityDisplay1
Message 12 Could not find schema information for the attribute name. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 52 22 DegreeOfQualityDisplay1
Message 13 Could not find schema information for the attribute serializeAs. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 52 35 DegreeOfQualityDisplay1
Message 14 Could not find schema information for the element value. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 53 18 DegreeOfQualityDisplay1
Message 15 Could not find schema information for the element setting. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 55 14 DegreeOfQualityDisplay1
Message 16 Could not find schema information for the attribute name. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 55 22 DegreeOfQualityDisplay1
Message 17 Could not find schema information for the attribute serializeAs. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 55 39 DegreeOfQualityDisplay1
Message 18 Could not find schema information for the element value. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 56 18 DegreeOfQualityDisplay1
Message 19 Could not find schema information for the element setting. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 58 14 DegreeOfQualityDisplay1
Message 20 Could not find schema information for the attribute name. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 58 22 DegreeOfQualityDisplay1
Message 21 Could not find schema information for the attribute serializeAs. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 58 55 DegreeOfQualityDisplay1
Message 22 Could not find schema information for the element value. C:PI VB dot netDegreeOfQuality_bad_appconfig_11June2007DegreeOfQualityDisplay1DegreeOfQualityDisplay1app.config 59 18 DegreeOfQualityDisplay1


View the full article
 
Back
Top