| Thread | Last Post | Replies |
|
| Use GZipStream to decompress winzip file | 30 Jul 2007 19:55 GMT | 5 |
I am trying to use GZipStream class to decompress winzip files in .NET 2.0 C# and getting the following error message: The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.
|
| article/cheat sheet on .NET formatting (ToString, String.Format) | 30 Jul 2007 15:03 GMT | 3 |
I finally sat down this morning and plowed through the docs on .NET formatting and wrote an article with a visual aid and little cheat sheet. I hope its helpful, and would welcome comments. http://www.nicecleanexample.com/ViewArticle.aspx?ID=2
|
| how to populate an explicitely loaded DataTemplate? | 30 Jul 2007 14:12 GMT | 4 |
I am working on some drag and drop code. When some data is moved over a target which accept it I want to show a data preview. For this I attempt to create an UIElement with the default DataTemplate.
|
| error while using SmtpMail to send a simple html formatted message | 30 Jul 2007 11:51 GMT | 6 |
I am trying to send an email using System.Web.Mail.SmtpMail. I am getting error: "Could not accessCDO.Message object" It was a HTML formatted message, if I try to use Text BodyFormat it sent the mail successfully. But my need is to send a HTML formatted message.
|
| New character | 30 Jul 2007 06:39 GMT | 2 |
Can anybody tell me what is ^, in some V C++, susch as: public: virtual String^ ReadLine ()Thanks.
|
| WritePrivateProfileSTring funstion | 29 Jul 2007 17:53 GMT | 1 |
Is there any way to use the API function WritePrivateProfileString in NET framework 2.0? Thanks Nhan
|
| Threading on Functions returning values | 28 Jul 2007 08:01 GMT | 7 |
I am a developer in .Net 2005, I am facing a problem in Multithreading concept. The problem is, I have a function which returns a value of string type and also carries some parameters(Arguments) and I am calling that function in a button click. When ever I call the fuction the ...
|
| [SOLUTION] You cannot install KB928366 (.Net Framework 1.1 security update) | 27 Jul 2007 20:37 GMT | 5 |
This is an old bug showing up again. Although the official solution involves reinstalling the framework after manipulating the registry with the installer cleanup tool, there's a much simpler way to fix this: 1. Instead of using Windows Update, download the KB928366 package from ...
|
| Pre and post processing before a method executes | 27 Jul 2007 20:04 GMT | 1 |
I have a class that has many methods and is growing all the time. In each method I do a security check to see if the caller is allowed to call the method. I also have a try catch block in every method for exceptions.
|
| unable to connect to network | 27 Jul 2007 18:12 GMT | 1 |
I have Windows and Linux installed in my PC. My PC is connected to a network. I installed Norton Anti-Virus in the system. But before the anti-virus installation, I disabled the Local Area Connection. Now, when I tried to connect to the Internet or at least my local intranet, I ...
|
| Knowing the clr version of running .net process | 27 Jul 2007 17:50 GMT | 1 |
Is it possible to know the version of clr(.net) of a running .net process. As I could have installed different versions of .net on my windows machine and I can run multiple .net applications using different versions of .net. user
|
| Threading and WaitAny | 27 Jul 2007 17:49 GMT | 1 |
I am encountering a challenge while using WaitAny to detect when any of my async processes have finished. The scenario is I have a master class which instantiates two other classes and calls a method on each asynchronously. The async method
|
| CardSpace on Windows XP under FAT32 | 27 Jul 2007 16:27 GMT | 1 |
Installing .NET 3.0 on my Windows XP (FAT32) system puts a CardSpace icon in the control panel. Clicking on it brings up an error messages saying that it won't work because either my system is not NTFS, or I'm not running it under Administrator's Rights etc.
|
| WeakReference not working? | 27 Jul 2007 14:50 GMT | 13 |
We have written a cache, which can have different behaviours. One of these is a WeakReference-Cache. The purpose is that, once an object isn't referred anymore in the application, it should dissappear from the cache. This works almost always fine, but not for some objects, and I ...
|
| WebParts and Ajax - cannot find UpdatePanel | 27 Jul 2007 14:35 GMT | 1 |
I have multiple webparts on a page, several utilizing Ajax. If user closes one of those webparts, removing from that portal, then tries to use one of the other webparts with Ajax, a client error pops up stating that it "could not find the UpdatePanel" of the
|