Rank: Member Groups: Member
Joined: 7/13/2011 Posts: 13
|
Two problem running the demo
1. When I try to run the installed EOWeb demo (under 64 bit Windows 7) via "Start, All Programs, EO.Web Controls 2011, Live demo" (c# or visual basic), I get this error....
I have tried uninstalling then re-installing and rebooting my pc but to no avail. Thanks for your help Brian
=================================================== Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /EOWebDemo_Net20_CS/Default.aspx
Version Information: Microsoft .NET Framework Version:2.0.50727.5446; ASP.NET Version:2.0.50727.5420
===================================================
2. Similarly, browsing to C:\Program Files (x86)\Essential Objects\EO.Web Controls 2011 and running RunDemo.exe initially LOOKS Ok but if I run any of the demos (at least the couple I tried - Grid and Callback) I get this error
===================================================
Server Error in '/EOWebDemo_CS' Application. The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine. 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.InvalidOperationException: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Source Error:
Line 20: Line 21: m_cn = new OleDbConnection(provider); Line 22: m_cn.Open(); Line 23: } Line 24:
Source File: c:\Program Files (x86)\Essential Objects\EO.Web Controls 2011\Samples\CS\App_Code\DemoDB.cs Line: 22
Stack Trace:
[InvalidOperationException: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.] System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper) +1804831 System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +148 System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +100 System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +45 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +6275598 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +6275911 System.Data.OleDb.OleDbConnection.Open() +47 EO.Web.Demo.DemoDB..ctor() in c:\Program Files (x86)\Essential Objects\EO.Web Controls 2011\Samples\CS\App_Code\DemoDB.cs:22 Demos_Grid_Designs_Style_1_Demo.Page_Load(Object sender, EventArgs e) in c:\Program Files (x86)\Essential Objects\EO.Web Controls 2011\Samples\CS\Demos\Grid\Designs\Style 1\Demo.aspx.cs:17 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42 System.Web.UI.Control.OnLoad(EventArgs e) +132 System.Web.UI.Control.LoadRecursive() +66 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
Version Information: Microsoft .NET Framework Version:2.0.50727.5446; ASP.NET Version:2.0.50727.5420
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted build 2011.0.18 that should fix both issues.
Thanks
|
Rank: Member Groups: Member
Joined: 7/13/2011 Posts: 13
|
Thanks - both now work
|