| Thread | Last Post | Replies |
|
| How many bytes were collected? | 17 Jan 2006 12:19 GMT | 5 |
Is there a way to know how many bytes were purged in last garbage cycle?
 Signature Ravi rwallau@_RemoveThisTextAndUnderscores_springwireless.net
|
| PInvoke problem | 17 Jan 2006 04:49 GMT | 1 |
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 methods I'm calling has a callback function is called with the thiscall convention.
|
| CLR Hosting and code execution | 12 Jan 2006 21:45 GMT | 1 |
I'm trying to call a method of a class using CLR Hosting but whenn calling Invoke on the IDispatch interface of the object i'm getting E_NOINTERFACE, the method i'm tryiong to execute looks like this: public FbResultSet AddEmployeeProject(short employeeID, string
|
| on error against try...catch | 12 Jan 2006 17:01 GMT | 1 |
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
|
| Performance monitoring: strange error in .Net 2.0 | 10 Jan 2006 07:19 GMT | 9 |
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.1.
|
| Version 1.1 Assemblies Loaded by Version 2.0 Application | 09 Jan 2006 22:43 GMT | 1 |
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 is built against version 2.0 of the framework. This
|
| Mixed mode C++ dll problems | 08 Jan 2006 10:49 GMT | 2 |
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 (the replacment server is in C#). (I cant CLR enable the whole dll, and just use ...
|
| Intercept CLR Calls in an application | 08 Jan 2006 09:21 GMT | 5 |
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 still preserve compatibility with customer developed plugins.
|
| ClickOnce, fails assembly validation. | 07 Jan 2006 14:49 GMT | 1 |
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 validation and I get: ERROR DETAILS
|
| 64 bit question. | 06 Jan 2006 19:26 GMT | 2 |
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 have to create seperate releases for 32 bit and 64 bit platforms, as the .net
|
| Threading in .NET | 04 Jan 2006 23:22 GMT | 4 |
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 to display a modal dialog which will only block my UI. It doesn't
|
| Memory Leak in DesignSurface | 01 Jan 2006 22:49 GMT | 9 |
Seems that DesignSurface has a memory leak. Where should I report it? This can be observed by running the program bellow and push several times the <ShowDialog> and <CallGC> buttons and observe that the heap memory increase each time <ShowDialog> button is pushed.
|