Hi folks,
I've created an application in VS2008 Express Edition. Some of my customers could potentially want slightly different features so I had the idea of moving the relavent stuff to a seperate dll (which works).
The problem is when I swap the dll with a different one I get the error:
"The located assembly's manifest defination does not match the assembly reference"
I'm guessing it's looking for a different version number of the dll.
Any ideas on how to over come this?
If this is just impossible with .NET, can anyone give me some other tips of maybe going about this an alternative way? Like maybe instead of call methods inside a dll, call a seperate application and get the 2 to talk to each other?
Cheers