|
|
vb.net forms error
When I am debugging a vb.Net 2008 windows application and click on the
'next' button, I am getting the following error:
'An unexpected error has occurred. The 'Microsoft.jet.oledb.4.0'provider is
not registered on the local machine'.
I think that I may need to change some setting I have in the visual
studio.net
2008 professional edition to solve this problem.
I am working on an workstation that is 64 bits, XP operating system. When
the click event has occurred, I have just attached an excel 2003 spreadsheet
to a file in the general directory structure prior to clicking on the 'next'
button.
This application runs fine in production, this error just occurs in debug
mode.
Thus can you tell me what I could change to fix my problem?
|
|
0
|
|
|
|
Reply
|
Utf
|
7/1/2010 10:04:49 PM |
|
Am 02.07.2010 00:04, schrieb midnight:
> When I am debugging a vb.Net 2008 windows application and click on the
> 'next' button, I am getting the following error:
> 'An unexpected error has occurred. The 'Microsoft.jet.oledb.4.0'provider is
> not registered on the local machine'.
>
> I think that I may need to change some setting I have in the visual
> studio.net
> 2008 professional edition to solve this problem.
>
> I am working on an workstation that is 64 bits, XP operating system. When
> the click event has occurred, I have just attached an excel 2003 spreadsheet
> to a file in the general directory structure prior to clicking on the 'next'
> button.
> This application runs fine in production, this error just occurs in debug
> mode.
> Thus can you tell me what I could change to fix my problem?
Is the production machine also 64 bit? What is the compile target for your
app (AnyCPU, x86, x64)?
The Jet engine is not available as a 64 bit version. You must compile your app
as a 32 bit application.
(configuration manager -> "active platform:" <New...> -> "new platform:" x86,
check "[X] create new project platform" -> OK)
--
Armin
|
|
0
|
|
|
|
Reply
|
Armin
|
7/1/2010 10:22:40 PM
|
|
|
1 Replies
499 Views
(page loaded in 0.038 seconds)
Similiar Articles: vb.net forms error - microsoft.public.dotnet.languages.vb ...When I am debugging a vb.Net 2008 windows application and click on the 'next' button, I am getting the following error: 'An unexpected error ha... Error form control XXXcontrol is not a member of form - microsoft ...Visual Studio 2008 vb.Net .net 3.5 I have a solution in a directory called c:\HereIam\webSiteName\websiteName It compiles and publishes perf... Insert,Update Data in sage (MS Access Linked tables) using Vb.net ...Update Data in sage (MS Access Linked tables) using Vb.net ... Form ... using Visual Basic ... copy linked table to local - microsoft.public.access ... vb.net forms error ... Vb.net 2008 - Importing forms from other projects.. - microsoft ...vb.net forms error - microsoft.public.dotnet.languages.vb ... Vb.net 2008 - Importing forms from other projects.. - microsoft ... Vb.net 2008 - Importing forms from other ... Error When set form at Startup - microsoft.public.access ...Error When set form at Startup - microsoft.public.access ... Error When set form at Startup - microsoft.public.access ... vb.net - startup form problem in vb .net - Stack ... Request.Form error in asp.net - microsoft.public.dotnet.framework ...Error form control XXXcontrol is not a member of form - microsoft ... Visual Studio 2008 vb.Net .net 3.5 I have a ... Error form control XXXcontrol is not a member of form ... An Unexpected Error has occurred - microsoft.public.vb.general ...vb.net forms error - microsoft.public.dotnet.languages.vb ... When I am debugging a vb.Net 2008 windows application and click on the 'next' button, I am getting the ... Click Once deployment - cannot continue. the application is ...I am using clickonce to publish a windows forms application developed in VB.net VS2008. I am getting the above error during installation. The .N... printing rdlc reports programmatically - microsoft.public.dotnet ...This error occurs on the PrintPage event handler, on the line: > "Dim ... need to print a series of reports programmatically from a windows forms application using vb.net ... vb.net/networking....Turn on print Auditing for all Printers on ...Is there anyway I could do this with VBS or vb.net? Any help would be ... vb.net forms error Utf 1 333 VB.Net Form Designer Error!! - Microsoft Corporation: Software ...Hello All, This is the error I'm recieving: Microsoft (R) Visual Basic Compiler has encountered a problem and needs to close. We are sorry for the ... Validate Windows Form Controls in Vb.Net - Dot Net Tips & Tricks ...Windows Forms ErrorProvider component in VB.NET, SetError Method in VB.NET, VB.NET Windows form Validation, Display error messages in tooltips using Vb.NET, VB ... Global Error Handling - winform: Microsoft, VB.netHello Experts! I'd like a global error handler for a vb.net windows forms applications. Every example I look at either references the Main() method (which ... ASP.NET and VB.NET Error Handling - C#, Visual Studio 2010 ...The above code is the simplest form of structured error handling in VB.NET. We're doing our processing in the Try Block. If anything goes wrong in the Try block, the ... VB.NET: Copy & Paste Form Problem - Beginner VB - Forums at ...VB.NET: Copy & Paste Form Problem: For a proper program when i try to copy, say Form1 in the ... : this error description always show up but the Program still works as : it is. 7/24/2012 12:33:06 PM
|
|
|
|
|
|
|
|
|