Tagged Questions

2
votes
2answers
156 views

Why is SQL Server deprecating SET ANSI_PADDING OFF?

According to MSDN BOL (Books Online) on SET ANSI_PADDING, In a future version of Microsoft SQL Server ANSI_PADDING will always be ON and any applications that explicitly set the option to OFF will …
0
votes
3answers
813 views

IIS: How to disable Data Execution Prevention in Windows Server 2008?

I've been trying to disable DEP on my windows 2008 dev box and have not succeeded. I've tried: System Properties->Performance Options->Data Execution Prevention->Turn on DEP for essential Windows …
0
votes
1answer
125 views

JIT compilation and DEP

Hello. I was thinking of trying my hand at some jit compilataion (just for the sake of learning) and it would be nice to have it work cross platform since I run all the major three at home (windows, …
1
vote
5answers
439 views

Why does FogBugz require that the DEP is turned off? [closed]

I am really wondering why FogBugz when installed locally insists that DEP is turned off?
1
vote
2answers
292 views

Track Data Execution Prevention (DEP) problem.

Hi, When running one of our software, a tester was faced with the data execution prevention dialog of Windows. We try to reproduce this situation on a developer computer for debugging purposes : …
3
votes
5answers
609 views

“Data Execution Prevention” kills (VS2008) local ASP.Net Development Server (aka Cassini) on Vista 64

Occasionally i find that while debugging an asp.net application (written in visual studio 2008, running on Vista 64) the local ASP.Net development server (i.e. 'Cassini') stops responding. A message …
3
votes
2answers
387 views

Indexing Service + MODI = Full-text over OCR? You wish!

Scenario: You have configured Indexing Service to index your files, which also include scanned images saved as hi-res TIFF files. You also have installed MS Office 2003+ and configured MS Office …