|
type="System.Configuration.DictionarySectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken ...
|
|
section name="Resolver" type="System.Configuration.DictionarySectionHandler, System,Version=2.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
|
System.Configuration.DictionarySectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Is that correct? Does it exist in the GAC, or do I have ...
|
|
section name="ApplicationSettings" type="System.Configuration.DictionarySectionHandler" /> 6. Replace the code that you located in step 5 with the following code.
|
|
System.Object System.Configuration.DictionarySectionHandler [Visual Basic] Public Class DictionarySectionHandler Implements IConfigurationSectionHandler [C#] public class ...
|
|
... configSections>
|
|
type="System.Configuration.DictionarySectionHandler, System,Version=2.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"
|
|
type="System.Configuration.DictionarySectionHandler, System,Version=2.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"
|