Using X509Certificate2.PrivateKey with RSA key in "Microsoft Enhanced RSA and...
Dear All,I've successfully imported an X509 certificate and associated private key to the "Microsoft Enhanced RSA and AES Cryptographic Provider" CSP. If I dump the key I See that the key is correctly...
View ArticleConvert dates defined as char(8) with bypassing invalid values
I have SQL server 2008 R2 so I cannot use try_convert function.I have no clue what kind of invalid date values are on the system and there are hundreds of tables that are being interrogated. I just...
View ArticleWhat happens to this thread?
Hello, I am creating a console application.. here is brief code snippet.. // static void Main(.... AutoResetEvent are = new .. System.Threading.Timer timer = new System.Threading.Timer( new...
View ArticleHow To Get A Custom WebDAV To Run in Windows Server 2008 R2 with IIS 7.0
I am trying to create a WebDAV application using the below link as my starting point.http://sourceforge.net/projects/webdav/I got it working just fine in IIS6 but can't seem to get it to work in IIS7....
View ArticleAssembly.GetTypes() hangs infinitely on .NET 4.0
Hello,We're developing a .NET 4.0 WPF application and we ran into very strange problem. We're simply calling Assembly.GetTypes but for some reason it never completes. Also, it is using 100% of one...
View Articlehow to get a particular event properties on .net 3.0 framework code.
I need a particular event properties details in xml file on .net framework 3.0. I am lots of time trying but i not get a solution. if is it any solution please let me know.
View ArticleSystem.IO.IsolatedStorage.IsolatedStorageException: Unable to create mutex
I get the following error when trying to export output to an excel spreadsheet on my website. The funny thing is, it works for a while, about a day or two, but then starts timing out and throwing this...
View ArticleHow to show the MSDN daily feeds in my Asp.net page
I have an application, it which I need to show the msdn feeds in a daily wises. I need to call this msdn feeds using a thread
View ArticleHow to locate this kind of html node,i am new to parse html.
Hi ,I want to parse a page like this ,<div class = "parent"> <div class = "child"> <div class = "UniqueName1"> .............
View ArticleEvent Viewer screen inside how to get particular event details an XML format...
Event Viewer screen inside select any particular event and double click on the selected event, than event properties window will be open and go through the details section, you can see the two option...
View ArticleRemove footer of PDF files created from Excel sheets
I am creating PDF file from Excel sheet. Number of pages in file is not fixed. I don't want any footer in PDF file. I removed footer from Excel file which are in Page setup option under Print menu....
View ArticleCustom Control with Gridview and ITemplate column not firing events
Please help me, I need a click on the button to fire the b_click procedure and it's not working. Here is my custom control with a gridview and a column added dynamically using a ITemplate class....
View ArticleMicrosoft.MSXML2R
Can anyone help me with the details of the above assembly. Where I can locate this assembly and what MS uses this DLL for ?Thanks in advance !- Anil
View ArticleVB Script to C# conversion
Hello all,I have below code in VB Script. We are moving it out to C#, how can I achieve this in C#xmlhttp.open "POST", URL, false xmlhttp.setRequestHeader "Content-Type", "text/xml;charset=UTF-8"...
View ArticleFormatting DisplayMember string in a ComboBox
Hello,I have a ComboBox bound to a DataView as follows:myComboBox.DataSource = myDataView;myComboBox.DisplayMember = "DecimalDatatypeColumn";For this example, we have 3 rows in the DataTable, with...
View ArticleError with installation.
An error occurred during the installation of assembly 'Microsoft.MSXML2,publicKeyToken="6bd6b9abf345378f",version="4.1.0.0",type"win32",processorArchitecture="x86"'. Please refer to Help and Support...
View Articlewhat is problem?
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace ConsoleApplication12 { class Program { static void...
View Articleasync sockets & windows 2008
HiI'm about to kill myself over windows stability issues. I'm using windows CE 5.0 client side, which proved a total disaster and now I'm facing win2008 hell.Following code works fine, except on...
View ArticleASP .NET Security
Hi all,we are trying to fix this vulnerability in our website:Microsoft ASP.NET ValidateRequest Filters BypassI have found 2 feasible solutions:implement this ->...
View ArticleHow do I classify the Controllers-Actions? in ASP.Net MVC4
I’m doing a web project for a College. I’m would like to use Asp.net MVC for the purpose. I have designed the database, but I’m not clear about how to classify my Controllers. Basically, there are...
View Article