E
enantiomer
I am using VS.NET 2005, C#
I want to expose some of the functionality from my CF class library via
web services. I created the web service project and added a reference
to my businessServices class library. In this library I include some
connection functionality from the SqlServerCE namespace. What ends up
happening is that it copies over the SqlServerCe assembly to the Bin
directory of the web service under Inetpub and when i try to build the
solution it gives the error of:
Error 1 Could not load file or assembly 'System.Data.SqlServerCe,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or
one of its dependencies. The located assembly's manifest definition
does not match the assembly reference. (Exception from HRESULT:
0x80131040)
What is wrong with this and why is it doing this? It seems like it is
having rouble loading the assembly because of signed information? Is
this an ok process of exposing a device class library via web services?
Thanks in advance,
Jonathan
I want to expose some of the functionality from my CF class library via
web services. I created the web service project and added a reference
to my businessServices class library. In this library I include some
connection functionality from the SqlServerCE namespace. What ends up
happening is that it copies over the SqlServerCe assembly to the Bin
directory of the web service under Inetpub and when i try to build the
solution it gives the error of:
Error 1 Could not load file or assembly 'System.Data.SqlServerCe,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or
one of its dependencies. The located assembly's manifest definition
does not match the assembly reference. (Exception from HRESULT:
0x80131040)
What is wrong with this and why is it doing this? It seems like it is
having rouble loading the assembly because of signed information? Is
this an ok process of exposing a device class library via web services?
Thanks in advance,
Jonathan