Click here to Skip to main content
15,896,912 members

Comments by TSKNaidu (Top 20 by date)

TSKNaidu 2-Sep-11 14:06pm View    
The element is not of ref type. Also, the xmlns of "unknown" has been inserted by the code block (when I have not marked up the actual code). Actually, we can see the namespace being set explicitly in the C# code snippet.

Thanks for taking time.

Regards.
TSKNaidu 15-Jun-11 5:51am View    
If you convert encrypted byte[] array to store in an XML document as a string, it is possible that invalid XML characters could be part of the encrypted string.
TSKNaidu 15-Jun-11 5:49am View    
Thanks Keith for the tip to use HEX values. It worked. We used Uri.HexEscape and HexUnescape methods to store the encrypted values as XML string.

TSKNaidu 15-Jun-11 5:47am View    
Hi!

Thank you for taking time to respond to my question.

Yes. The solution works when the XML schema is fixed.

regards.
TSKNaidu 12-Apr-11 8:46am View    
Dave,

Appreciate your support.

You said: You do NOT write "containers" to run .EXE's as services.

Understanding that SRVANY is a utility that runs an EXE as a windows service, how did the guys who wrote this utility have implemented it (to run an EXE as a windows service)?

And, we are looking for an answer to this how, so that we can implement this using C#.

Thanks again for all your perseverance and help.

best regards,
Srikanth