| Thread | Last Post | Replies |
|
| system.badimageformatexception returned from custom installer | 04 Sep 2006 10:07 GMT | 6 |
I have a web project that I have converted from VS 2003 to VS 2005. The installer is configured to use detect a newer version and if found to uninstall the old version before installing the new version. The installer in the new version VS 2005 contains custom actions that are
|
| CLS compliance problem | 03 Sep 2006 23:15 GMT | 2 |
In C++/CLI I defined an enum like that: public enum class FontQuality : __int32 { Default = DEFAULT_QUALITY,
|
| directory.exists occassionally locks up when checking network share | 03 Sep 2006 15:49 GMT | 8 |
I'm running the .Net 1.1 framework on XP Pro. I am finding some occasions where a call to Directory.Exists never returns when passing in a network share. Most of the time the call returns properly, but if the machine is really busy or if there is a network problem (or if the
|
| Two byte in one string? | 03 Sep 2006 11:20 GMT | 4 |
how can I put two byte in one String , and I want that this one byte be behind second? Like this : Dim b1,b2 As Byte ("b1=2D") ("b2=52") Dim s As String = b1&b2 ("2D52")
|
| Is there any way to keep a reference to a file even if it is moved or renamed? | 03 Sep 2006 02:02 GMT | 2 |
My company has a large filesystem that holds hundreds of thousands of documents related to the business. Sometimes I have the need to keep metadata for some of the documents. This data could be comments, or the document's status in a process, etc.
|
| CPU usage 100% | 02 Sep 2006 22:34 GMT | 3 |
I am getting weired problem all of sudden for CPU usage going to 100% for aspnet_wp.exe. This problem started after installing (CLRProfiler - 86x). I am using Framework 2.0. Before installing CLRProfiler,my application was working fine and to my strange the same application
|
| Enable Source control in Visual Studio Environment | 02 Sep 2006 16:32 GMT | 1 |
i am working on visual studio 2003 and i dont have any idea on how to enable source control to a solution can anyone suggest a solution for that
|
| Question about DirectoryEntry | 02 Sep 2006 11:03 GMT | 1 |
Hi I had a small doubt about the working of DirectoryEntry. I create a DirectorySearcher and search for a particular user on my domain using
|
| Create and delete an unreadable file in c# | 01 Sep 2006 20:52 GMT | 10 |
Hello, is it possible in C# to create a file which is unreadable (i.e. no program can open it at all) and also at a later point to delete it? Thanks in advance.
|
| Are Win32 functions be rewritten for .NET or simply wrapped? | 01 Sep 2006 19:02 GMT | 7 |
http://en.wikipedia.org/wiki/Windows_Communication_Foundation .NET Framework 3.0 (formerly called WinFX) - the new .NET Windows API to succeed Win32 with the release of Windows Vista. The above quote is from the link above it. It seems to be saying that the .NET
|
| Microsoft Wireless Notebook Optical Mouse 4000--query | 01 Sep 2006 14:48 GMT | 2 |
This such a poor question but..... can anyone tell me if this mouse glows or flashes red? Thanks for your help
|
| Can someone please describe why impersonation requires the impersonator to be local admin? | 01 Sep 2006 10:16 GMT | 2 |
Can someone please describe why impersonation requires the impersonator to be local admin?
|
| XML reading issue.... | 01 Sep 2006 10:14 GMT | 6 |
I have some XML file like that: === <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
|
| Marshal single/float types | 01 Sep 2006 09:47 GMT | 2 |
I have to deal a lot with serial data exchange between a .NET (1.1) application running on a PC on one side and controler based devices programmed in plain C on the other. The latter expect data as a stream of bytes, extracting numerical values or char[] by 'counting and casting'
|
| CollectionBase custom collection / GetChanges ? | 01 Sep 2006 08:41 GMT | 2 |
Somebody ever tried to create a "GetChanges" method in a custom collection implementation (CollectionBase)? The goal is to provide the same behavior of the DataSet.GetChanges method to update the underlying datasource.
|