all groups > dotnet clr > october 2004 > threads for october 22 - 28, 2004
Filter by week: 1 2 3 4 5
Assembly.LoadFrom problems called from WindowsService
Posted by Chris Lewis at 10/28/2004 10:10:14 PM
Hi,
I have a Windows Service that processes MSMQ messages and dynamically
instantiates 'Message Processor' components according to the message type.
I use the Assembly.LoadFrom(<assembly path>) call to load the appropriate
assembly from its path. All works fine as far as the assembly itself ... more >>
CLR queries
Posted by sunil NO[at]SPAM volcanomail.com at 10/27/2004 9:04:36 PM
Dear All,
We have a client application that takes 15 secs to launch after the
machine has been rebooted...now if I close the application and start
again it takes 6 secs...what is the mystery?
Does this mean:
1. That 9 secs is CLR starting time?
2. OR it is the GAC loading of .net framew... more >>
Plugin difficulties
Posted by vacindak NO[at]SPAM gmail.com at 10/27/2004 2:47:58 PM
Right now, I'm trying to implement a flexible method of allowing users
to add the capability to read and process new data formats through a
plugin framework. I have an abstract base class, "SourceObject",
which has a method "Create" which takes a string key that represents
the type of data bein... more >>
Undebuggable StackOverflowException, possibly related to hotfixes from windowsupdate
Posted by Niall at 10/27/2004 12:17:03 PM
I am experiencing a StackOverflowException suddenly in an application that
hasn't changed and had not previously experienced a StackOverflow in the
months it's been in use.
The JIT debugging window appears on the machine and I choose to debug with a
new instance of Visual Studio. However, the ... more >>
BUG? ILDASM too demanding from an ECMA perspective...
Posted by acyment NO[at]SPAM gmail.com at 10/27/2004 7:47:12 AM
Hi there! After debugging the disassembling of a CLI-specification
compliant I'd built manually using the SSCLI version of ILDASM, I
found that the latter expects some metadata tables (I've found the
MethodSemantics & CustomAttribute ones so far) to be ordered by a
given criteria. Basically, I r... more >>
code generation for a property of type DataSet
Posted by ralf.hoeppner NO[at]SPAM web.de at 10/27/2004 2:56:49 AM
I have a form which contains a property of type System.Data.DataSet.
I assign a DataSet to this property at design-time the forms designer.
When I now check the dataSet property in the property browser the
values are there, but they are not serialized into the formcode.
Property:
[Bindable(... more >>
WMI: Using ManagementClass.GetInstances()
Posted by SlimFlem at 10/26/2004 6:19:02 PM
Hi.
I am trying to instrument an object that gets loaded into ASP.NET Cache
during Windows_OnAuthenticate() in global.asax. I have properly put in place
all of the required instrumentation code for both the instrumented class and
done the proper install with installutil.exe. I used CIM Vi... more >>
default value of a pointer type
Posted by George at 10/26/2004 1:45:05 AM
Hi!
What is the default value of a pointer type?
Is it "null"? since a pointer type is in particular a reference type
Thanks. George... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is the cached code is stored on permanent storage for future use
Posted by Hitesh at 10/25/2004 7:43:03 AM
Hi,
I have a big confusion with me that if we have a windows application
executable built using C#.NET and when we execute it for the first time the
following things happens:
1. clr calls JIT to convert MSIL to native.
2. native code is cached and when next time same code comes into picture
... more >>
PE Customization
Posted by Nadav at 10/24/2004 9:15:17 PM
Hi,
I am using C++ with VS.NET 2003, I am trying to add a custom section to the
PE generated by the C++ Linker, to achieve that I am using the data_seg
pragma, the only problem is that the section is not added at the end of the
PE, is it possible to tell the linker somehow to add the custo... more >>
How to copy n paste .asp files to Solution Explorer and have it show up there?
Posted by Jason Robertson at 10/23/2004 12:07:54 PM
Hi,
I have just installed Visual Studio.net 2003 Enterprise Architect.
I have been using Visual Interdev so far, and I am used to be able to select
from a desktop bunch of .asp files, drag and drop them into a Project
Explorer window and have it show there as a tree of files. Is there some
se... more >>
Calling GetClassLayout from Profiler
Posted by Dmitriy Zaslavskiy at 10/22/2004 12:48:09 PM
Hi I am trying to call IMetaDataImport::GetClassLayout from a profiler and
it returns 0x80131130
What am I doing wrong?
In general is there another way to find out the offset a field within a
class?
... more >>
|