Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: what is the best method of drawing for my situation Pin
#realJSOP21-Sep-11 2:04
mve#realJSOP21-Sep-11 2:04 
GeneralRe: what is the best method of drawing for my situation Pin
SledgeHammer0121-Sep-11 6:31
SledgeHammer0121-Sep-11 6:31 
AnswerRe: what is the best method of drawing for my situation Pin
Hamed Metalgear21-Sep-11 9:04
Hamed Metalgear21-Sep-11 9:04 
GeneralRe: what is the best method of drawing for my situation Pin
SledgeHammer0121-Sep-11 9:50
SledgeHammer0121-Sep-11 9:50 
GeneralRe: what is the best method of drawing for my situation Pin
Hamed Metalgear21-Sep-11 10:08
Hamed Metalgear21-Sep-11 10:08 
GeneralRe: what is the best method of drawing for my situation Pin
SledgeHammer0121-Sep-11 11:45
SledgeHammer0121-Sep-11 11:45 
GeneralRe: what is the best method of drawing for my situation Pin
Hamed Metalgear21-Sep-11 20:44
Hamed Metalgear21-Sep-11 20:44 
QuestionForm Application run into troubles on Vista. DEP Disabled [modified] Pin
shabi.b20-Sep-11 7:18
shabi.b20-Sep-11 7:18 
Hi All,
Thank you in advance for reading this, I appreciate your time.

I got a .Net 3.5 application running perfectly on Win7 - 64 and 32 bit.
Also works fine on win XP - 32bit , Didn't try it on XP 64 platform though.

The problem starts on Vista machines.
At first it didnt open at all - DEP error.
I disabled DEP (Post-build event for both obj folder app.exe and bin/Release app.exe)
Checking the .msi deploy (It has to be a deploy eventually - being a commercial product),
on Vista behaved bit better this time but was froze again after a while.

Trying to add the App.exe (after disabled DEP) to the exception list of Vista DEP raised the following:
"This program must run with Data Execution Protection (DEP) enabled.
You cannot turn off DEP for this program."
??

Needless to say I am bit stuck here.
This is for commercial use and I need it to be compatible for all platforms.

A few words of what is included in my project, that I can share:
a. Video runs from start - I use wmp control (ActiveX control).
b. got a keyboard mapped by the InputSimulator.dll[^]
c. got a code using user32.dll to hook some keyboard combinations

I am working on win7-64bit visual studio 2010 C#, FW3.5

My questions:
a. How do I know DEP is really disabled?
- any way to check the .exe for that DEP disabled on my platform?
b. Do you think wmp is causing this or the other .dll's?

Any Suggestions would be appreciated
Thank you again for reading,

Shabi

modified on Tuesday, September 20, 2011 1:25 PM

AnswerRe: Form Application run into troubles on Vista. DEP Disabled Pin
#realJSOP21-Sep-11 2:06
mve#realJSOP21-Sep-11 2:06 
GeneralRe: Form Application run into troubles on Vista. DEP Disabled Pin
shabi.b21-Sep-11 2:25
shabi.b21-Sep-11 2:25 
AnswerRe: Form Application run into troubles on Vista. DEP Disabled Pin
Bernhard Hiller21-Sep-11 3:53
Bernhard Hiller21-Sep-11 3:53 
QuestionAdvice or Assistance with remote performance monitoring Pin
CCodeNewbie20-Sep-11 5:04
CCodeNewbie20-Sep-11 5:04 
AnswerRe: Advice or Assistance with remote performance monitoring Pin
PIEBALDconsult20-Sep-11 5:21
mvePIEBALDconsult20-Sep-11 5:21 
GeneralRe: Advice or Assistance with remote performance monitoring Pin
CCodeNewbie20-Sep-11 5:47
CCodeNewbie20-Sep-11 5:47 
GeneralRe: Advice or Assistance with remote performance monitoring Pin
PIEBALDconsult20-Sep-11 14:39
mvePIEBALDconsult20-Sep-11 14:39 
QuestionRetreiving Exe Version information from Program Files Pin
get120620-Sep-11 3:47
get120620-Sep-11 3:47 
AnswerRe: Retreiving Exe Version information from Program Files Pin
Luc Pattyn20-Sep-11 4:10
sitebuilderLuc Pattyn20-Sep-11 4:10 
AnswerRe: Retreiving Exe Version information from Program Files Pin
Pete O'Hanlon20-Sep-11 4:38
mvePete O'Hanlon20-Sep-11 4:38 
AnswerRe: Retreiving Exe Version information from Program Files Pin
Bernhard Hiller21-Sep-11 3:58
Bernhard Hiller21-Sep-11 3:58 
QuestionDataSet & WinForms: Inserting data into a many-to-many table. Pin
cjb11020-Sep-11 2:52
cjb11020-Sep-11 2:52 
QuestionDb connection Exception Pin
anishkannan20-Sep-11 0:52
anishkannan20-Sep-11 0:52 
AnswerRe: Db connection Exception Pin
Ravi Sant20-Sep-11 4:52
Ravi Sant20-Sep-11 4:52 
QuestionInstalling additional classes [solved] Pin
DanielCrk19-Sep-11 7:12
DanielCrk19-Sep-11 7:12 
AnswerRe: Installing additional classes Pin
DanielCrk19-Sep-11 7:18
DanielCrk19-Sep-11 7:18 
AnswerRe: Installing additional classes Pin
Eddy Vluggen19-Sep-11 8:50
professionalEddy Vluggen19-Sep-11 8:50 

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.