Re: [DOTNET] Using Verign Keypair in .NET Cryptography

2002-06-27 Thread Dinesh Upare
ata); > > You need to reference the System.Security.Cryptography.X509Certificates > namespace in your application code. Hope this helps! > > > - Mitch Denny > - [EMAIL PROTECTED] > - +61 (414) 610-141 > - > > -Original Messag

[DOTNET] Using Verign Keypair in .NET Cryptography

2002-06-27 Thread Dinesh Upare
I received following SSL ID from verisign . Now can anyone tell me how to convert this SSL ID to RSACryptoService Parameters, so that I could use it to encrypt decrypt using RSACryptoServiceProvider class? MIIDIzCCAs2gAwIBAgIQU5IKhMDwXquPrlr6xw1MLjANBgkqhkiG9w0BAQUFADCB qTEWMBQGA1UEChMNVmVyaVNp

[DOTNET] Using Verign Keypair in .NET Cryptography

2002-06-26 Thread Dinesh Upare
BpRdyXCuM4 XzWCwHk/GT0Fmc+eEvYA== XaYGz3I8J1nywDDkFpmCcfqublQsqnQDC1xJX64aoyrTcnBOkNLz0A2kA8C6tPJh9CYNkZbeT /s/VkYkpzgGUiGnFE1qlirZ4UKFuAFn0efJRwtrjqFwCOnhKXwcygSNCmse5IBX53Nn6V2clAfcW uw9XwMdvGK/qSbOkxj/GcE= Thanks Dinesh Upare - Original Message - From: "Shawn Wildermuth" &l

Re: [DOTNET] How to run a Hello world in .NET Framework

2002-06-26 Thread Dinesh Upare
to help the programmer by saving typing, > and help the compiler by disambiguating type names. > > > - Mitch Denny > - [EMAIL PROTECTED] > - +61 (414) 610-141 > - > > -----Original Message- > From: The DOTNET list will be retire

[DOTNET] ASP.NET Problem

2002-06-25 Thread Dinesh Upare
I created a .NET component. I tried to use this component in .aspx page. But somehow the runtime is not able to find the Namespace I created. I created a bin directory in the virtual directory and put the .aspx file. I also tried to create a web.config file with add assembly element, but stil

[DOTNET] AsymetricAlgorithm Encryption Limit

2002-06-25 Thread Dinesh Upare
Hi, I was trying to encrypt some objects using RSACryptoServiceProvider class in .NET. But if the objects crosses certain limit I get the exception as "Bad Length". I went trough the MSDN, it says Asymmetric alorithms are used to encrypt small bytes of data. Is it really so? Can't i use RSACryp

[DOTNET] XPath Query using set operators

2002-06-22 Thread Dinesh Upare
a node set. how can i solve this problem If any other type of logic or query is available please give suggestions and help. Infact this type of query is also given as example of Xpath in MSDN. Dinesh Upare -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net You can read mes

[DOTNET] Decrypting Encrypted String ?

2002-06-21 Thread Dinesh Upare
which allows this but the decryption fails with its methods. Can Somebdy Help Me out? Dinesh Upare You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] Crypto Problem

2002-06-21 Thread Dinesh Upare
I have created a webservice. When I try to use "RSACryptoServiceProvider" in this webservice I am getting Exception Exception : CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired. What is this error? Dinesh Upare You can read messages from

[DOTNET] Changing backcolor of an MDI Form?

2002-06-18 Thread Dinesh Upare
rea (where child form opens)? Thanks. Dinesh Upare You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] Help Me out

2002-06-13 Thread Dinesh Upare
is errors out when you call the web service? -Original Message----- From: Dinesh Upare [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 8:38 AM To: [EMAIL PROTECTED] Subject: [DOTNET] Help Me out Hi, I encountered some strange problem. I have a component at server which is vb dll.It ta

[DOTNET] Help Me out

2002-06-13 Thread Dinesh Upare
Hi, I encountered some strange problem. I have a component at server which is vb dll.It takes a parameter string. I have created a wsdl file of the component and exposed it as a webservice. But when the length of the string parameter exceeds certain limit( in my case more than 90 kb); The .NET

[DOTNET] Problem Deploying WebService

2002-06-06 Thread Dinesh Upare
ges\SendMailServic.cs:line 82 ** When I tried to deploy the same webservice on machine which has Visual Studio .NET then it works fine. What does Class is not licensed for use means? Please help me out. Dinesh Upare You can read messages from

[DOTNET] XML to Database

2002-05-20 Thread Dinesh Upare
Hi all, I am working on a project which will read xml file and export data into database. User will map the xml document fields to Database fields(something like BizTalk and Inport Studio). Using this map user xml data will get exported into database. Could any one help how I should go about it?

[DOTNET] Problem Converting XML to XSD

2002-05-20 Thread Dinesh Upare
Could any one one help me to convert xml file to xsd file. If any links or code exists please forward it. Thanks Dinesh You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] EDI/XML Converter

2002-05-15 Thread Dinesh Upare
Can any body tell me, Is there any free EDI to XML converter available? Is there any code available in .NET or VB VC++ to converte EDI to XML. Send me some links if you have any idea available. Regards Dinesh You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe

[DOTNET] Type Mapping of VB 6.0 to .NET

2002-05-14 Thread Dinesh Upare
I need a help. How would you map ADODB.Recordset and Collection object in VB to .NET. The reason I badly want to know this is, i would like to use a SOAP dll made in VB 6.0 into .NET application. I am able to map simple datatypes but knows this complex one. Does any one has a solution. Dinesh

[DOTNET] How to communicate between C# and MS Soap

2002-05-13 Thread Dinesh Upare
Hello Friends I need your help. I already have a ASP page at the server which inturns call a DLL built in MS SOAP Tool Kit. Now the problem is previously the client was VB 6.0 and with the MS SOAP Toolkit we were able to send the datatypes like ADODB.RecordSet. Now the client has been changed to

[DOTNET] MSN Messenger Support for .NET

2002-04-25 Thread Dinesh Upare
Hi, Can somebody Help Me out. I would like to create a c# application which could send messages through MSN Messenger. Is it possible ? Is there any .NET support to directly communicate with MSN Messenger. Please send the links if you have some. Regards Dinesh You can read messages from the

[DOTNET] How to get Outlook XP email accounts in .NET

2002-04-19 Thread Dinesh Upare
Hi, The problem I am facing is Microsoft Office XP does not put any email account details in registry.So it's not possible to get the no of email accounts configured in Office XP outlook. Could any one help me out whether it is possible in .NET. Thanks in Advance. Dinesh -- GMX - Die Kommunika