Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8768269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:01:29+00:00 2026-06-13T17:01:29+00:00

I developed a program (in C# Winforms) and distributed it through a Google site

  • 0

I developed a program (in C# Winforms) and distributed it through a Google site I created.

I got a comment from someone that it doesn’t work without the DEP disabled (he has Windows 7).

I read a little about the DEP thing and I understand that it blocks any program that tries to run with the RAM that suppose to save to the windows system…

Is this something I did when I developed the program? I made a setup project for the program so it creates a msi file. Is there is a way to prevent my program from running those forbidden pieces on the RAM (if i understand that correctly of course)?

the link to my site if it helps –
https://sites.google.com/site/chessopeningmaster/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:01:30+00:00Added an answer on June 13, 2026 at 5:01 pm

    All .NET programs, at least since .NET 2.0 but possibly before, declare themselves DEP compatible. That’s done by a flag in the header of the executable. You can see it when you run dumpbin.exe /headers on the EXE from the Visual Studio Command Prompt:

    ...
           2 subsystem (Windows GUI)
        8540 DLL characteristics
               Dynamic base
               NX compatible                       // <=== here
               No structured exception handler
               Terminal Server Aware
      100000 size of stack reserve
    ....
    

    “NX” means Never eXecute, a data execution prevention mechanism implemented in hardware by the processor. The Wikipedia article about it is pretty good.

    This is enforced by any modern version of Windows (XP SP2 and later) and any modern processor. You can safely assume that your program is in fact DEP compatible if it executes properly on your machine.

    So this user probably saw your program crash, for whatever reason, and started tinkering with the tools available to him. Like turning DEP enforcement off. Technically it is possible that this stopped the crash. That however doesn’t mean that the program is operating correctly. It is most certainly doesn’t mean that you should turn this option off. Which is technically possible by running editbin.exe with the /nxcompat:no option.

    If you want to pursue this then you should ask the user for a minidump of the crashed process.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed a program that is counting the number of lines in a
I have developed a Java program that will count the number of files in
I'm trying to port a program/game that was developed in linux/g++ so that it
A WinForms program I have developed prints fine and as expected when run as
We have developed a program which checks our web site to see whether or
Can anyone point me to a program that strips off strings from C source
I developed my own log processing program. To process logs originated from printk() ,
I've developed a program that extensively uses wxPython - the wxWindow port for python.
I am using C# 2008 SP1 I developed a program that will be run
I had a program developed in Python (2.7 & 3.2) that reads three files

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.