Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to make an invisible exe ??? Pin
Christian Graus21-Sep-06 0:12
protectorChristian Graus21-Sep-06 0:12 
GeneralRe: How to make an invisible exe ??? Pin
Waqas Nasir21-Sep-06 0:39
Waqas Nasir21-Sep-06 0:39 
GeneralRe: How to make an invisible exe ??? Pin
Corinna John21-Sep-06 0:48
Corinna John21-Sep-06 0:48 
AnswerRe: How to make an invisible exe ??? Pin
J4amieC21-Sep-06 0:19
J4amieC21-Sep-06 0:19 
AnswerRe: How to make an invisible exe ??? Pin
Niiiissssshhhhhuuuuu21-Sep-06 0:35
Niiiissssshhhhhuuuuu21-Sep-06 0:35 
AnswerRe: How to make an invisible exe ??? Pin
Corinna John21-Sep-06 0:37
Corinna John21-Sep-06 0:37 
GeneralRe: How to make an invisible exe ??? Pin
Waqas Nasir21-Sep-06 0:47
Waqas Nasir21-Sep-06 0:47 
GeneralRe: How to make an invisible exe ??? Pin
Corinna John21-Sep-06 0:50
Corinna John21-Sep-06 0:50 
GeneralRe: How to make an invisible exe ??? Pin
Waqas Nasir21-Sep-06 0:59
Waqas Nasir21-Sep-06 0:59 
AnswerRe: How to make an invisible exe ??? Pin
Guffa21-Sep-06 1:02
Guffa21-Sep-06 1:02 
GeneralRe: How to make an invisible exe ??? Pin
Corinna John21-Sep-06 1:10
Corinna John21-Sep-06 1:10 
GeneralRe: How to make an invisible exe ??? Pin
Waqas Nasir21-Sep-06 1:14
Waqas Nasir21-Sep-06 1:14 
GeneralRe: How to make an invisible exe ??? Pin
Corinna John21-Sep-06 1:59
Corinna John21-Sep-06 1:59 
GeneralRe: How to make an invisible exe ??? Pin
Colin Angus Mackay21-Sep-06 2:50
Colin Angus Mackay21-Sep-06 2:50 
GeneralRe: How to make an invisible exe ??? Pin
Dave Kreskowiak21-Sep-06 3:18
mveDave Kreskowiak21-Sep-06 3:18 
AnswerRe: How to make an invisible exe ??? Pin
Guffa21-Sep-06 6:35
Guffa21-Sep-06 6:35 
JokeRe: How to make an invisible exe ??? Pin
Nadia Monalisa21-Sep-06 10:54
Nadia Monalisa21-Sep-06 10:54 
QuestionaxMediaPlayer MouseLeave Event Pin
freshonlineMax20-Sep-06 23:20
freshonlineMax20-Sep-06 23:20 
AnswerRe: axMediaPlayer MouseLeave Event Pin
Christian Graus20-Sep-06 23:26
protectorChristian Graus20-Sep-06 23:26 
GeneralRe: axMediaPlayer MouseLeave Event Pin
mikone21-Sep-06 1:03
mikone21-Sep-06 1:03 
GeneralRe: axMediaPlayer MouseLeave Event Pin
Christian Graus21-Sep-06 1:06
protectorChristian Graus21-Sep-06 1:06 
GeneralRe: axMediaPlayer MouseLeave Event Pin
mikone21-Sep-06 2:05
mikone21-Sep-06 2:05 
QuestionPInvoke Dll Pin
kulile20-Sep-06 23:19
kulile20-Sep-06 23:19 
Hi guys,

This is the method I’ve been trying to use

[DllImport("msi.dll", CharSet=CharSet.Unicode)]
static extern Int32 MsiGetProductInfo(string product, string property, [out] StringBuilder valueBuf, ref Int32 len);

And below is the error I get.

The runtime has encountered a fatal error. The address of the error was at 0x79ef067e, on thread 0xa8c. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.

I’m trying to find out why I’m getting this error. Does anyone have any idea?



Kulile --- RSA

AnswerRe: PInvoke Dll Pin
mav.northwind21-Sep-06 0:01
mav.northwind21-Sep-06 0:01 
Questiondatagrid view scroll Pin
faladrim20-Sep-06 23:02
faladrim20-Sep-06 23:02 

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.