|
Rank: Advanced Member Groups: Member
Joined: 12/26/2008 Posts: 45
|
When i run in localhost - All ok. When i publish on server, i see the next error
Code: HTML/ASPX
Please verify whether file eo_web.ashx is on your web application's root directory. That file is required for EO.Web Controls to run in your application. If the file does not exist, please copy it from EO.Web Controls' installation folder.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Please verify whether file eo_web.ashx is on your web application's root directory. That file is required for EO.Web Controls to run in your application. If the file does not exist, please copy it from EO.Web Controls' installation folder.
Source Error:
Line 50: <asp:Panel ID="DataElementHierarchyContent" runat="server">
Line 51: <div id="DataElementHierarchyDiv" class="AccordionContent">
Line 52: <eo:TreeView ID="TreeView1" runat="server" AllowDragReordering="true" AllowDragDrop="true" OnItemMoved="TreeView1_ItemMoved" Style="overflow:hidden;" onitemclick="TreeView1_ItemClick" RaisesServerEvent="true" ClientSideOnContextMenu="contextmenu_handler" ClientSideOnDragDrop="drag_drop_handler" >
Line 53: </eo:TreeView>
Line 54: </div>
Source File: c:\inetpub\acd\Controls\HierarchyDataElement.ascx Line: 52
Stack Trace:
[HttpException (0x80004005): Please verify whether file eo_web.ashx is on your web application's root directory. That file is required for EO.Web Controls to run in your application. If the file does not exist, please copy it from EO.Web Controls' installation folder.]
EO.Web.Internal.bg.a() +62
EO.Web.Internal.bg.c() +134
EO.Web.Internal.bg.a(HttpApplication A_0, Boolean A_1) +166
EO.Web.Internal.eb.a(Boolean A_0, HttpApplication A_1) +194
EO.Web.WebControlBase..ctor(HtmlTextWriterTag tag, Type implType) +77
EO.Web.WebControl..ctor(HtmlTextWriterTag tag, Type implType) +18
EO.Web.BaseNavigator..ctor() +47
EO.Web.TreeView..ctor() +51
ASP.controls_hierarchydataelement_ascx.__BuildControlTreeView1() in c:\inetpub\acd\Controls\HierarchyDataElement.ascx:52
ASP.controls_hierarchydataelement_ascx.__BuildControlDataElementHierarchyContent() in c:\inetpub\acd\Controls\HierarchyDataElement.ascx:50
ASP.controls_hierarchydataelement_ascx.__BuildControl__control2(Control __ctrl) in c:\inetpub\acd\Controls\HierarchyDataElement.ascx:6
System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +12
System.Web.UI.UpdatePanel.CreateContents() +65
System.Web.UI.UpdatePanel.set_ContentTemplate(ITemplate value) +53
ASP.controls_hierarchydataelement_ascx.__BuildControlUpdatePanelHierarchy() in c:\inetpub\acd\Controls\HierarchyDataElement.ascx:6
ASP.controls_hierarchydataelement_ascx.__BuildControlTree(controls_hierarchydataelement_ascx __ctrl) in c:\inetpub\acd\Controls\HierarchyDataElement.ascx:1
ASP.controls_hierarchydataelement_ascx.FrameworkInitialize() in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\8bbc40ed\a6db1998\App_Web_jnsvrkab.4.cs:0
System.Web.UI.UserControl.InitializeAsUserControlInternal() +34
System.Web.UI.UserControl.InitializeAsUserControl(Page page) +14
ASP.mainpage_aspx.__BuildControlHierarchyDataElement1() in c:\inetpub\acd\MainPage.aspx:100
ASP.mainpage_aspx.__BuildControlContent1(Control __ctrl) in c:\inetpub\acd\MainPage.aspx:12
System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +12
ASP.mainmasterpage_master.__BuildControlMainContentPlaceHolder() in c:\inetpub\acd\MainMasterPage.Master:54
ASP.mainmasterpage_master.__BuildControlform1() in c:\inetpub\acd\MainMasterPage.Master:39
ASP.mainmasterpage_master.__BuildControlTree(mainmasterpage_master __ctrl) in c:\inetpub\acd\MainMasterPage.Master:1
ASP.mainmasterpage_master.FrameworkInitialize() in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\8bbc40ed\a6db1998\App_Web_ijol7zpy.0.cs:0
System.Web.UI.UserControl.InitializeAsUserControlInternal() +34
System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +8658671
System.Web.UI.Page.get_Master() +51
System.Web.UI.Page.ApplyMasterPage() +15
System.Web.UI.Page.PerformPreInit() +45
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3031; ASP.NET Version:2.0.50727.3031
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Did you read the error message and do what the message says?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 9/3/2009 Posts: 4
|
Hi,
i have the same error: Exception message: Please verify whether file eo_web.ashx is on your web application's root directory. That file is required for EO.Web Controls to run in your application. If the file does not exist, please copy it from EO.Web Controls' installation folder.
It works fine on local and development environments, but doesn't on production.
I put the file on the server but doesn't works.
Can anybody help me? This is urgent. Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please check whether you are running the latest version. If you are already on the latest version and the problem still occurs, then we will need to take a look of your server remotely. Please let us know what time would be convenient for you.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 9/3/2009 Posts: 4
|
Thanks for reply.
I can't provide access because the security policies of the company.
Any suggestions?
Any special permission is needed on the file?
What exactly is "web application's root directory"???
I'm using a Web Application inside the Sharepoint (MOSS 2007).
I think that there are two possible "web application's root directory":
"C:\Inetpub\wwwroot\wss\VirtualDirectories\1234\", where is the BIN folder with the DLLs and "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\MyApplication\" where are the aspx files.
I put the file eo_web.ashx on both places but it doesn't works.=(
Thanks again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can use Server.MapPath("~/") in your code to find our your application's root directory.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 9/3/2009 Posts: 4
|
Sorry, but...How do I use?
Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You probably want to ask other developers around you for this. This is basic ASP.NET programming and we are not in a position to guide you through such issues. Sorry about it!
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 9/3/2009 Posts: 4
|
Is, certainly, the root folder the sema that contains the web.config file?
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Our tech support does not support such questions. We only support questions that are directly related to our product. For general ASP.NET questions, please seek help from other resource.
Thanks!
|
|