|
Rank: Member Groups: Member
Joined: 8/28/2008 Posts: 25
|
I am having problems on my dev machine with intellisense.
I am using Win2008 virtual machine with VS 2008. I have copied the example and have the required header for the control, I have also tried to put the tag prefix in web config, but still the grid is covered in sqiggles and I dont have intellisense - this is a pretty big problem as I am new to EO and dont know what properties I have available to me...
Note: The grid code is copied from the VS 2008 so is syntactially correct, also the control renders and works fine at runtime.
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
I dont have essential objects installed and licenced on the virtual machine - I just have the required code in the global.asax.
Any ideas?
|
|
Rank: Member Groups: Member
Joined: 8/28/2008 Posts: 25
|
I should say that I am using a Web Application template rather than a Web Site template in VS (so no bin directory for all dlls).
The EO dll I am using is Version=6.0.32.2
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
This occurs when VS can not load the DLL, usually because the project is on a network drive. Try to add the DLL into GAC and then reference the DLL from GAC in your project. That usually would solve the problem.
Thanks
|
|
Rank: Member Groups: Member
Joined: 8/28/2008 Posts: 25
|
Thx...
That did the trick - wasnt on a network drive though...
I also changed to use 6.0.34.2 from latest download.
|
|