Welcome to MSDN Blogs Sign in | Join | Help

November 2006 - Posts

Use Visual Studio 2005 to Build .NET 1.1 Application

If you are leveraging Visual Studio 2005 and .net Framework 2.0 to build .net 2.0 application, but you still need to serve customers who use .NET 1.1. What should you do? Now, with Toolkit for .NET 1.1 "MsBee" , you can use Visual Studio 2005 to build
Posted by tolong | 0 Comments

Frame Support at ASP.net 2.0

In ASP.net 2.0, it is using XHML page instead of HTML page. The XHTML page must be a well-formed and valid XML document. The default is XHTML DOCTYPE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
Posted by tolong | 1 Comments
Filed under:

Step-by-Step to create Web Parts by using ASP.net 2.0 - Part II

ASP.net 2.0 allows you to enable your application's users to have a personalized web page by customizing the web parts. I will show you how simple it is to use the Web Part Design Mode to allows your users to drag and drop the web parts onto different
Posted by tolong | 1 Comments
Filed under:

Step-by-Step to create Web Parts by using ASP.net 2.0 - Part I

Now, with the new Web Parts framework introduced with ASP.net 2.0, you can let your users to do customization on your application at the runtime. This framework empowers the users to rearrange the elements of a page by just simply drag and drop the web
Posted by tolong | 2 Comments
Filed under:

Max pool size was reached

Have you ever encountered this error message on your application: " Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occured because all pooled connections were in use and max pool size was reached
Posted by tolong | 1 Comments
Filed under:

Exchange Server 2007 leverage on .NET Framework

Do we know how Exchange Server 2007 leverage on .NET Framework v2.0 (or for that matter .NET Framework v3.0)? Answer: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ExDefaultSDK/html/a3a2080b-926c-48b6-998d-bf0e411e61be.asp This website
Posted by tolong | 0 Comments

Error: An error message cannot be displayed because an optional resource assembly containing it cannot be found.

Problem: HTTPApps.exe WebException An error message cannot be displayed because an optional resource assembly containing it cannot be found. at HttpWebRequest.finishGetResponse() at HttpWebRequest.GetResponse() at Form1.UploadFile() at Form1.button1_Click()
Posted by tolong | 1 Comments

Unable to run ASP.NET Web applications or services?

We are currently developing in the incubator..we have some problems with the .aspx.It cannot be open and we cannot create any .aspx file and project. the error message says that: "Visual Studio.NET has detected that the specified Web server is not running
Posted by tolong | 0 Comments
Filed under:

How to get your PublicKeyToken?

Say you've signed your assembly with a strong name, and you need to get the information about the PublicKeyToken. Now there are many tools available out there that gets you this info such as the .NET Reflector. However if you are too lazy to download
Posted by tolong | 1 Comments
Filed under:

Test-driven development made easy

How many software development projects actually start with writing unit test cases? None perhaps. Writing unit test cases is often an after-thought, typically by the same developers who implemented the same classes in .NET. In Visual Studio Team Edition
Posted by tolong | 0 Comments

Integrate Team Foundation Server with other products

Now you can integrate Team Foundation Server with other products that do not support team explorer integration. You can download and install the Visual Studio 2005 Team Foundation Server MSSCCI Provider . Download from here . By installing this, you can
Posted by tolong | 0 Comments
 
Page view tracker