TIFF Compression for bitonal images
Tiff images compress with color images, but the file size increases when I try to convert B/W images?? Can you suggest me where the problem might be? Stream imageStreamSource = new...
View ArticleHow to send alert to mobile from Twitter alert?
Using Twitter alert, how to send alert to mobile. For example, two user A & B registered in twitter with his phone number.Both A & B are following each others. A user login and send alert from...
View ArticleSMO . Why I can't create script for clr procedures and functions by using SMO ?
I have many clr functions and procedures.I need, periodically, create script of these functions, like this:create function SchemaName.FunctionName(@Parameter int) as external name...
View ArticleHow to insert trackbar into toolstrip bar ?
How to insert trackbar into toolstrip bar ?
View ArticleSXS Error 59 but can run manually
So, a small custom app we have has been running fine until some .NET framework 2.0 SP2 patches were applied this weekend. After they were applied, the task scheduler threw out the Error 59. When I go...
View ArticleExcel
I've been a java user for a while, but a recent project forced me to switch to VB. The language is pretty easy to learn, and I’ve gotten pretty far in the project, but I need to be able to merge...
View Articlehow to enable button in drop-down arrow in a combo box in coded ui
Hi, I was writing a code manually in Coded UI. I have an application in which i have WinRow(under WinTable Window). When I click on WinRow then only It will show as like Drop Down Arrow in combo box. I...
View ArticleHttpWebRequest keepalive and dns load balancing
Good Afternoon.One of our primary ecommerce systems consists of an asp.net application which connects to several APIs. As part of a blue-green deployment stategy, we would like to use weighted dns...
View ArticleUnable to use Entityframework 6.1 with Prism 4.1
I've a Prism 4.1 Silverlight 5 web Project I want to use EntityFramework 6 with WCF RIA. Its not allowing me to add EF 6.1 from Nuget. Why? and what is the work around...
View ArticleAwait and WebClient
WebClient has "Async" methods and I am wondering if it is possible to use Await with them. I need to improve the responsiveness of an existing program which already uses WebClient. And I'd rather not...
View ArticleFramework related question
Hi,I have VS2012 installed in my machine and i created console application to target .net framework 2.0. because in my client machine there is not framework other then .net framework 1.1,2.0. my...
View ArticleStatic Extension Methods
Please can the team add static extension methods. I cannot find a single good reason for their exclusion once we have accepted the concept of extension methods on instances. The topic keeps popping up...
View Articlefollowing feature couldn't be installed on .NETframework 3.5
I have managed C++ Dll (compiled using clr option)and I am calling it from un-managed C++ console application.It is working fine,but it is not working fine in Window 2012 where .Net 4.5 is installed....
View Articlecan i set the number of asynchronous threads Net.Socket use?
can i set the number of asynchronous threads Net.Socket use?
View ArticleHow to programmatically determine the WDDM version
Dear Support:Our application requires the display driver model WDDM, and currently and more importantly, version 1.1 or higher. Version 1.0 is not sufficient. Despite a rather extensive search of...
View ArticleAfter saving System.Configuration.Configuration, are changed
hi,strange problem:after caling the Save method all my <value> elements which previously were empty conatin a "\r\n". i changed my code in that way, that i just open and save the configuration...
View ArticleResume event not firing after resuming from sleep
Hello,I am trying to develop a small app in c# 4.0 .net framework to help me start/stop an application when going/resuming from sleep. I am using the following...
View ArticleHow to solve (Use of unassigned local variable)
Hi,I am using Thought.vCards library to generate vCard contact but I am getting the following error:Use of unassigned local variable 'vcard_writer'Here is my code with thanks...vCardPhone vphone1 = new...
View ArticleThe specified DSN contains an architecture mismatch between the Driver and...
Dear Team,My c++ application use system DSN (ODBC). It is working fine with SQL 2008R2.We have migrated from SQL 2008r2 to SQL 2012. I have created new DSN for SQL 2012. Testing of DSN is fine, no...
View ArticleHow to enable Local/web Storage WinForm WebBrowser control
Dear software developers, A WinForm application using WebBrowser control that is hosting html5 webapp. It use two HTML5 features:1. Application Cache 2. Local Storage Application Cache works perfect....
View Article