-
Failure to start the program from Remote Desktop
Connection. Error message caption: temporarytopwindow:
audacity.exe - Application Error
Message: The instruction at "0x0040a923" referenced
memory at "0x00000004". The memory could not be "read".
2005-05-19 05:52:54 UTC in Audacity Remote Controll
-
Logged In: YES
user_id=921577
Here is an example (rc file could be any valid rc file):
2004-09-01 14:40:01 UTC in NAnt - A .NET Build Tool
-
The task rc always builds res file even the resource
file is most updated one. It does work like cl that
only builds obj files if obj files are not updated yet.
2004-08-31 20:43:33 UTC in NAnt - A .NET Build Tool
-
I browsed the source code for NANT. It looks like that
all the messages are embedded in the source code. It
would be nice if all the messages are managed in
resource files like resx so that it is possible for
NANT to support other languages. At least, users may
translate these resource files and add their required
languages.
I would consider to play a role of including the...
2004-08-16 21:02:49 UTC in NAnt - A .NET Build Tool
-
I could not find a place here for submitting
enhancement requirement or wish list, so I post this
message here. It is not a bug. It is just a list of
enhancement wish.
It would be nice if property and fileset tags support
index attribute so that they be indexed like an array:
2004-07-14 18:27:25 UTC in NAnt - A .NET Build Tool
-
I tried to use attribute refid for tag, which
is sub-set of task like this:
...
...
2004-07-12 20:07:24 UTC in NAnt - A .NET Build Tool
-
Logged In: YES
user_id=921577
By the way, the tag of is as same as the tag of
. There is not much help information for
. Why not use to replace and
make deprecated?.
2004-07-08 17:22:01 UTC in NAnt - A .NET Build Tool
-
I defined a fileset and link task like this:
2004-07-08 17:16:48 UTC in NAnt - A .NET Build Tool
-
I have installed both VS studio 2002 & 2003. I tried to convert MMCLib to 2002 csproj file because my other products are in 2002 right now. I memtioned what I did to convert 2003 csproj to 2002 (just ProductVersion= & SchemaVersion= in <CSHARP>).
I used VS Studio 2003 to open and build MMCTest sample project and there is any error.
2003-12-15 17:06:04 UTC in MMC .NET Library
-
OK. I checked the GUIDs for both SnapinBase class in MMCLib and GUID in my snapin class. There is no GUID attribute for SnapinBase class in MMCLib and there is GUID for my snapin class:
// In MMCLib
public class SnapinBase :
//Added by Alexander Kachalkov
//Allow marshaling from the Property Sheet thread
//using Invoke method
System.Windows.Forms.Control...
2003-12-11 17:01:57 UTC in MMC .NET Library