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

.NET (Core and Framework)

 
GeneralRe: Post build event for Web site Pin
Pete O'Hanlon27-Jun-12 2:08
mvePete O'Hanlon27-Jun-12 2:08 
GeneralRe: Post build event for Web site Pin
Dave Kreskowiak27-Jun-12 4:17
mveDave Kreskowiak27-Jun-12 4:17 
GeneralRe: Post build event for Web site Pin
Pete O'Hanlon27-Jun-12 5:12
mvePete O'Hanlon27-Jun-12 5:12 
GeneralRe: Post build event for Web site Pin
Dave Kreskowiak27-Jun-12 5:33
mveDave Kreskowiak27-Jun-12 5:33 
Question.NET 4.0 Threading Pin
earl00725-Jun-12 20:50
professionalearl00725-Jun-12 20:50 
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 
If your app was developed against .NET 3.5 you MUST install .NET 3.5 on the machines that will run the app if it's not already installed. Just having .NET 4.0 on the machine will not work.

Also, if your application is running on a 64-bit machine, your code will run 64-bit. This is a problem if the components you're using a 32-bit. You'll have to recompile your app to target x86 only. That will force your app to run 32-bit only and thereby work with 32-bit components.

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

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.