Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio   (RSS)

How to reserve the URLs to host the WCF service

Run into this error when running your WCF service? This is because you have not reserve the url to host your WCF service. Try this solution: 1. Open a Command Prompt as Administrator 2. Execute this command : netsh http add urlacl url=htpp://+:8080/ user=User

Visual Studio 2008 is RTM!!

Yesterday at TechEd Europe we announced that Visual Studio 2008 and the .NET Framework 3.5 will be released by the end of November. There are some video recordings on the Channel 9: Lap around Visual Studio 2008 & .NET Framework 3.5 What's new in

Read / Write XML in Memory Stream

Use the XmlWriter to write XML to Memory Stream: MemoryStream stream = new MemoryStream (); XmlWriter writer = XmlWriter .Create(stream); http://msdn2.microsoft.com/en-us/library/ms162617.aspx or you can use the XmlDocument to save xml document to specific

Migrate Application from .Net 1.1 to .Net 2.0

There are numerous API changes on .net framework 2.0 compare to .net framework 1.1. http://msdn2.microsoft.com/en-us/netframework/Aa570326.aspx Therefore, the application that target on .net framework 1.1 might not work properly on .net framework 2.0.
Posted by tolong | 1 Comments

Installing .net framework 2.0 will ovewrite the version 1.1?

When you install the .NET Framework, two different types of configuration files are installed, machine configuration files and security policy configuration files. In a side-by-side installation environment, you can install multiple versions of the .NET
Posted by tolong | 1 Comments

Mark your way to becoming a .NET Expert TODAY!!

Interested in learning the latest programming language that drives the industry today? Develop the latest games, the coolest applications and much more with Microsoft's .NET platform! It doesn't matter if you've been tooling around with Java, PHP, COBOL,

Tips & Tricks on Visual Studio 2008 - I

Tip 1: Multi Target Framework In Visual Studio 2008, you have the option to choose which target framework for your application, either version 2.0 [Shipped with Visual Studio 2005], 3.0 [Shipped with Vista] or 3.5 [shipped with Visual studio 2008]. You

COM+ Event System detected a bad return code during its internal processing

What does this error message mean? " The COM+ Event System detected a bad return code during its internal processing. HRESULT was C0000005 from line 44 of d:\qxp_slp\com\com1x\src\events\tier1\eventsystemobj.cpp." The weird thing is that there is no d
Posted by tolong | 1 Comments
Filed under:

Download DinnerNow.NET Sample Application

DinnerNow.NET is a cool sample application demonstrates how you can develop a connected application using several new Microsoft technologies including: .NET Framework 3.0 technologies – WF, WCF, WPF, and CardSpace Core technologies native to Windows Vista

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

Does Macro work with TFS?

If you are using Microsoft excel,project for some times, you might find using macros really ease your daily job. So, when come to integration excel and project with TFS, does macro still work with TFS? In fact, you can still create your own macro to call

Use Visual Studio to build 64-bit application

Some of the developers are asking, is that possible to use the Visual Studio 2005 to build 64-bit application. The answer is yes. But not every version of Visual Studio 2005. To build application target on Itanium platform, you can use Visual Studio Team
Posted by tolong | 0 Comments

VB05 Express Installation Problem

When you installed VB 2005 express and you encountered this error message: "The Application Data folder for Visual Basic Express could not be created.", what should you do? Here are some solutions: 1. Before you install VB 2005 Express, make sure any
Posted by tolong | 0 Comments

Ten Must-Have Tools for Every Developer

Just came across this article talks on the ten must-have tools for every developer. 1. Snippet Compiler: It allows you to write, compile, and run code http://www.silver.com/donet/SnippetCompiler/ 2. Regulator : This tool allows you build and test regular
Posted by tolong | 1 Comments

Download the Visual Studio Code Name "Orcas"

Microsoft Visual Studio Code Name " Orcas " is the next generation development tool for Windows Vista, the 2007 Office System, and the Web. You can now download the January CTP of Visual Studio code name " Orcas ". Click h ere to download. This CTP is
Posted by tolong | 0 Comments
More Posts Next page »
 
Page view tracker