|
XML Digital Signature Hi I'm trying to Sign an XML Document Using SignedXml.ComputeSignature from the namespace System.Security.Cryptography.Xml. I need the XML in the following way, with the prefix DS ahead the tag name: <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> - <ds:SignedInfo> <ds:CanonicalizationMethod... 10 Jun 2008 16:08
deadlock when using waitOne in a STA thread On Tue, 10 Jun 2008 01:31:45 -0700, Daniel Cuculescu <dcuculescu(a)ixiacom.com> wrote: [snip] Please, do not cross-post so excessively. And don't multi-post either (re: this identical post found in other newsgroups not cross-posted here) ... 10 Jun 2008 14:04
Calling from .Net 1.1 to .Net 2.0/3.0 What are the options for calling from .Net 1.1 to .Net 2.0/3.0 besides COM? Thanks. ... 10 Jun 2008 15:37
Getting the ConnectionString from a SqlTrackingService I have a WF instance and use the SqlTrackingService. This service is configured for me through the web.config (or app.config). But now I want to know what connection string was used. So I tried to get the value of the SqlTrackingService.ConnectionString property. But this is null. If I do not use the web.config,... 10 Jun 2008 08:56
Form created on BackGroundThread Hi, I have some generic module that handles exceptions. simply you call it like this: "LogManager.ErrorMessage(ex)". Worked great, until we now discovered that it isn't Thread-safe. What actially happens is this: A Form is made, labels and buttons are made etc with the exception-details, but when trying to ... 11 Jun 2008 07:11
WP handling events Hi, Is it possible to raise events from within the work and handle them in your code. For eg. Start a workflow instance and when the first code activity is finished, it raises an event that can be handled in the window to reflect activity peformed in the workflow. Thanks and regards -Rick ... 10 Jun 2008 07:24
MANAGEMENT SOFTWARE _______________________________________________ http://geocities.com/fixedratecreditcard http://geocities.com/mortgagesoftware1 http://geocities.com/hostingmanagedweb http://geocities.com/compareonlinetrading http://geocities.com/helpdesksoftware http://www.geocities.com/workathomeworking ... 10 Jun 2008 07:24
Howto hide a console app window and don't show it in the taskbar Hello at all, I want to use an console application as an host. In one other component I want to implement an tray Icon. For this case I want to hide the consoleapp window after starting dthe application. Also I don't want that console app window will shown in the taskbar. Here are my questions: 1. : How can... 13 Jun 2008 09:14
Show only two font families ("Courier New", "Bitstream Vera Sans Mono") in font dialog box Hello, I want to show only two font families in font dialog box. Can anybody please help me.?? Thanks in advance. Regards, Gouri. ... 10 Jun 2008 03:46
Powercf.exe & Windows Service Hi, I have created a VS Windows Services project to call powercfg.exe every 2mins (in a timerdelegate). In On Start event of the service I have set the process file name to powercfg.exe and have set argument as "/create "my power scheme" and started the process. In the delegate fucntion first the get the avalia... 8 Jun 2008 23:04 |