Hi group

I have created a class library that has a class that inherits from
ServicedComponents. I have .Net Framework 1.1 installed on mu machine.
I build the application and was able register it using regsvcs.
I have to deploy this application on a machine that has only .NET
Framework 1.0 installed. After a lot of search I could create an
application config file that has the bindingredirect for nearly all
the .NET assebblies.
After I build and try to register it on that server I am getting an
error stating ..
"System.IO .... unable to find the assembly or some assembly that is
used."
If I dont inherit my class from servicedcomponents and try to use it
in another exe and run that exe on the server machine it gives no
error.
Where am I going wrong? Any help is appreciated.

-Swati