How to choose a target architecture, build the project in Visual C # 2008 Express, January 6, 2010
Posted by artiko in: C # , Programming , trackbackWhen used in Visual C # 2008 Express Edition ADO.NET to handle xls files I received the error "Provider 'Microsoft.Jet.OLEDB.4.0' not registered on the local computer.". Let me add that I'm using Windows 7 x64. As I read, there are no problems with the x86 versions. So I decided to compile the project only on the x64 architecture.
There was a problem: how to change the build target architecture? Under the toolbar is an option to change it, but by default it is not available. How do I enable it? The answer is trivial, just in Tools-> Options select Show all settings, which by default is unchecked. Then in the Projects and Solutions section to enter into General and select the Show advanced build configurations. The result is access to many functions, including the possibility of defining.
The solution I found on this blog. There are also screenshots of the next steps.
Tags
| Buzz this! WP Buzzer |
Categories
Popular articles
- Installing Ruby on Rails in Windows
- How to choose a target architecture, build the project in Visual C # 2008 Express
- Forest Fire - a forest fire simulator
- Historical stock market data - how to take it?
- Obfuskacja - code obfuscation in Java, the tool
- Installing SQLite to work with Ruby on Windows
- Installing Redmine on Windows
- Installing Linux on USB
- WP Buzzer
- Projects



