Welcome to MSDN Blogs Sign in | Join | Help

November 2007 - Posts

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

Tool for Mapping Word 2007 to Custom XML

Working on OpenXML? so, how easy it is to map the content controls in word document to custom XML? You can use Content Control Toolkit , to assist you to create a data-bound document, and it's also a good developer tool for learning about the markup you

WCF & WF Sample Application - Layered Architecture

This is a sample application that is built by one of my colleuges -- Serena Yeoh, to illustrate how to develop .NET applications using the Layered Architecture design pattern. It is not a full-blown application but a simple example to demonstrate the

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

Current .NET technology?

What is current .NET technology ? If you are using .NET 1.0 or 2.0, are you considering yourself using current .NET technology? The definition for current .NET technology: Use .Net Framework 3.X or Silverllight or ASP.NET where .Net Framework 3.X = .NET
Posted by tolong | 1 Comments
Filed under:

Display .tiff image??

You can display the tiff image using Through ImageDraw's DrawImage method. http://www.velocityreviews.com/forums/t108565-display-tiff-image.html http://www.neodynamic.com/ND/FaqsTipsTricks.aspx?tabid=66&prodid=4&sid=4 http://www.thescripts.com/forum/thread531027.html
Posted by tolong | 1 Comments
Filed under: ,
 
Page view tracker