Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
AnswerRe: property of network base software? Pin
Richard MacCutchan8-Feb-13 23:01
mveRichard MacCutchan8-Feb-13 23:01 
GeneralRe: property of network base software? Pin
Edalat_20119-Feb-13 3:28
Edalat_20119-Feb-13 3:28 
GeneralRe: property of network base software? Pin
Dave Kreskowiak9-Feb-13 3:38
mveDave Kreskowiak9-Feb-13 3:38 
QuestionHow to import data from OpenOffice to DataTable/DataSet Pin
devchina8-Feb-13 19:43
devchina8-Feb-13 19:43 
AnswerRe: How to import data from OpenOffice to DataTable/DataSet Pin
Richard MacCutchan8-Feb-13 23:00
mveRichard MacCutchan8-Feb-13 23:00 
GeneralRe: How to import data from OpenOffice to DataTable/DataSet Pin
devchina8-Feb-13 23:15
devchina8-Feb-13 23:15 
GeneralRe: How to import data from OpenOffice to DataTable/DataSet Pin
Richard MacCutchan8-Feb-13 23:42
mveRichard MacCutchan8-Feb-13 23:42 
GeneralRe: How to import data from OpenOffice to DataTable/DataSet Pin
Dave Kreskowiak9-Feb-13 3:36
mveDave Kreskowiak9-Feb-13 3:36 
The Jet provider won't work if you're running this code on a 64-bit machine. Jet is 32-bit only.

So, you either have to install the 64-bit ACE engine, downloadable from here[^] or go into your project properties and set the Target CPU to "x86" instead of "AnyCPU". That will force your code to run as a 32-bit application.

QuestionShapefile Creations Pin
devchina8-Feb-13 17:52
devchina8-Feb-13 17:52 
AnswerRe: Shapefile Creations Pin
Dave Kreskowiak8-Feb-13 18:29
mveDave Kreskowiak8-Feb-13 18:29 
GeneralRe: Shapefile Creations Pin
devchina8-Feb-13 18:38
devchina8-Feb-13 18:38 
GeneralRe: Shapefile Creations Pin
Dave Kreskowiak9-Feb-13 3:33
mveDave Kreskowiak9-Feb-13 3:33 
QuestionCross threaded operations Pin
MAW308-Feb-13 11:23
MAW308-Feb-13 11:23 
AnswerRe: Cross threaded operations Pin
Jibesh8-Feb-13 12:40
professionalJibesh8-Feb-13 12:40 
GeneralRe: Cross threaded operations Pin
MAW308-Feb-13 15:25
MAW308-Feb-13 15:25 
GeneralRe: Cross threaded operations Pin
Dave Kreskowiak8-Feb-13 18:31
mveDave Kreskowiak8-Feb-13 18:31 
Questionlibrary for command-line parameters Pin
lukeer8-Feb-13 3:06
lukeer8-Feb-13 3:06 
AnswerRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 3:42
mvePIEBALDconsult8-Feb-13 3:42 
AnswerRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 14:08
mvePIEBALDconsult8-Feb-13 14:08 
GeneralRe: library for command-line parameters Pin
Dave Kreskowiak8-Feb-13 14:11
mveDave Kreskowiak8-Feb-13 14:11 
GeneralRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 14:21
mvePIEBALDconsult8-Feb-13 14:21 
GeneralRe: library for command-line parameters Pin
Dave Kreskowiak8-Feb-13 15:15
mveDave Kreskowiak8-Feb-13 15:15 
GeneralRe: library for command-line parameters Pin
PIEBALDconsult8-Feb-13 16:18
mvePIEBALDconsult8-Feb-13 16:18 
GeneralRe: library for command-line parameters Pin
Dave Kreskowiak8-Feb-13 18:45
mveDave Kreskowiak8-Feb-13 18:45 
Question3D C# windows from Pin
taufiki8-Feb-13 0:04
taufiki8-Feb-13 0:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.