Rank: Member Groups: Member
Joined: 10/15/2007 Posts: 8
|
Hi,
I have a question regarding your documentation:
In this section:
***************
EO.Web Controls setup program automatically adds all the controls into Visual Studio 2005's toolbox, however if in any case you need to add them manually, please find detailed steps here.
Visual Studio 2005 automatically supports IntelliSense in HTML design view. However sometimes, especially when the project is a remote project, automatic IntelliSense may stop working and even causes compile error. Please follow these steps to correct the problem:
Follow steps outlined here to add EO.Web controls into GAC; Add the following line into your web.config inside system.web/compilation/assemblies tag:
<add assembly="EO.Web, Version=version_number, Culture=neutral, PublicKeyToken=e92353a6bf73fffc" />
********
My question is - how do I determine the value to use for version_number?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Right click the DLL and then choose properties.
|