| Thread | Last Post | Replies |
|
| COM+ Package generation issue | 08 May 2008 21:48 GMT | - |
I'm trying to register a .Net assembly as a COM+ service and then to generate an MSI package in order the component to be deployed in several servers . The assembly was compiled using .Net framework 1.0.3705. After installing .Net framework 1.0.3705 SDK, I go to the command line ...
|
| GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? | 15 Apr 2008 22:04 GMT | - |
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
|
| Problem with GAC/COM+ and Manifest | 14 Apr 2008 20:47 GMT | - |
I have a 3.5 assembly that is GACd and in COM+. The COM+ application is configured to run as a Service. The assembly is called myapp.dll and there is a manifest called myapp.manifest. With ths in the manifest:
|
| PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this? | 10 Apr 2008 20:25 GMT | - |
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
|
| COM+ Set Image Dump Directory in C#? | 08 Apr 2008 22:10 GMT | - |
I am trying to set up a COM+ appliacation in C#, I want to set the Image Dump directory to a specific location, not the default .How do I do that? I would also like to set the "Enable Image Dump on Appliation Fault" checkbox.
|
| Add User Profile to DirectoryEntry User? | 08 Apr 2008 20:41 GMT | - |
I have the below code to make a new user. I would like to create a user profile directory and populate it. This will be an automated user for a Win32 service that will do things over the network so I want to make sure the account can do everything a normal human can do. I
|
| How to convert snk to pfx file format? | 07 Apr 2008 17:31 GMT | - |
I have SNK file for signing assemblies, but I don't have PFX. How do I convert SNK to PFX?
|