Welcome to MSDN Blogs Sign in | Join | Help

May 2007 - Posts

IIS failed to load ODBS driver

Problem: If you received below error message when trying to deploy your application to Windows Server 2003. ERROR [IM005] [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed ERROR [01000] [Microsoft][ODBC Driver Manager]
Posted by tolong | 0 Comments
Filed under:

How to determine the assembly compiled in which version of .net

To determine the assembly is compiled in which version of .net, you can use use Assembly.ImageRuntimeVersion. You may learn the Assembly.ImageRuntimeVersion Property from here: http://msdn2.microsoft.com/en-us/library/system.reflection.assembly.imageruntimeversion(vs.80).aspx
Posted by tolong | 1 Comments
Filed under:

How to differentiate the assembly is debug or release build

From this article http://msdn2.microsoft.com/en-us/library/wx0123s5(VS.80).aspx , it says that Debug mode: the program is compiled with full symbolic debug information and no optimization. Optimization complicates debugging, because the relationship between
Posted by tolong | 1 Comments
Filed under:

Fine Tune your SQL Server 2000 Performance

**This applies to SQL Server 2000** When comes to performance tuning for SQL Server 2000, there are few things that you can look into: 1. SQL Performance Tools: SQL Profiler and the indexer Tuning Wizard SQL Profiler can be used to log to workload of
Posted by tolong | 0 Comments
Filed under:

can I install .net 3.0 extensions on Visual Studio 2003?

The extensions for .net framework 3.0 (templates to create .net 3.0 applications, like WPF, WCF, WF) only work with Visual Studio 2005. You may look at this site http://www.microsoft.com/downloads/details.aspx?FamilyId=F54F5537-CC86-4BF5-AE44-F5A1E805680D&displaylang=en
Posted by tolong | 0 Comments
 
Page view tracker