There is a new class, System.Security.SecureString . To understand the purpose of this class, think about eg. a password. You probably never want anyone to see the password, but if you store it in a simple System.String instance there are some security risks. For example, how do you get rid of the value when you've finished with the string? You can set the reference to the string to null , but the value itself is still in the managed heap. Indeed there may be several copies of it lurking around if ......
The thing to celebrate is the landmark deal between Microsoft and Novell to improve interoperability between Windows and Linux. What's really cool about this agreement is that it acknowledges the fact that so many of you manage mixed-source environments and that, to support you effectively, we have to bridge the divide between open source and proprietary software. To that end, Microsoft and Novell will create a joint research facility to pursue new software solutions for virtualization, management, ......
I get this error when i install fresh .net framework 1.1 on my laptop. One surprise problem that i had faced is Exception coming from my System.drawing.dll. Exception is "An unhandled exception of type 'System.ArithmeticException' occurred in system.windows.forms.dll Additional information: Overflow or underflow in the arithmetic operation." After a lot of hard search and reading lot of blogs and forums i didnt find any good solution of this unusual problem. Even MS Help and support the same problem ......
SYMPTOMS I am getting the following error "Failed to deploy BizTalk system assembly "C:\Program Files\Microsoft BizTalk Server 2004\Microsoft.BizTalk.Glob... exception: The event log file is full" RESOLUTIONFrom the Start menu, click Administrative Tools and then Choose Event Viewer. Select Application log right click on it and select Clear All Events. ......