Hello there,
is there any chance to reference to an assembly without version
number.
<assemblies>
<add assembly="Microsoft.Web.Services3, Version=3.0.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
Better for me would be
<assemblies>
<add assembly="Microsoft.Web.Services3" />
</assemblies>
Thank you,
Norbert
Patrice - 28 Mar 2008 17:38 GMT
Please always check first the doc. According to
http://msdn2.microsoft.com/en-us/library/37e2zyhb.aspx it should...
If the doc is right you could even just have tried to get the answer ;-).
Else tell us what is the error message you get...
--
Patrice
> Hello there,
>
[quoted text clipped - 14 lines]
> Thank you,
> Norbert