How to remove Version, Culture and PublicKeyToken attribute from the ConfigSection

  • Thread starter Thread starter Jeff0803
  • Start date Start date
J

Jeff0803

Guest
I created custom configuration file like following.

<configSections>
<section name="deviceConfiguration" type="Test.MyDeviceConfiguration, Test, Version=8.1.5.0, Culture=neutral, PublicKeyToken=null" allowLocation="true" allowDefinition="Everywhere"/>
</configSections>

I want to remove Version, Culture and PublicKeyToken attribute from the ConfigSection.

How could I do that?

Continue reading...
 
Back
Top