Merge layers in pdf printed from AutoCAD
I create a .net automation application to print to pdf with layers. There are more 30+ layers in the drawing, I like to have the layer information in the pdf file but like to merge them to a couple:...
View ArticleHttpConfiguration assembly reference error
We developed Asp.net MVC application using .net 4.5 in VS2012 then later We decided to recompile in .net 4.0 by changing Target framework in project properties. Now we are getting error like"Error 1036...
View ArticleHow to access the Disk volume information
Hi,I would like to get the Disk Management Properties.For example, In the Disk Management window I have system with 5 local drives called "C, D, E, F, G" na dhave the partition name as "Disc 0", Disc...
View Articlegetting problem for deleting millions of records form asp.net front end
Hello,In my application we have maintain customer email ids as a lists. Each list having millions of emailids. When deleting any list in asp.net front end application it takes login time for deleting...
View ArticleSystem.Net.Http.HttpClient downloads HTML instead of XML
I want to use System.Net.Http.HttpClient to download XML data from http://english.alarabiya.net/.mrss/en/News.xml. But sometimes it downloads XML and sometimes it download HTML !When I open that link...
View ArticleHow to Post Blogs Using MSDN
Hello Friends i need a Help................How to Post Blogs Using MSDN Kamal Saxena iBOOK dESK (UITS INDIA)
View ArticleReflection.Emit or Pre-compiled Lambda Expression for...
Hi, I have a library where I make these calls:PropertyDescriptor.SetValue() and PropertyDescriptor.GetValue(). because I don't know the properties before run-time, and the properties are added on...
View ArticleI want the .NET framework 4 source code in separate .cs files
I have the source code file but its 140MB and VS 2010 keeps freezing and crashing (the stupid devs dont know how to multithread) so I need to separate the namespaces into different files but to do this...
View ArticleValidate date in a textbox in vb.net
HiI have a textbox.how can i check that the date entered in the textbox is in "dd/MM/yyyy" format.Is there any function(built in) for textbox which invokes itself after the data has been enteredThanks...
View ArticleRunTime Error 500.19 in asp.net Project...
Dear Experts,I am doing an asp.net project.. When i add the below code in web.config and run the project. then i got the Error..<configSections><section name="dataConfiguration"...
View ArticleTransfer winform data to yahoo login page inside CHROME browser
My Winform contails Two TextBoxes 1)txtUserName 2)txtPassword and 1 Button object 1)btnLogin I just want to transfer winform txtUserName and txtPassword data to My Yahoo login page while click on...
View ArticleInserting Data into SQL Server DB but Database is still Empty
NEED HELP TO SOLVE This is the method for collecting query private static void CreateStudent(StudentHandle ObjStudent) { String ConectionString =...
View ArticleMicrosoft Speech Recognition using asp.net
Hi,I'm trying to implement a speech recognition web application using asp.net and C#. For this I'm using Microsoft.Speech.Recognition library and I've installed Microsoft Server Speech Platform...
View ArticleGetting Windows7 Server status
Dear All, One of my applications checks the network server availability (i.e. using ip address or server name), the application was running fine until recently the client transfers their server to...
View ArticleReceive exception from ReceiveMessageFrom (object refrence not set).
HiI use in 6 threads to wait to ReceiveMessageFrom function.Each thread have seperate socket and seperate object .There are not common member or share variable between object.Some time I receive from...
View ArticleChange Silverlight Isolated Storage Identity
I hate to cross post from SO, but here I go: I would like for Isolated Storage in my Silverlight application to be identified by the domain of the xap it loads from, not by the host domain as displayed...
View ArticleStored procedure update
My stored procedure ( SQL 2012 )works fine from SQL Server Management Studio. However when I use C# with System.Data.SQLClient to invoke the stored procedure, no update takes place and no error is...
View ArticleInformation Exposure Through Sent Data
We are using mscorlib_dll and sharpziplib_dll and Veracode Scan (a static security scan tool we use) has reported flaws in these dll files.a) The application calls the...
View ArticleFile preview control in C#
Hi, How can I preview existing file (such as pdf, git, txt, doc etc) in winform, similar to what win explorer is doing? I've seen:http://www.codeproject.com/Articles/37787/Document-Preview-Application...
View ArticleHttpClient not working with international domain name
when I try to use the System.Net.Http.HttpClient to get a response from a domain that has utf characters I get an exception "The remote name could not be resolved".How can I get around that?
View Article