M
Mike
I have the .NET Framework v1.1 sp1 installed and am trying to use the
satelliteassemblies config section to prevent loading resource assemblies
(myAssembly.resources.DLL) for our auto deployed application. When I add the
satelliteassemblies element to the applications configuration file, I
receive a configuration exception stating: Unrecognized configuration
section satelliteassemblies.
Here is the config file, with the assembly entries removed:
<configuration>
<satelliteassemblies>
snip...
</satelliteassemblies>
</configuration>
The following knowledge base article indicates that this is available in the
Framework 1.1 sp1:
http://support.microsoft.com/default.aspx?scid=kb;en-us;839092
I did notice that my machine.config did not contain an entry for the
appropriate section handler.
Thanks in advance,
Mike
satelliteassemblies config section to prevent loading resource assemblies
(myAssembly.resources.DLL) for our auto deployed application. When I add the
satelliteassemblies element to the applications configuration file, I
receive a configuration exception stating: Unrecognized configuration
section satelliteassemblies.
Here is the config file, with the assembly entries removed:
<configuration>
<satelliteassemblies>
snip...
</satelliteassemblies>
</configuration>
The following knowledge base article indicates that this is available in the
Framework 1.1 sp1:
http://support.microsoft.com/default.aspx?scid=kb;en-us;839092
I did notice that my machine.config did not contain an entry for the
appropriate section handler.
Thanks in advance,
Mike