|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
does the flyout object not work with an asp.net 2.0 project? I am using vs 2005 and am showing a multitude of EO objects in the toolbar just not the flyout
regards
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, It doesn't have anything to do with .NET versions. It has to do with the version installed on your machine, or the version that is integrated with your Visual Studio (they can be different and when that is the case, nothing will work and you will have to correct it manually). You will want to go to your Program Files\Essential Objects folder to find out the version that is installed. Flyout control is introduced in EO.Web Controls 2010, so it must be that version. Check the version of EO.Web.dll and you should see a version number of 8.0.xx.x. Once you have the correct version installed, check your Visual Studio toolbox again by hovering mouse over any of our control, a small tooltip should tell you the version of that control. If that does not match, then you will need to delete it and then manually reinstall it: http://doc.essentialobjects.com/library/1/installationanddeployment/install.aspxThanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
I ran the executable for the newest version (2010) - it errored on vs 2005 and vs 2008 but it did install corerctly on vs 2010
using vs 2005 ... I browsed to the essential objects install folder and added a reference to the eo.web.dll v 8.0.25.2
I then manually added objects to the toolbar by following this sites instructions under deploying - again from the same version
the flyout did not appear although other "new" ones did such as the slider, imagezoom, splitterpane, etc...
When I try to manaually add the flyout like this
<eo:Flyout ....
it says that object is not valid (not a known object)
please advise
|
|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
when I browse all components I see (in alphabetical order)
. . . FileExplorerHolder EO.WEB (8.0.25.2) Floater EO.WEB (8.0.25.2) Grid EO.WEB (8.0.25.2) . . .
oddly enough the flyout does appear when I browse the same reference via vs 2010
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
What is the exact error message when you put eo:Flyout directly in your page? Make sure you already have @Register at the top of the page to register our DLL (You can ensure that by putting another "working" EO control in your page as well).
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
the reference is there: <%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
other EO objects work fine. DLL is in the bin and it works correctly version is 8.0.25.2
when i manually add the flyout i get the red sqiggly line and the hover over tells me Element 'Flyout' is not a know element. This can occur is there is a compilation error in the web site
|
|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
|
|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
oddly enough the object is working despite the error warning? go figure eh?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This seems to be a minor issue on our side. We have posted an update build that should correct this issue. Please see your private message for download location.
Thanks!
|
|