Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to deserialize this one Pin
igalep13219-Dec-10 19:10
igalep13219-Dec-10 19:10 
AnswerRe: How to deserialize this one Pin
igalep13220-Dec-10 11:00
igalep13220-Dec-10 11:00 
AnswerRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 11:35
sitebuilderLuc Pattyn20-Dec-10 11:35 
GeneralRe: How to deserialize this one [modified] Pin
igalep13220-Dec-10 11:42
igalep13220-Dec-10 11:42 
GeneralRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 12:03
sitebuilderLuc Pattyn20-Dec-10 12:03 
GeneralRe: How to deserialize this one Pin
igalep13220-Dec-10 12:41
igalep13220-Dec-10 12:41 
AnswerRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 12:51
sitebuilderLuc Pattyn20-Dec-10 12:51 
GeneralRe: How to deserialize this one Pin
igalep13220-Dec-10 12:54
igalep13220-Dec-10 12:54 
AnswerRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 13:06
sitebuilderLuc Pattyn20-Dec-10 13:06 
GeneralRe: How to deserialize this one Pin
igalep13227-Dec-10 9:23
igalep13227-Dec-10 9:23 
Questionfinding out hardrive storage Pin
Maan12319-Dec-10 3:25
Maan12319-Dec-10 3:25 
AnswerRe: finding out hardrive storage Pin
Manfred Rudolf Bihy19-Dec-10 3:44
professionalManfred Rudolf Bihy19-Dec-10 3:44 
GeneralRe: finding out hardrive storage Pin
ScottM121-Dec-10 2:05
ScottM121-Dec-10 2:05 
GeneralRe: finding out hardrive storage Pin
Manfred Rudolf Bihy21-Dec-10 3:00
professionalManfred Rudolf Bihy21-Dec-10 3:00 
Questionhow to play power point files in C# Pin
wshcdr19-Dec-10 1:21
wshcdr19-Dec-10 1:21 
AnswerRe: how to play power point files in C# Pin
Richard MacCutchan19-Dec-10 2:57
mveRichard MacCutchan19-Dec-10 2:57 
GeneralRe: how to play power point files in C# Pin
wshcdr20-Dec-10 18:02
wshcdr20-Dec-10 18:02 
AnswerRe: how to play power point files in C# Pin
RaviRanjanKr19-Dec-10 4:48
professionalRaviRanjanKr19-Dec-10 4:48 
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 
Hi friends,

I developed a 32 bit application around 2 years back. It could get installed (setup created using Inno Setup) on XP, Vista and Windows 7 32 bit. And it runs without any problem.

But now people have started shifting to 64 bit OSes. One of my friend tried to install my application on 64 bit Windows 7, but he could not install. Then he just copied binaries of my application on C drive (C:\MyApp directory). But then again, it didn't run.

I don't have any 64 bit machine and so could not try to run my application there. Please let me know, do I need to make changes either in installer or in my code so that my application start working on 64 bit OS? Here is my application detail:

1 Currently my application is installed in C:\Windows\System32 directory.
2 My application consists of
- one C++ dll (32-bit),
- C++ COM based ATL Service (32-bit) (it is registered with -RegServer and -Service command line parameters),
- 3 .net dlls/assemblies and
- one .net exe (the main exe).

While creating installer, do I need to make changes so that application could run on WOW platform? (like copying all above binaries in system32 or system64 directory)?

My application plays with all registry hives (HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER, HKEY_CLASSES_ROOT and HKEY_UUSERS). Do I need some changes for access/changes to all these registry hives?

Please help me so that with minimum changes may application become able to run on all 64 bit OSes.

Thanks in Advance

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.