I have programed one c# windows application and i am trying to run that on my clients(customer's) machine.
First>>>I tried to publish that application. Whie publshing it is giving me two errors 1.cannot publish because project failed to build 2.signingtool.exe not found.
Event though searching on web , i did not get appropriate solution for this problem. Then i tried to make exe of the application by releasing the application in x86 mode.
When i double clicks on application file(exe)...it gets opened and gives me error 1.microsoft.ace.oledb.12.0' provider is not registered on the local machine
After this error i installed the setup for AccessDatabaseEngine. Although installing this...it gives me error...
what should i do for these errors??? Help me out for both the problems of same case...
i have refered this post ClickOnce - Cannot publish because a project failed to build
and tried to build and publish the project via menus on the top....but still the problem is same...