Click here to Skip to main content
16,008,010 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .NET 4.0 Threading Pin
Eddy Vluggen25-Jun-12 22:36
professionalEddy Vluggen25-Jun-12 22:36 
QuestionC# DCOM app will not run on Windows 7 Pin
jn614725-Jun-12 17:50
jn614725-Jun-12 17:50 
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 
.NET is not a service. There may be service components, but they are start on demand. You do not start them yourself and they do not stay running all the time.

Your app may be running 64-bit, but the components you're using in your application, like 3rd party COM components may not be 64-bit. If that's the case, you'll have to recompile your app to force a target of "x86 Only". THis will keep your app as a 32-bit app so you can use those components.

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 
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 

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.