Separating business logic
From: John (a_at_b.com)
Date: 09/06/04
- Next message: Peter Foot [MVP]: "Re: Separating business logic"
- Previous message: Xabi: "Retrieving parameters"
- Next in thread: Peter Foot [MVP]: "Re: Separating business logic"
- Reply: Peter Foot [MVP]: "Re: Separating business logic"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 12:04:50 +0200
Hi all,
I'm attempting to separate my business logic from the presentation (i.e.
class library). I include a reference to the System.Data.SQLServerCE
namespace because this particular library is going to use the database on
the device. I then add it to my main app in references.
The problem I have is when I attempt to build my main app, I receive an
error
"Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac' in project 'BMEStock' cannot be copied to
the run directory because it would conflict with dependency 'mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
How do I work around this?
Regards
John.
- Next message: Peter Foot [MVP]: "Re: Separating business logic"
- Previous message: Xabi: "Retrieving parameters"
- Next in thread: Peter Foot [MVP]: "Re: Separating business logic"
- Reply: Peter Foot [MVP]: "Re: Separating business logic"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|