Click here to Skip to main content
15,889,858 members
Home / Discussions / C#
   

C#

 
AnswerRe: WCF resricts on MaxArrayLength Pin
Pete O'Hanlon3-Mar-11 21:38
mvePete O'Hanlon3-Mar-11 21:38 
GeneralRe: WCF resricts on MaxArrayLength Pin
Amit Sk Sharma3-Mar-11 21:51
Amit Sk Sharma3-Mar-11 21:51 
QuestionUpdate data through gridview Pin
Neha_Gupta3-Mar-11 20:08
Neha_Gupta3-Mar-11 20:08 
AnswerRe: Update data through gridview Pin
Pravin Patil, Mumbai4-Mar-11 0:17
Pravin Patil, Mumbai4-Mar-11 0:17 
QuestionHow to open a PDF in VS2005 Pin
Exelioindia3-Mar-11 19:40
Exelioindia3-Mar-11 19:40 
AnswerRe: How to open a PDF in VS2005 Pin
Bernhard Hiller3-Mar-11 20:37
Bernhard Hiller3-Mar-11 20:37 
GeneralRe: How to open a PDF in VS2005 Pin
Exelioindia3-Mar-11 21:37
Exelioindia3-Mar-11 21:37 
GeneralRe: How to open a PDF in VS2005 Pin
Pete O'Hanlon3-Mar-11 22:31
mvePete O'Hanlon3-Mar-11 22:31 
I suspect you're hitting an issue where there's a 32 bit version of the COM component registered, but not an appropriate 64 bit compatible version. One way round this, if you don't care about your application using 64 bit features (i.e. memory), is to use corflags.exe to set the CorFlags section in the PE executable. The command you need is
corflags exefilename.exe /32bit+ 

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


GeneralRe: How to open a PDF in VS2005 Pin
Bernhard Hiller4-Mar-11 4:32
Bernhard Hiller4-Mar-11 4:32 
QuestionVisua studio 2008 Pin
anishkannan3-Mar-11 18:51
anishkannan3-Mar-11 18:51 
AnswerRe: Visua studio 2008 Pin
_AnsHUMAN_ 3-Mar-11 19:22
_AnsHUMAN_ 3-Mar-11 19:22 
QuestionDelete certificates programmatically Pin
NarVish3-Mar-11 18:34
NarVish3-Mar-11 18:34 
AnswerRe: Delete certificates programmatically Pin
NarVish3-Mar-11 18:45
NarVish3-Mar-11 18:45 
QuestionAdding your own toolbox controls to the IDE and linking up their events... Pin
code-frog3-Mar-11 12:25
professionalcode-frog3-Mar-11 12:25 
AnswerRe: Adding your own toolbox controls to the IDE and linking up their events... Pin
N a v a n e e t h3-Mar-11 13:54
N a v a n e e t h3-Mar-11 13:54 
QuestionAdding a socket to application Pin
Bob Pawley3-Mar-11 12:14
Bob Pawley3-Mar-11 12:14 
AnswerRe: Adding a socket to application Pin
N a v a n e e t h3-Mar-11 13:44
N a v a n e e t h3-Mar-11 13:44 
AnswerRe: Adding a socket to application Pin
Groulien3-Mar-11 23:43
Groulien3-Mar-11 23:43 
Questioncan anyone help me with this code complilation Pin
rickysharp3-Mar-11 9:53
rickysharp3-Mar-11 9:53 
AnswerRe: can anyone help me with this code complilation Pin
Pete O'Hanlon3-Mar-11 9:58
mvePete O'Hanlon3-Mar-11 9:58 
AnswerRe: can anyone help me with this code complilation Pin
Luc Pattyn3-Mar-11 10:02
sitebuilderLuc Pattyn3-Mar-11 10:02 
AnswerRe: can anyone help me with this code complilation Pin
OriginalGriff3-Mar-11 21:49
mveOriginalGriff3-Mar-11 21:49 
QuestionMove Email Pin
MWRivera3-Mar-11 9:02
MWRivera3-Mar-11 9:02 
AnswerRe: Move Email Pin
Pete O'Hanlon3-Mar-11 9:31
mvePete O'Hanlon3-Mar-11 9:31 
GeneralRe: Move Email Pin
MWRivera3-Mar-11 10:09
MWRivera3-Mar-11 10:09 

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.