Rank: Newbie Groups: Member
Joined: 1/26/2009 Posts: 3
|
I am having a problem running the my website using DatePicker on the sever the error i received is
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.
i did verify that the fiel eo_web_ashx is on my web application's root directory. i am currently running on VS2005.
Please it's important i need you help.
Rath
|
Rank: Newbie Groups: Member
Joined: 1/26/2009 Posts: 3
|
thank you for your reply... however i did try it your way and it seem to have no affect. here is what i received on the server side(Program that detect errors)
App: W 'Tue Jan 27 12:48:18 2009': ASP.NET 2.0.50727.0 - " Event code: 3005 Event message: An unhandled exception has occurred. Event time: 1/27/2009 12:48:18 PM Event time (UTC): 1/27/2009 5:48:18 PM Event ID: e8b66d0f3fc4466e868df6686a5fa3bc Event sequence: 10 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT-4-128775520945917034 Trust level: Full Application Virtual Path: / Application Path: c:\inetpub\wwwroot\ Machine name: FW2-SERVER Process information: Process ID: 3800 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: HttpException 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. Request information: Request URL: http://fw2-server/lto_production/sumupsheet/mySumupSheet.aspx Request path: /lto_production/sumupsheet/mySumupSheet.aspx User host address: 1.1.33.39 User: FUJI_BEDFORD\rkhiev Is authenticated: True Authentication Type: Negotiate Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 1 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at EO.Web.Internal.bg.a() at EO.Web.Internal.bg.c() at EO.Web.Internal.bg.a(HttpApplication A_0, Boolean A_1) at EO.Web.Internal.ex.a(Boolean A_0, HttpApplication A_1) at EO.Web.WebControlBase..ctor(HtmlTextWriterTag tag, Type implType) at EO.Web.WebControl..ctor(HtmlTextWriterTag tag, Type implType) at EO.Web.Calendar..ctor() at EO.Web.DatePicker..ctor() at ASP.lto_production_sumupsheet_masterpage_master.__BuildControlDatePicker1() in http://server//lto_production/sumupsheet/MasterPage.master:line 17 at ASP.lto_production_sumupsheet_masterpage_master.__BuildControlform1() in http://server//lto_production/sumupsheet/MasterPage.master:line 15 at ASP.lto_production_sumupsheet_masterpage_master.__BuildControlTree(lto_production_sumupsheet_masterpage_master __ctrl) in http://server//lto_production/sumupsheet/MasterPage.master:line 1 at ASP.lto_production_sumupsheet_masterpage_master.FrameworkInitialize() in http://server//lto_production/sumupsheet/MasterPage.master.cs:line 912308 at System.Web.UI.UserControl.InitializeAsUserControlInternal() at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) at System.Web.UI.Page.get_Master() at System.Web.UI.Page.ApplyMasterPage() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Custom event details: " App: W 'Tue Jan 27 12:45:22 2009': ASP.NET 2.0.50727.0 - " Event code: 3005 Event message: An unhandled exception has occurred. Event time: 1/27/2009 12:45:22 PM Event time (UTC): 1/27/2009 5:45:22 PM Event ID: 33c4c908548443fbba8666aa3fa959b0 Event sequence: 48 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT-3-128775512468579802 Trust level: Full Application Virtual Path: / Application Path: c:\inetpub\wwwroot\ Machine name: FW2-SERVER Process information: Process ID: 3800 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: SqlException Exception message: Invalid column name 'DocTypePreFix'. Request information: Request URL: http://fw2-server/doc_control/doc_inputchangeinfo.aspx?document=SOP10000&docfilename=sop10000.doc Request path: /doc_control/doc_inputchangeinfo.aspx User host address: 1.1.33.206 User: FUJI_BEDFORD\afeather Is authenticated: True Authentication Type: Negotiate Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 1 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at doc_control_doc_inputchangeinfo.GetSystemDocuments() in http://server//doc_control/doc_inputchangeinfo.aspx.vb:line 597 at doc_control_doc_inputchangeinfo.Page_Load(Object sender, EventArgs e) in http://server//doc_control/doc_inputchangeinfo.aspx.vb:line 167 at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Custom event details:
|
Rank: Newbie Groups: Member
Joined: 1/26/2009 Posts: 3
|
<?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="true" allowDefinition="MachineToApplication"/> <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="true" allowDefinition="Everywhere"/> <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="true" allowDefinition="MachineToApplication"/> <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="true" allowDefinition="MachineToApplication"/> </sectionGroup> </sectionGroup> </sectionGroup> </configSections> <system.web> <pages> <controls> <!-- <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> --> <add tagPrefix="ajaxtoolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" /> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </controls> </pages> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"> <assemblies> <!-- <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35-31BF3856AD364E35"/> --> <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies> </compilation> <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/> </httpHandlers> <httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web" />
</httpModules> </system.web> <system.web.extensions> <scripting> <webServices> <!-- Uncomment this line to customize maxJsonLength and add a custom converter --> <!-- <jsonSerialization maxJsonLength="500"> <converters> <add name="ConvertMe" type="Acme.SubAcme.ConvertMeTypeConverter"/> </converters> </jsonSerialization> --> <!-- Uncomment this line to enable the authentication service. Include requireSSL="true" if appropriate. --> <!-- <authenticationService enabled="true" requireSSL = "true|false"/> --> <!-- Uncomment these lines to enable the profile service. To allow profile properties to be retrieved and modified in ASP.NET AJAX applications, you need to add each property name to the readAccessProperties and writeAccessProperties attributes. --> <!-- <profileService enabled="true" readAccessProperties="propertyname1,propertyname2" writeAccessProperties="propertyname1,propertyname2" /> --> </webServices> <!-- <scriptResourceHandler enableCompression="true" enableCaching="true" /> --> </scripting> </system.web.extensions> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <modules> <add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </modules> <handlers> <remove name="WebServiceHandlerFactory-Integrated"/> <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </handlers> </system.webServer> </configuration>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Try to run the following code in your page and see what you get (put a Label with ID "Label1" in your page first):
Code: C#
string fileName = Request.MapPath("~/eo_web.ashx");
if (File.Exists(fileName))
Label1.Text = "Found eo_web.ashx";
else
Label1.Text = "File not found!";
Thanks!
|