all groups > dotnet clr > september 2003 > threads for september 8 - 14, 2003
Filter by week: 1 2 3 4 5
Compiler error
Posted by Mikko Nieminen at 9/14/2003 2:52:08 AM
Hello!
Has anyone solutions for error below. I've searched possible sites and read
every
tech document. I've reinstalled framework(1.1) and Visual Studio (2003).
-mikko-
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this reque... more >>
Build problem
Posted by Zeng at 9/12/2003 9:29:23 AM
Hello,
I don't know why I'm the only one in my development team get this build
error when I build the entire solution. CommonLib.dll is a binary file
resulted of building another project included in the solution. Has anyone
had similar problem? Thanks!
------ Rebuild All started: Project:... more >>
Are there CLR in other platform yet?
Posted by Gigi Chung at 9/12/2003 12:45:26 AM
e.g. Linux,
and...if one such CLR exists, what classes does it support?
I heard that the support is much fewer than that of the windows
counterpart....
thx
... more >>
Why aren't unsigned types CLS-compliant?
Posted by F Vicaria at 9/11/2003 1:07:20 PM
Any explanation would be appreciated...
--
Regards,
Fernando
... more >>
Memory leaks with unamaneged com objects
Posted by Calm Interop at 9/10/2003 11:07:43 PM
Hi,
I am getting a strange scenario where I am using RCWs for
CDO and ADO in my managed classes. When the managed
objects get destructed, it seems the referenced unmanaged
resources are stacking up in memory for ever.
Does'nt GC take of those too? Please note that I am using
these unma... more >>
Problem serializing custom exception type deriving from System.Exception
Posted by James Alexander at 9/10/2003 7:16:17 PM
I've created a new exception w/ a few properties specific to an app I =
want this this exception to be a part of. Whenever I attempt to =
serialize the exception I get something resembling the following error:=20
System.InvalidOperationException: There was an error reflecting type =
'StoneAge.... more >>
How to tell if an assembly in download cache has been updated?
Posted by d0wsdkn02 NO[at]SPAM sneakemail.com at 9/10/2003 11:49:40 AM
Tried this in m.p.framework a couple of days ago with no response. I'll try here:
I'm loading an assembly from a URL using Assembly.LoadFrom().
Is there any way to tell if the current version of the assembly
already existed in the application download cache.
I need to do an expensive oper... more >>
Poosible to runtime modify an existing class method?
Posted by omtslug NO[at]SPAM yahoo.se at 9/9/2003 11:45:13 PM
Hi!
Does anyone know if it's possible to modify a method at runtime?
I've searched around and all that I find is the possibility to
extend classes at runtime, adding properties, methods etc.
(TypeBuilder, MethodBuilder, reflection etc)
What I actually want to do is to inject debug support d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System.Net.Sockets.Socket.Blocking = True doesn't work
Posted by Robert A. van Ginkel at 9/9/2003 4:29:21 PM
In news:OZ0W9RsdDHA.2432@TK2MSFTNGP10.phx.gbl... I ask the question how I
can see if all the data is on the other side of the connection.
I got as answer that I should use the blocking property.
I tried this I don't see any diffents, I am sending 10Mb and the
Send/BeginSend command doesn't wait ... more >>
Socket still sending?
Posted by Robert A. van Ginkel at 9/9/2003 1:21:12 PM
Hello Fellow Developer,
I use the System.Net.Sockets to send/receive data (no
tcpclient/tcplistener), I made a receivethread in my wrapper, the
receivethread loops/sleeps while waiting for data and then fires a
datareceived event.
Within the waitingloop there is a timeout function, but I want... more >>
ExecutionEngineException & .NET Remoting
Posted by Bryan at 9/9/2003 12:00:36 PM
I'm trying to web deployment an application which
utilizes .NET Remoting and I'm getting an
intermittent 'System.ExecutionEngineException' exception
(top-level call stack shown below). The exception does
not consistently appear in the same location; as a result
I feel that it may be a CLR... more >>
invoke on UI thread
Posted by Paul at 9/9/2003 7:43:42 AM
I understand the notion that a UI thread should be
responsible for managing the UI elements; therefore,
worker threads need to call invoke. I don't understand
the technical reason for this. What is it about the
Win32 message loop that doesn't like worker threads to
update the UI and why... more >>
Writing in .config XML application configuration file.
Posted by msnews.microsoft.com at 9/8/2003 5:33:02 PM
Hi all,
I was trying to find an easy way to write in the standard configuration
(like app.config) xml-based files. I found classes that can be used to read
this information (in System.Configuration) like the
ConfigurationSettings.AppSettings property, but I was not able to find
anything to wr... more >>
Assembly 'assemblyname' could not be uninstalled because it is required by other applications.
Posted by Ice at 9/8/2003 3:35:17 PM
All -
I just had to go through the painful process of manually deleting
directories via the command prompt.
Has anyone figured out what causes this problem and how it can be resolved?
Thanks.
ice
... more >>
Version Management
Posted by Jean-Francois Cantin at 9/8/2003 10:32:43 AM
Hi ,
we'd like to manage our dll's versions. When we change version in the
assembly file, it looks like if we have to rebuild all dependents files,
even if the modified file still compatible. It seems we have to rebuild all
the dependencies of the modified file, and the dependencies of the
de... more >>
|