configuration section handler on remote shared assembly

H

hui

Hello,

I am developing an asp.net application with C#. I try to add a
configuration section in my web.config as following:
<configSections>
<section name="appInput"
type="System.Configuration.NameValueSectionHandler,System,Version=1.0.5000.0,Culture=neutral,publicKeyToken­=b77a5c561934e089"/>
</configSections>

The iis and vs.net run on different machines. The iis is on Win2000
server and has .net framework v1.1.4322 installed.

The issue is that I have to force system.dll to be copied into the \bin
directory of the web application. Therefore that makes it a local
assembly.

If I don't do so, I will get an error saying "File or assembly name
System, or one of its dependencies, was not found".

However, I believe that system.dll should be treated as a shared
assembly and doesn't need a local copy.

Could anybody please give me some suggestions?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top