Normal
Actually, it compiles just fine. What I meant was that if I create a test project that is attached to those projects, then try to create an instance of SQLiteClient just like those projects do, then I get the error. The actual compiling of the DLL files works ok, its only when you actually try to use it...I am using Visual C# 2005 Express Edition. You can see the referenced assemblies in the code that I have. I think that I referenced all of them correctly. Plus other peoples code that works as a plugin, doesn't work for me in debug mode.
Actually, it compiles just fine. What I meant was that if I create a test project that is attached to those projects, then try to create an instance of SQLiteClient just like those projects do, then I get the error. The actual compiling of the DLL files works ok, its only when you actually try to use it...
I am using Visual C# 2005 Express Edition. You can see the referenced assemblies in the code that I have. I think that I referenced all of them correctly. Plus other peoples code that works as a plugin, doesn't work for me in debug mode.