Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
Questionhistogram in c# Pin
mohammed alshaweesh18-Dec-10 14:00
mohammed alshaweesh18-Dec-10 14:00 
AnswerRe: histogram in c# Pin
Not Active18-Dec-10 14:05
mentorNot Active18-Dec-10 14:05 
AnswerRe: histogram in c# PinPopular
Dr.Walt Fair, PE18-Dec-10 15:02
professionalDr.Walt Fair, PE18-Dec-10 15:02 
QuestionLoading data from DB asynchronously in win forms Pin
Tridip Bhattacharjee18-Dec-10 6:58
professionalTridip Bhattacharjee18-Dec-10 6:58 
AnswerRe: Loading data from DB asynchronously in win forms Pin
Luc Pattyn18-Dec-10 7:18
sitebuilderLuc Pattyn18-Dec-10 7:18 
GeneralRe: Loading data from DB asynchronously in win forms Pin
Manfred Rudolf Bihy19-Dec-10 3:54
professionalManfred Rudolf Bihy19-Dec-10 3:54 
QuestionHow to port a 32 bit application on 64 bit OS Pin
Aseem Sharma18-Dec-10 6:55
Aseem Sharma18-Dec-10 6:55 
AnswerRe: How to port a 32 bit application on 64 bit OS Pin
Dan Mos18-Dec-10 7:06
Dan Mos18-Dec-10 7:06 
I'm not sure if it will help but I had some problems with some .net apps on w64.

A common example is using Oledb to query an excel file, using the JET engine.
That will not work on 64 bit versions of windows, unless the app is specifcally compiled to target x86.

Try specifically compiling your app to target x86. As I'm sure you know, by default
it compiles to all platforms(ms ones) and it will resolve at runtime if it's x86 or x64.

Again I'm not sure if it will help but it doesn't hurt to try. That if you don't know that the
C++ dlls and COM service is the cause. if you know that then my comment is just a waste of space.

Hope the hammsters won't revolt against me. After all it's holidays times Smile | :)
All the best,

Dan

AnswerRe: How to port a 32 bit application on 64 bit OS Pin
jschell20-Dec-10 8:51
jschell20-Dec-10 8:51 
GeneralRe: How to port a 32 bit application on 64 bit OS Pin
Aseem Sharma20-Dec-10 15:42
Aseem Sharma20-Dec-10 15:42 
QuestionWrapped ToolStrip Control Pin
Rafone18-Dec-10 3:09
Rafone18-Dec-10 3:09 
QuestionTrouble with ProcessInfo and UTF-8 parameters string containing a path and/or filename with japanese/chinese/german character for execute a Process Pin
plaguebreath18-Dec-10 2:21
plaguebreath18-Dec-10 2:21 
AnswerRe: Trouble with ProcessInfo and UTF-8 parameters string containing a path and/or filename with japanese/chinese/german character for execute a Process Pin
Luc Pattyn18-Dec-10 3:04
sitebuilderLuc Pattyn18-Dec-10 3:04 
Questionhow to get rid of Windows Mobile Device Center screen when i connect any device to my computer ? Pin
Gali197818-Dec-10 1:26
Gali197818-Dec-10 1:26 
AnswerRe: how to get rid of Windows Mobile Device Center screen when i connect any device to my computer ? Pin
Dave Kreskowiak18-Dec-10 3:05
mveDave Kreskowiak18-Dec-10 3:05 
AnswerRe: how to get rid of Windows Mobile Device Center screen when i connect any device to my computer ? Pin
RaviRanjanKr18-Dec-10 5:21
professionalRaviRanjanKr18-Dec-10 5:21 
QuestionWhat is the equivalent code in c#? Pin
Milad.Biroonvand17-Dec-10 22:05
Milad.Biroonvand17-Dec-10 22:05 
AnswerRe: What is the equivalent code in c#? Pin
RaviRanjanKr17-Dec-10 22:39
professionalRaviRanjanKr17-Dec-10 22:39 
AnswerRe: What is the equivalent code in c#? Pin
Richard MacCutchan17-Dec-10 23:34
mveRichard MacCutchan17-Dec-10 23:34 
AnswerRe: What is the equivalent code in c#? Pin
Luc Pattyn18-Dec-10 1:18
sitebuilderLuc Pattyn18-Dec-10 1:18 
GeneralRe: What is the equivalent code in c#? Pin
Dan Mos18-Dec-10 7:30
Dan Mos18-Dec-10 7:30 
GeneralRe: What is the equivalent code in c#? Pin
Henry Minute18-Dec-10 11:37
Henry Minute18-Dec-10 11:37 
QuestionRe: What is the equivalent code in c#? Pin
Luc Pattyn18-Dec-10 11:51
sitebuilderLuc Pattyn18-Dec-10 11:51 
AnswerRe: What is the equivalent code in c#? Pin
Henry Minute18-Dec-10 11:54
Henry Minute18-Dec-10 11:54 
AnswerRe: What is the equivalent code in c#? Pin
Luc Pattyn18-Dec-10 11:56
sitebuilderLuc Pattyn18-Dec-10 11:56 

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.