Adding project reference of CF class library to web service
- From: "enantiomer" <djpug@xxxxxxxxxxx>
- Date: 1 Mar 2006 23:00:57 -0800
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
.
- Follow-Ups:
- Re: Adding project reference of CF class library to web service
- From: eastlands
- Re: Adding project reference of CF class library to web service
- Prev by Date: Re: Deployment of .net application for pocket pc
- Next by Date: Re: Compact Framework 2.0 team needs to finish the .NET CF 2.0 release
- Previous by thread: Deployment of .net application for pocket pc
- Next by thread: Re: Adding project reference of CF class library to web service
- Index(es):
Relevant Pages
|