Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
AnswerRe: validate the project Pin
R. Giskard Reventlov3-Aug-10 1:38
R. Giskard Reventlov3-Aug-10 1:38 
Questionunable to conect to database Pin
Nikhil Bhivgade3-Aug-10 0:28
professionalNikhil Bhivgade3-Aug-10 0:28 
AnswerRe: unable to conect to database Pin
Ghazanfar Jawed3-Aug-10 1:03
Ghazanfar Jawed3-Aug-10 1:03 
AnswerRe: unable to conect to database Pin
PIEBALDconsult3-Aug-10 3:20
mvePIEBALDconsult3-Aug-10 3:20 
QuestionHow to realize the connecting Office visio inside? Pin
sun19882-Aug-10 23:19
sun19882-Aug-10 23:19 
QuestionPInvoke with 32 bit native Dll in windows 7 64 bit Pin
Chesnokov Yuriy2-Aug-10 22:21
professionalChesnokov Yuriy2-Aug-10 22:21 
AnswerRe: PInvoke with 32 bit native Dll in windows 7 64 bit Pin
Covean2-Aug-10 22:36
Covean2-Aug-10 22:36 
AnswerRe: PInvoke with 32 bit native Dll in windows 7 64 bit Pin
Mirko19802-Aug-10 22:57
Mirko19802-Aug-10 22:57 
As Covean said, you can't use a 32bit dll form a 64bit application.

By default, a .NET application run according to the O.S. (so, in a 64bit systems run as 64bit application).
You have to force your application to run as 32bit by changing the "Platfor Target" value in the Build properties of your Visual Studio Project.
AnswerRe: PInvoke with 32 bit native Dll in windows 7 64 bit Pin
Pete O'Hanlon2-Aug-10 23:42
mvePete O'Hanlon2-Aug-10 23:42 
GeneralRe: PInvoke with 32 bit native Dll in windows 7 64 bit Pin
Chesnokov Yuriy3-Aug-10 1:18
professionalChesnokov Yuriy3-Aug-10 1:18 
GeneralRe: PInvoke with 32 bit native Dll in windows 7 64 bit Pin
Pete O'Hanlon3-Aug-10 2:04
mvePete O'Hanlon3-Aug-10 2:04 
QuestionData not Insert Pin
mjawadkhatri2-Aug-10 21:27
mjawadkhatri2-Aug-10 21:27 
AnswerRe: Data not Insert Pin
J4amieC2-Aug-10 21:58
J4amieC2-Aug-10 21:58 
GeneralRe: Data not Insert Pin
mjawadkhatri2-Aug-10 22:08
mjawadkhatri2-Aug-10 22:08 
AnswerRe: Data not Insert Pin
Covean2-Aug-10 22:32
Covean2-Aug-10 22:32 
GeneralRe: Data not Insert Pin
Bernhard Hiller3-Aug-10 2:01
Bernhard Hiller3-Aug-10 2:01 
QuestionRedirect WebPage through Window Button in C# Pin
ShafiqA2-Aug-10 19:47
ShafiqA2-Aug-10 19:47 
AnswerRe: Redirect WebPage through Window Button in C# Pin
Goutam Patra2-Aug-10 20:05
professionalGoutam Patra2-Aug-10 20:05 
GeneralRe: Redirect WebPage through Window Button in C# Pin
ShafiqA2-Aug-10 20:10
ShafiqA2-Aug-10 20:10 
QuestionFeed forward Neural network (back propagation) code classification problem [modified] Pin
karayel_kara2-Aug-10 19:01
karayel_kara2-Aug-10 19:01 
AnswerRe: Feed forward Neural network (back propagation) code classification problem Pin
OriginalGriff2-Aug-10 21:47
mveOriginalGriff2-Aug-10 21:47 
AnswerRe: Feed forward Neural network (back propagation) code classification problem Pin
Keith Barrow3-Aug-10 10:53
professionalKeith Barrow3-Aug-10 10:53 
GeneralRe: Feed forward Neural network (back propagation) code classification problem [modified] Pin
karayel_kara3-Aug-10 15:40
karayel_kara3-Aug-10 15:40 
GeneralRe: Feed forward Neural network (back propagation) code classification problem [modified] Pin
Keith Barrow4-Aug-10 1:26
professionalKeith Barrow4-Aug-10 1:26 
GeneralRe: Feed forward Neural network (back propagation) code classification problem Pin
karayel_kara6-Aug-10 18:35
karayel_kara6-Aug-10 18:35 

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.