Click here to Skip to main content
15,894,180 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: C# DCOM app will not run on Windows 7 Pin
Dave Kreskowiak25-Jun-12 19:24
mveDave Kreskowiak25-Jun-12 19:24 
GeneralRe: C# DCOM app will not run on Windows 7 Pin
jn614725-Jun-12 19:30
jn614725-Jun-12 19:30 
AnswerRe: C# DCOM app will not run on Windows 7 Pin
Eddy Vluggen25-Jun-12 22:32
professionalEddy Vluggen25-Jun-12 22:32 
GeneralRe: C# DCOM app will not run on Windows 7 Pin
Dave Kreskowiak26-Jun-12 1:57
mveDave Kreskowiak26-Jun-12 1:57 
GeneralRe: C# DCOM app will not run on Windows 7 Pin
jn614726-Jun-12 5:23
jn614726-Jun-12 5:23 
GeneralRe: C# DCOM app will not run on Windows 7 Pin
Dave Kreskowiak26-Jun-12 6:01
mveDave Kreskowiak26-Jun-12 6:01 
GeneralRe: C# DCOM app will not run on Windows 7 Pin
jn614726-Jun-12 6:19
jn614726-Jun-12 6:19 
GeneralRe: C# DCOM app will not run on Windows 7 Pin
Dave Kreskowiak26-Jun-12 7:46
mveDave Kreskowiak26-Jun-12 7:46 
vrfcore is the API library for MS Application Verifier. You should never see this in a .NET app (managed code) since it doesn't work with .NET at all.

Reasons why you might see a problem in here is your .NET app is interacting with the unmanaged world, either directly (Windows API functions) or in unmanaged code (like P/Invoking a function in a .DLL library) and not doing it correctly

I really have no idea what your code is doing, but it's doing something in the unmanaged world and doing it wrong. That's about as much as I can determine given the limited error information.

GeneralRe: C# DCOM app will not run on Windows 7 Pin
jn614726-Jun-12 8:07
jn614726-Jun-12 8:07 
GeneralRe: C# DCOM app will not run on Windows 7 Pin
Dave Kreskowiak26-Jun-12 8:12
mveDave Kreskowiak26-Jun-12 8:12 
NewsMind Those Passwords! Pin
AmitKumar8924-Jun-12 18:49
AmitKumar8924-Jun-12 18:49 
AnswerRe: Mind Those Passwords! Pin
Sandeep Mewara24-Jun-12 19:58
mveSandeep Mewara24-Jun-12 19:58 
GeneralRe: Mind Those Passwords! Pin
AmitKumar8925-Jun-12 1:49
AmitKumar8925-Jun-12 1:49 
GeneralRe: Mind Those Passwords! Pin
Dave Kreskowiak25-Jun-12 5:23
mveDave Kreskowiak25-Jun-12 5:23 
GeneralRe: Mind Those Passwords! Pin
Richard MacCutchan25-Jun-12 5:35
mveRichard MacCutchan25-Jun-12 5:35 
QuestionPlease Explain about Database Cache Pin
ICEFLOWER224-Jun-12 18:11
ICEFLOWER224-Jun-12 18:11 
AnswerRe: Please Explain about Database Cache Pin
Sandeep Mewara24-Jun-12 20:05
mveSandeep Mewara24-Jun-12 20:05 
Questionhow to save data from datagridview to database in vb 2008 Pin
Jayeshkumar M Patel24-Jun-12 0:57
Jayeshkumar M Patel24-Jun-12 0:57 
AnswerRe: how to save data from datagridview to database in vb 2008 Pin
Sandeep Mewara24-Jun-12 20:01
mveSandeep Mewara24-Jun-12 20:01 
QuestionHow Can I Save and Load Tree View Items Pin
ICEFLOWER223-Jun-12 16:31
ICEFLOWER223-Jun-12 16:31 
AnswerRe: How Can I Save and Load Tree View Items Pin
Richard MacCutchan24-Jun-12 0:18
mveRichard MacCutchan24-Jun-12 0:18 
AnswerRe: How Can I Save and Load Tree View Items Pin
Eddy Vluggen24-Jun-12 0:22
professionalEddy Vluggen24-Jun-12 0:22 
QuestionVS Editor Extensions, Split Code View? Pin
Don Rolando20-Jun-12 7:06
Don Rolando20-Jun-12 7:06 
AnswerRe: VS Editor Extensions, Split Code View? Pin
Richard MacCutchan20-Jun-12 21:12
mveRichard MacCutchan20-Jun-12 21:12 
GeneralRe: VS Editor Extensions, Split Code View? Pin
Don Rolando21-Jun-12 2:54
Don Rolando21-Jun-12 2:54 

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.