Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Create an Installation Setup for C# Programs

Visual Studio helps the programmers not only to build their Software but also to publish it as in the form of a Setup file. An Installation Setup automatically distributes its sub files to the different system file locations. You can also set a path for checking further Updates of your Program when you are creating the Setup file, And can also choose how will a user can install the app like From a Website, From a UNC path or File share etc.

"OLEDB Provider is not registered on the local machine"-How to fix

When I run my program having Microsoft Access Database connectivity with ADO.NET I receives an error saying "‘Microsoft.ACE.OLEDB.12.0′ provider is not registered on the local machine". Later I found a perfect but simple solution for the problem. I was really irritated because I could only complete the software after connecting the database.Read this carefully this would really help you.