C# .NET - Making setup

Asked By MARKAND BHATT
09-Sep-10 05:09 AM
I have made an application with MS Access 2003 as my database.
I made its setup and installed in a pc which MS Office 2007 installed in it.
I am getting an error of "Microsoft.Oledb.Jet.4.0 resource not found".
And my setup is not working.
What to do now?
  Super Man replied to MARKAND BHATT
09-Sep-10 05:20 AM

Microsoft Office 2003 in installed in your client computer in which you do setup.

If no , then you have to setup office 2003 before setup up your application.

  MARKAND BHATT replied to Super Man
09-Sep-10 06:17 AM
thanx MR. KHAN. But this solution is not feasible. Can you me any other solution
  Super Man replied to MARKAND BHATT
09-Sep-10 10:10 AM

I never tried this  but : 

i suggest to do one thing:

You can obtain driver for jet database engine:

 

 

http://support.microsoft.com/kb/239114

 

 

Create New Account
help
0137007566) Academic Writing: Genres, Samples, and Resources - Mary Kay A Mulvaney (1st ed) (ISBN 0321179749) Access 2007 Guidebook - Maggie Trigg (6th ed) (ISBN 0321517016) Access Code Card for Medical Assisting Interactive (1st ed) (ISBN 0132114550) Accounting - Carl Warren (22nd ed ISBN 0131190822) Basic Marketing Research - Gilbert Churchill (7th ed) (ISBN 1439041393) Basic Marketing Research Using Microsoft Excel Data Analysis - Alvin C Burns (2nd ed) (ISBN 0132059584) Basic Mathematics - Brian F. Goetz of Microorganisms - Michael T. Madigan (Test Bank) (11th ed) (ISBN 0132192268) Building Accounting Systems Using Access 2007 - James T. Perry (7th ed) (ISBN 032466527X) Building Classroom Discipline (with MyEducationLab) - C. M. Charles ed) (ISBN 0131193376) Certified Professional Secretary (CPS) and Certified Administrative Professional (CAP) Examination Review for Office Systems and Technology - Diane Routhier Graf (5th ed) (ISBN 0131145495) Certified Professional Secretary (CPS) Examination ISBN 0131145509) Certified Professional Secretary (CPS) Examination and Certified Administrative Professional (CAP) Examination Review for Office Administration - Betty L. Schroeder (5th ed) (ISBN 0131145517) Changing American Families - Judith R. Aulette (2nd
tell me the configuration process from A to Z. Thanks in Advance. HOWTO: Configuring a Office SharePoint Server 2007 Publishing Site with Dual Authentication Providers and Anonymous Access This article was been updated for WSS v3 / MOSS 2007 RTM on December 11, 2006. In addition, additional information was added and changed in the section Enabling Anonymous Access when the article was updated for RTM. Content-centric sites that are managed via a forms authentication where users login using a username or email address and password to gain access to protected areas. Web Content Management (WCM), one piece in the Enterprise Content Management (ECM) strategy included in Microsoft Office SharePoint Server (MOSS) 2007 adds the capability of hosting and managing content-centric sites to
and Information management requirement gathering questions . . . . i want it immediately please . . . . . . . Contents • 1 What is Microsoft Windows SharePoint Services? How is it related to Microsoft Office SharePoint Server 2007? • 2 What is Microsoft SharePoint Portal Server? • 3 What is Microsoft Windows Services? • 4 What is the relationship between Microsoft SharePoint Portal Server and Microsoft Windows Services? • 5 Who is Office SharePoint Server 2007 designed for? • 6 What are the
Slow speed of VBA macros written for Word 2003 in 2007 / 2010 There's been a fair amount of online comment, on this site and elsewhere have solved their problem, particularly Excel users (see http: / / www.eggheadcafe.com / software / aspnet / 31757122 / 2007-macros-painfully-slow.aspx), I have a suite of macros written for me by someone programming is dealing with search and extract sequences, one file after the other. In Word 2007 / 2010, running in compatability mode, it runs about 5 times slower than in 2003. Since a longish run can take 5-10 mins even in Word 2003, a runtime of 30-60 mins in 2007 / 2010 is unacceptable. Has this issue been resolved? Does anyone know why this happens, and switching off screen-updating have been attended to. What is different about the way Word 2007 / 2010 handles VBA macros and text to the way they are handled in 2003, that
and will have to grep word like "successful" or "unsuccessful".and maintain these status in database. the basic aim is to read specific mails from my outlook. -Thanks In order to have a look at below article . . http: / / www.codeproject.com / KB / COM / Outlook_Express_Messages.aspx To access outlook emails and its contents like total number of emails in inbox, number of unread of email etc. To acquire these, all you need is Interop.Outlook.dll . How to access outlook using ASP.NET is given below. You can write this code in a button Reading emails and some headers is now very easy using VS 08 and referencing few Microsoft Office 2007 DLLs which are already present in "Add Reference" section of visual studio. So Microsoft helped us remove those worries and saved us from DLL hell and COM components. Please add reference of Microsoft.Office.Interop.Outlook version 12 in your application and use the API for further work