Saturday, 15 May 2010
Deploying windows applications using ClickOnce (Visual Studio 2008)
›
ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation. Vis...
19 comments:
Sunday, 2 May 2010
Visual Studio 2010 and Smart Device Development - Disappointing
›
Visual Studio 2010 does not support mobile application development for versions of Windows Phone prior to Windows Phone OS 7.0. For i...
VMWare – Shutting down of guests take long time - Resolved
›
People who uses virtual machines, using vmware might have noticed that when shutting down the guest operating system, it takes hell of a tim...
Wednesday, 28 April 2010
Problem with connecting to the SQL Server database on development machine from the Pocket PC Emulator using Visual Studio 2008 - Resolved
›
When developing application for Smart Devices, we usually debug it using the Emulators which was provided by the Visual Studio installation....
Friday, 26 February 2010
Unable to add data connection. The DataConnectionDialog could not be initialized. - Resoved
›
When you try to add data connection (MS SQL Server) through the server explorer, sometimes you get the following error. In order to resol...
1 comment:
Wednesday, 15 July 2009
The type initializer for 'crystaldecisions.crystalreports.engine.reportdocument' threw an exception - Resolved
›
Today I got this error, when I tried to deploy an application developed using Visual Studio 2005 and Crystal Reports 10. I googled the probl...
13 comments:
Thursday, 21 May 2009
Get number of days in a month using SQL
›
Here is a sample to get the number of days in a month, for a given month and a year declare @zMonth as varchar (2), @zYear as varchar (4) ...
2 comments:
‹
Home
View web version