Rank: Newbie Groups: Member
Joined: 4/21/2008 Posts: 2
|
I just started working the EO tools...mainly the grid.
I have EO.Web.dll in the bin directly as well as eo_web.licx.
I have a grid in my app, but when I'm editing vb, and I type "grid1." I'm not getting the autofill options box to appear. I go into the demo that was installed during installation, and it does. Not sure what I'm missing.
Thanks for any input. BTW, this VS2005.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That can occur when EO.Web.dll is not being correctly loaded by Visual Studio. Check your task window and see if you can spot any error messages. You can also try to run the page and see if you get any error message. Most of the time the error message should give you some pointers as to where to look. A few other things to check:
1. Check whether the project is on a network drive. That can cause loading problems because DLLs on a network drive does not receive enough permission;
2. If you use Windows Vista, try to run the installer again as administrator. Our product needs to be installed as administrator to function properly;
Thanks
|
Rank: Newbie Groups: Member
Joined: 4/21/2008 Posts: 2
|
It was a network drive issue. It works perfectly on C:.
Thanks!
|