| Thread | Last Post | Replies |
|
| SVG -> EMF/PNG | 23 Apr 2008 16:02 GMT | 3 |
Hi; Is there a library out there that can convert SVG to EMF and/or PNG?
 Signature thanks - dave
|
| 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?
|
| mscorcfg.msc | 10 Apr 2008 15:10 GMT | 2 |
Is it possible to extract the 2.0 configuration wizard from the SDK without having to install the entire SDK? All I need is the snapin. TIA BillP
|
| 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?
|