The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

error in Entityspaces.interface.dl

Last post 08-19-2008, 3:55 PM by dfblaze. 2 replies.
Sort Posts: Previous Next
  •  08-18-2008, 11:02 AM 10803

    error in Entityspaces.interface.dl

    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. :)

  •  08-18-2008, 11:46 AM 10804 in reply to 10803

    Re: error in Entityspaces.interface.dl

    Did you follow the Getting Started PDF, do you have a connection string, did you add the loader? It will work, see our demo, it runs against Northwind, it's on your disk, just change the config file connection string.

    EntitySpaces | Twitter | BLOG | Please honor our Software License
  •  08-19-2008, 3:55 PM 10830 in reply to 10804

    Re: error in Entityspaces.interface.dl

    ahh, i tok a look at the example, everything worked perfectly. :) thanks a lot!! :D
View as RSS news feed in XML