473,513 Members | 2,266 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Application Error on client pc

daniel aristidou
491 Contributor
Hi i just finished a program and installed it on the client pc....when i start it up im recieving error messages
Does anybody understand these and can anybody suggest a solution?
Expand|Select|Wrap|Line Numbers
  1.  
  2.  
  3. System.InvalidOperationException: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
  4.    at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
  5.    at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
  6.    at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
  7.    at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
  8.    at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
  9.    at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
  10.    at System.Data.OleDb.OleDbConnection.Open()
  11.    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
  12.    at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
  13.    at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
  14.    at Forte.New_Microsoft_Office_Access_2007_DatabaseDataSetTableAdapters.CustomersTableAdapter.Fill(CustomersDataTable dataTable)
  15.    at Forte.Customer_Datagrid_View.Customer_Datagrid_View_Load(Object sender, EventArgs e)
  16.    at System.Windows.Forms.Form.OnLoad(EventArgs e)
  17.    at System.Windows.Forms.Form.OnCreateControl()
  18.    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  19.    at System.Windows.Forms.Control.CreateControl()
  20.    at System.Windows.Forms.Control.WmShowWindow(Message& m)
  21.    at System.Windows.Forms.Control.WndProc(Message& m)
  22.    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  23.    at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  24.    at System.Windows.Forms.Form.WmShowWindow(Message& m)
  25.    at System.Windows.Forms.Form.WndProc(Message& m)
  26.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  29.  
  30.  
Jan 26 '08 #1
3 2157
lotus18
866 Contributor
How do you install it to your client pc? Did you include all the references?
Jan 27 '08 #2
daniel aristidou
491 Contributor
How do you install it to your client pc? Did you include all the references?
KK i fixed that problem by changing the backend database to mdb instead of access 7 format...
However that solved i now have another problem....
now however another has come up....
Expand|Select|Wrap|Line Numbers
  1.  
  2. ************** Exception Text **************
  3. System.IO.FileNotFoundException: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The system cannot find the file specified.
  4. File name: 'System.EnterpriseServices.Wrapper.dll' ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The system cannot find the file specified.
  5. File name: 'System.EnterpriseServices.Wrapper.dll' ---> System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
  6.  
  7.    at System.EnterpriseServices.ContextUtil.get_IsInTransaction()
  8.    at System.Data.Common.ADP.IsSysTxEqualSysEsTransaction()
  9.    at System.Data.Common.ADP.NeedManualEnlistment()
  10.    at System.Data.OleDb.OleDbConnection.Open()
  11.    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
  12.    at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
  13.    at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
  14.    at Forte.New_Microsoft_Office_Access_2007_DatabaseDataSetTableAdapters.CustomersTableAdapter.Fill(CustomersDataTable dataTable)
  15.    at Forte.Customer_Datagrid_View.Customer_Datagrid_View_Load(Object sender, EventArgs e)
  16.    at System.Windows.Forms.Form.OnLoad(EventArgs e)
  17.    at System.Windows.Forms.Form.OnCreateControl()
  18.    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  19.    at System.Windows.Forms.Control.CreateControl()
  20.    at System.Windows.Forms.Control.WmShowWindow(Message& m)
  21.    at System.Windows.Forms.Control.WndProc(Message& m)
  22.    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  23.    at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  24.    at System.Windows.Forms.Form.WmShowWindow(Message& m)
  25.    at System.Windows.Forms.Form.WndProc(Message& m)
  26.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  29.  
Jan 27 '08 #3
daniel aristidou
491 Contributor
Hi...after many hours on the net searching for a solution.....and finding many that didnt work...i did find a solution that did.....
Ill post it here so if anybody has a problem with an error message to do with a Wrapper.dll
Go to add/unistall programs
Select framework 2.0
Click on change
Jan 28 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

8
2372
by: Programatix | last post by:
Hi, I'm working on a project which includes XML WebServices and Windows Form application. The Windows Form application will call the XML WebServices to retrieve data from database. The data...
8
775
by: Carel Lotz | last post by:
H We have ported our VB 6 application into VB .NET but are still integrating with a few COM + applications written in VB6 running on our application server (Win 2000 Server). We have the proxies...
13
2547
by: Rodrigue | last post by:
I as a developer have an application that I can run from my box or from a shared drive, but I cannot get anybody else to run it. They do have the same version of the framework on their boxes, yet...
0
5624
by: hockeyove | last post by:
Hi! Little help needed... This is my environment: Server: Windows 2003 Client: Windows 2000 and Windows XP
5
4255
by: vinoth | last post by:
Hi, I have created WindowsService Project.In that Project OnStart Method i have written the following Code. In this code the Server is waiting for the connection from client. When the Client...
5
2364
by: | last post by:
I've created a small vb.net application which uses the Data Access Application Block to access a SQL Server 2000 database. The application works fine on the machine with the development...
0
1628
by: vijayalakshmi.venkataraman | last post by:
Hello, I have a .NET client that accesses a Java webservice. Let me first say that the client stub I got generated from the wsdl was incomplete and had to make changes to it manually to make it...
0
1818
by: Uma | last post by:
Dear all, I have a problem while running a smart client application which was installed through CD-ROM. After installing the smart client setup the application is running properly. When running...
1
519
by: Ashutosh | last post by:
Hello All, This might be seen as a common question from newbie. I am a newbie to ..NET Framework but I think my issue is very complicated. I have tried to explain at best but if you have any more...
1
7818
by: johnyjj2 | last post by:
Hello! I've got web application created for MSSQL and IIS. There are two directories in this application - Scripts and WebSite. In Script there is file CreateDb.sql. I need to run it so that it...
0
7265
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7111
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7539
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5095
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4751
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3240
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1605
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.