Contents

Posts in microsoft.public.dotnet.framework.clr

 

Execute an instance of a class in a new app domain  Replies (1) 24 January 2006
I'm trying to create an instance of a class in a new app domain within my process (code is below), but it always ends up executing in my original app domain. Here's the code to instantiate the ...

 

Issue with Policy/AppPatch setting for Excel/WinWo ...  Replies (1) 24 January 2006
Hi Jeffrey, I saw you had answered question regarding "Word and Excel loads version 1.1 of the CLR instead of 2.0" (here is the original message thread: http://groups.google.com/group/micros...

 

Runtime way of catching stack imbalance (ala PInvo ...  Replies (7) 24 January 2006
Hi Our end users need to be able to define native function calls (dll, entry-point, calling conventions, parameters etc.) and these functions are then called at runtime. In debug mode the MDA st...

 

Need the entry point and IL offset where exception ...  Replies (1) 23 January 2006
Hello, I am loading some assemblies via http and reflection in .NETv1.1. When there is an exception in the assembly, I'd like to capture in the exception handler the entry point and IL offset ...

 

Free Hot Phone Sex  Replies (1) 21 January 2006
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de...

 

Free Hot Phone Sex  Replies (1) 21 January 2006
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de...

 

Free Hot Phone Sex  Replies (1) 21 January 2006
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de...

 

Free Hot Phone Sex  Replies (1) 21 January 2006
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de...

 

System.Diagnostics.Debug  Replies (1) 20 January 2006
hi, does lines like System.Diagnostics.Debug.WriteLine([some_message]); that i have around my code in few places get compilled when i make Release build in Visual Studio?...

 

Thread security  Replies (1) 20 January 2006
I have a client/server scenario where I need the client to impersonate a specific account, depending on rules established on the server. Essentially this a call back event that happens occasional...

 

test  Replies (1) 19 January 2006
test...

 

How to detemine how long a computer has been idle? ...  Replies (10) 19 January 2006
Can someone answer this question please: How to detemine how long (in a program) a computer has been idle?...

 

Security Problem  Replies (6) 19 January 2006
I have a console application that, in it's configuration file, specifies a "TextWriterTraceListener". The application exists in the LocalIntranet_Zone. I created a new code group under machine...

 

JIT  Replies (1) 19 January 2006
If I'm not mistaken, for a .NET exe, the JIT compiles the code every time it is run? This seems very inefficient, if the JIT has compiled the code, why not output native so that when it is rerun,...

 

Free mp3's  Replies (1) 18 January 2006
And much more that that! http://forum.saait.net/ This site offers free and legal mp3's, software, movies, games.They also have a listing of free item that are given away on the interne...

 

Free music - games - movies - software!!!  Replies (1) 17 January 2006
Get free music, games, movies and software!!! 100% legal! All you have to do is go to this site and sign-up: http://www.wooligan.net This offer stands for a limited time only! ...

 

TypeLoadException when v1.1 control is hosted by I ...  Replies (1) 17 January 2006
We have a strong-named and obfuscated .Net v1.1 Forms exe that can run as a stand-alone app or have its main panel control hosted by IE using an tag and AllowPartiallyTrustedCallers. While recentl...

 

How many bytes were collected?  Replies (3) 16 January 2006
Hi: Is there a way to know how many bytes were purged in last garbage cycle? -- Ravi rwallau@_RemoveThisTextAndUnderscores_springwireless.net...

 

PInvoke problem  Replies (1) 16 January 2006
Scenario: Calling unmanged C++ instance methods from a C# application. It appears I can successfully call an unmanaged instance method using CallingConvention.ThisCall. However, one of the method...

 

1.1 security configration not working after framew ...  Replies (1) 13 January 2006
In the dotnet security configration 1.1 we have ABC.MYBUS.COM (192.168.xxx.xxx) site membership with full trust. After installing framwork 2.0 it not longer works. However if we create a new...

 

Help needed with GetReferencedAssemblies  Replies (1) 12 January 2006
Hello all, I am using VS.Net 2005 and I have the following problem with Reflection : I build a Reflector-like Class Viewer Tree Control. Everything runs smoothly and I can get the list of assem...

 

on error against try...catch  Replies (1) 11 January 2006
I have converted a large vb6 program with an add-in that for every routine gimme the error handling: the add-in adds one line on the head of the routine "if myerrhandle then ON ERROR GOTO HERRHAN...

 

.NET 2 clr hosting  Replies (3) 11 January 2006
Does anyone know if .NET 2 retains distinct server and workstation clr hosts ? -Robert...

 

Asynch execution - EndInvoke  Replies (2) 10 January 2006
The dox are very emphatic that when you use a delegate's BeginInvoke, you must always call the delegate's EndInvoke: > Important > Always call EndInvoke to complete your asynchronous call. ...

 

Version 1.1 Assemblies Loaded by Version 2.0 Appli ...  Replies (1) 9 January 2006
I have been reading through the documentation on side by side execution and most articles cover how to target a version of the framework for your application as a whole. I have a .Net app that ...

 

PerformanceCounterInstaller & System.OutOfMemoryEx ...  Replies (1) 9 January 2006
Hi All, When trying to install a performance counter via InstallUtil I get the following exception: Creating performance counter category Enterprise Library Caching. An exception occurred d...

 

Mixed mode C++ dll problems  Replies (1) 6 January 2006
I have a mixed mode C++ dll, mostly it is unmanaged code that currently communicates with a remote server over DCOM. I am trying to plug in the new IPCChannel remoting provider to replace the DCOM...

 

ClickOnce, fails assembly validation.  Replies (1) 6 January 2006
Ok, I have a very strange problem. I have a class library and I create a windows forms application that uses it. I Publish it as a ClickOnce online only setup. When I try to run it it fails the va...

 

Performance monitoring: strange error in .Net 2.0  Replies (1) 5 January 2006
There seems to be a strange interaction/conflict between System.Diagnostics.PerformanceCounter objects and System.Security.Principal.WindowsIdentity.Impersonate() in CLR 2.0, that didn't exist in 1...

 

Intercept CLR Calls in an application  Replies (2) 5 January 2006
Is there any way to write a class that wraps around the CLR? Basically we have an ASP.NET application that has had some core DLL's renamed (the product has been renamed) and we're wanting to stil...

 

Dynamic Type and PropertyGrid  Replies (1) 5 January 2006
Hi there. I have used the CodeDOM to dynamically create an enumerated type at runtime. I now want to select an instance of that type using the property grid. Unit testing confirms that the Enu...

 

Video presentations???  Replies (1) 4 January 2006
Hi All.. Do any one of you have a video presentation on DOtnet Secuity ? or do u know any web site which contains link to the video presentation on dotnet security ?? Thanks Senthil...

 

64 bit question.  Replies (1) 4 January 2006
We are developing a web application on asp.net 2.0, and would like to release a version for 32 bit and 64 bit platforms both, my understanding is that we "the application developers" would not ha...

 

How to get an object by its name  Replies (1) 3 January 2006
I need to convert a form in vb6 with several named "lbcol1","lbcol2",... "lbcol" and so onn array of label the funtion that in vb6 was alright was: Private Function GimmeLabel(Index As Integer, N...

 

Debug vs. Release code.  Replies (1) 29 December 2005
If compiling a C# .NET application, what is the main difference between a debug build vs. a Release build? Either way, the IL can be disassembled back into native source, so I don't understand the ...

 

Running applications when both Framework version1. ...  Replies (1) 28 December 2005
Hi I have my application developed/ compiled in version 1.1 framework. in some of my machine when i have both 1.1 and 2.0 this caused me some remoting errors. so to resolve this...

 

Memory allocation strategy  Replies (3) 28 December 2005
I am considering different options of memory allocation for a workstation application, and would LOVE some feedback and thought.. The application goes through the following life-cycle: 1) Sta...

 

Threading in .NET  Replies (2) 28 December 2005
Hi all, I have a problem regarding the threading issues in .NET. Actually I have a application in which i execute a process by invoking the thread in the background and at the same time I want t...

 

event objects and condition variables  Replies (1) 27 December 2005
Hi I am a bit confused about the use of semaphores, condition variables and event objects. Can anyone throw some light....

 

Unhandled exception in .NET runtime  Replies (1) 23 December 2005
We have developed a windows service in .NET 1.1 that uses Serviced components for handling transactions. Some times, the service stops unexpectedly by logging the following information in the Even...