Well, hi. Im new to the forums, and i have a question, so i was wondering if youd be so kind as to answer me. :)
I'm trying to write a simple application in C# to control the northwind database, just add and modify products. So i made the custom and the master classes, included them in my C# project and started to write my code.
the build was successful. Thing is, when i run, and hit the button "Execute Query" on my windows form, it shows an error in "EntitySpaces.Interface.dll" ... the error reads as follows.
"A first chance exception of type 'System.ArgumentException' occurred in EntitySpaces.Interfaces.dll"
Code:
at EntitySpaces.Interfaces.esDataProvider.esLoadDataTable(esDataRequest request, esProviderSignature sig)
at EntitySpaces.Interfaces.esDynamicQuery.Load()
at EntitySpaces.Core.esEntityCollection.LoadAll()
at App.Form1.button1_Click(Object sender, EventArgs e) in ... Form1.cs:line 35
Ive been trying stuff like crazy for quite a while now, and i just cant seem to figure out an answer to this problem.
Any help would be greatly appreciated, and I thank you all in advance. :)