| Thread | Last Post | Replies |
|
| SuppressFinalize in Dispose confusion | 18 Mar 2006 19:24 GMT | 7 |
I'm confused about using SuppressFinalize in Dispose. My class has a Socket member, so FxCop complained that my class needs to implement IDispose. Documentation says that either Dispose or the finalizer (destructor?) get
|
| Converting to big -endian | 18 Mar 2006 14:06 GMT | 9 |
Hello All - have a problem that I'm pulling my hair out on. I'm trying to take a hex value and convert it to 16bit big-endian format. I can eaisly get it to little-endian format by convert.ToUInt16(&H600) - works like a champ. But there is no conver to UInt16 big-endian. Am I ...
|
| MSCOREE and MSCORLIB | 18 Mar 2006 06:45 GMT | 1 |
What is the difference between mscoree.dll and mscorlib.dll. Aren't they both related to the CLR ?
|
| ProcessStartInfo.WorkingDirectory and Mapped Network Drives | 18 Mar 2006 06:00 GMT | 12 |
Has anyone successfully called the Start() method on a System.Diagnostics.Process object with the object's ProcessStartInfo.WorkingDirectory set to a path on a mapped network drive? For example, if I have "w:" mapped to "\\serverA\share1" and set
|
| Validation and formatting in a layered application | 17 Mar 2006 23:21 GMT | 3 |
Does all the validation code resides on the business layer? Where should reside the formating code (how to show dates, numbers, phone numbers, etc)? I underestand that the validating rules should reside at the business
|
| Looking for .NET unit-testing recommendations... | 17 Mar 2006 22:27 GMT | 1 |
I'm looking for .NET unit-testing recommendations from experienced gurus. What unit-testing frameworks for .NET are being used in the industry? What .NET unit-testing frameworks are recommended?
|
| Looking for Desing-To-Code recommendations... | 17 Mar 2006 22:25 GMT | 1 |
I would like software recommendations for converting UML to code in .NET 2.0. I'm aware of IBM's Rational Rose XDE and Microsoft Visio for Visual Studio Enterprise Edition.
|
| XmlBookmarkReader bug using ReadSubtree | 17 Mar 2006 19:25 GMT | 1 |
I have discovered a bug in XmlBookmarkReader (code provided by MSDN, but not necessarily supported by Microsoft). The article is found here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/X mlBkMkRead.asp
|
| Character encoding - 1252 vs. ISO-8859-1 | 17 Mar 2006 19:15 GMT | 2 |
I was wondering why one would specify character encoding of 1252 vs. ISO-8859-1 when retrieving data via HTTP. My circumstance is that I am retrieving XML via HTTP with French characters in it and I have specified the encoding as follows:
|
| VS2005 and .NETCF compatibility problems! | 17 Mar 2006 17:24 GMT | 2 |
I'm developing an application for Windows Mobile 5. I'm using the following tools: - Windows XP Professional; - Visual C# from Visual Studio 2005 Professional Edition;
|
| Outlook.MaiIteml.Move: The RPC server is not available | 17 Mar 2006 16:43 GMT | 4 |
On the pc of one of my clients (W2000, Office 2003) I'm getting sometimes an exception when moving (Move) a MailItem to an Outlook-Folder: The RPC server is not available. (Exception from HRESULT: 0x800706BA). The client has all the updates/service packs/ etc isntalled...
|
| VISUAL STUDIO.NET 2005. Exlude a file from project | 17 Mar 2006 15:56 GMT | 5 |
If you right click one of the file within a project, and select from the context menu "Exclude from project', visual studio will rename the file to File_Name.File_Extension.exclude. Example: image1.jpg becomes image1.jpg.exclude
|
| Why is my inherited window forms control deleted | 17 Mar 2006 15:54 GMT | 1 |
I have a very specific question and that is about how to inherit a visual control for example the control System.Windows.Forms.TextBox without causing the View Designer to delete the control when there are some compile errors. It's the same problem with any visual control that you ...
|
| Framework compatibility problems | 17 Mar 2006 15:49 GMT | 1 |
I developped an application on the 1.1.4322 framework. When i tried to test it on a computer with a 2.0 framework, it says that i don't have the right framework installed. I don't know what to do, since the version i'm running it on is newer than the recommended version.
|
| picturbox + drawing + save as an image | 17 Mar 2006 15:26 GMT | 1 |
If I draw something in the picturebox picturebox1.creategraphics.drawline( .... And my drawing is finished.. who can I save it to an file ? I can save a bitmap file ..
|