CSharp Development
Tech-Today

CSharp Development





  • Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
  • How to implement an ajaxcontrol toolkit cascading dropdown with database
  • The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC)
  • Error encountered: Requested registry access is not allowed, System.Security.SecurityException
  • Visual Studio Express 2008 ISO Direct Link
  • resx: MissingManifestResourceException

WinForms

  • Getting ComboBox selected value from System.Windows.Forms

Pocket PC


  • Installing SQL Server Compact Edition 3.1 on Mobile Device (Pocket PC)
  • How to connect to pocket pc from desktop using serial connection (COM1)
  • one or more files from the emulator for windows ce installation is missing
  • Create auto increment primary key on SQL Server Compact Database
  • SQLCE get last insert id, convert SqlDecimal to Int32






- Missing Microsoft Server Management Studio Express After Sql Server 2008 Express Installation
For some reason after I've installed the SQL Server 2008 and SP1 I'm still missing the Management Studio Express that we commonly have when we install the 2005 SQL Server Express. The solution is to download from this link: http://www.microsoft.com/express/Database/...

- How To Allow Remote Connection In Mssql Server, And Allowing Sql Server Authentication In The Registry
Problem: If the MSSql Server is not properly configured it usually gives named pipes error like "error 1326" and so on. There are 3 simple things that we have to set to allow remote connection on an mssql server: 1.) Make sure that the server itself accepts...

- Sqlce Get Last Insert Id, Convert Sqldecimal To Int32
Platform: Windows Mobile, SqlCE2.0 Problem: You want to get the id of the last query you insert. Solution: Using the @@identity you have to execute your queries like this: SqlCeConnection conn = null; try { conn = new SqlCeConnection(GetConnection());...

- One Or More Files From The Emulator For Windows Ce Installation Is Missing
Deployment of a Pocket PC application on a desktop emulator. The problem is addressed by this site. http://support.microsoft.com/kb/891667 Basically, you have to edit the boot.in, make sure you have a line like this: multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft...

- How To Connect To Pocket Pc From Desktop Using Serial Connection (com1)
1.) Install activesync in your desktop as well as pocket pc. You can get it from here: http://www.microsoft.com/windowsmobile/en-us/downloads/microsoft/activesync-download.mspx 2.) In your pocket pc click Start->ActiveSync a.) Click Tools below then...



Tech-Today








.