|
|
Browse by Tags
All Tags » Microsoft » Gotcha
-
See here http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx
-
Came across a definite gotcha today in batch file programming, when I noticed that we had SET ERRORLEVEL=0 in one of our batch files. Turns out that once you set this variable explicitly then any command you run after will not be able to change the value of the %ERRORLEVEL% variable. E.G.
C:\>dir AUTOEXEC.BAT
Volume in drive C has no ...
-
WCF System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedlyIf you get the above error when trying to return large numbers of items in a List<T> from a WCF service, then ensure you have set the following behaviour for the dataContractSerializer in both your client and service configuration ...
-
If you're copying from specs where the BA has the replace hyphens with dash setting selected in Microsoft Word (which is checked by default), then be careful if you copy that generated dash character into your .master page file. I've found today when you hit save on the – (Alt + 0150 in notepad) character in a .master page file ...
|
|
|