S
SP
I have a web service application which uses 3rd party assemblies. I recently
upgraded my solution to use .NET Framework 2.0 instead of .NET Framework
1.1. The 3rd party assemblies that I refer are built on .NET Framework 1.1
(but they are supposed to work under .NET Framework 2.0)
Since upgradin the solution, I get an error saying :
System.Web.Services.Protocols.SoapException: Server was unable to process
request. ---> System.InvalidOperationException: There was an error
generating the XML document. ---> System.InvalidOperationException: <Details
of a datatype from 3rd party assembly> does not implement IXmlSerializable
interface therefore can not proceed with serialization.
I tried to get to the bottom of this but could not. Now I have started
thinking that this might be because of the assembly mismatch, so my question
is :
In my solution, I want to update the references to the 3rd part assembly to
use .NET Framework 2.0 as runtime version. I do not want to apply the policy
as a blanket on the machine because if some other application is using these
3rd party assemblies, I want to let it continue on .NET Framework 2.0. Can
someone tell me how to configure this?
TIA,
--SP
upgraded my solution to use .NET Framework 2.0 instead of .NET Framework
1.1. The 3rd party assemblies that I refer are built on .NET Framework 1.1
(but they are supposed to work under .NET Framework 2.0)
Since upgradin the solution, I get an error saying :
System.Web.Services.Protocols.SoapException: Server was unable to process
request. ---> System.InvalidOperationException: There was an error
generating the XML document. ---> System.InvalidOperationException: <Details
of a datatype from 3rd party assembly> does not implement IXmlSerializable
interface therefore can not proceed with serialization.
I tried to get to the bottom of this but could not. Now I have started
thinking that this might be because of the assembly mismatch, so my question
is :
In my solution, I want to update the references to the 3rd part assembly to
use .NET Framework 2.0 as runtime version. I do not want to apply the policy
as a blanket on the machine because if some other application is using these
3rd party assemblies, I want to let it continue on .NET Framework 2.0. Can
someone tell me how to configure this?
TIA,
--SP