Welcome to MSDN Blogs Sign in | Join | Help

April 2006 - Posts

'__o' is not declared - what does it mean?

A few customers complained about an error Error 1 Name '__o' is not declared. that seems to show up and disappear for no particular reason whe editing ASP.NET Web pages. The page runs OK though. We have finally obtained reliable repro and identified the

Spell checking in XML files

A few people asked if HTML Spell Checker can check XML and XSLT files. Not directly, as XML files are handled by a separate XML Editor which my add-in does not directly work with. However, you do can spell check XML and other markup based files if you

Visual Studio Express editions will stay free!

From http://forums.asp.net/thread/1262185.aspx : "We are incredibly excited to announce that effective April 19 th , 2006, all Visual Studio 2005 Express Editions including Visual Basic, Visual C#, Visual J#, Visual C++, and Visual Web Developer Express

Troubleshoot HTML/ASP.NET Spell Checker

If you don't see HTML Spell Checker in Tools menu after the install, try the folllwing: 1. Make sure you are running RTM version of VS, not Release Candidate. Version should be 50727.42. 2. Open command line, go to Program Files\HTML Spell Checker Add-In

Using Office spell checker in Visual Studio

If you want to learn how to use Office components (such as spell checker) in VS add-ins, look at automation samples for VS 2003 and similar samples for VS 2005 . My spell checker is loosely based on the SpellCheck sample. Loosely means that while sample

Spell Checker for HTML and ASP.NET pages

This article is obsolete. Please look here for newer version http://blogs.msdn.com/webdevtools/archive/2008/11/29/spell-checker-update-2-2-full-support-for-vs-2008-sp1-simpler-setup-and-a-few-bug-fixes.aspx Updated version is available here : http://blogs.msdn.com/mikhailarkhipov/archive/2007/12/12/spell-checker-for-html-asp-net-jscript-vb-c-css-and-c.aspx

How to add code behind file to existing page

If you have an existing page that uses code inline and want to associate a code file with it, do the following: 1. Assuming that name of the page is Foo.aspx, create a new code file named Foo.aspx.vb in the same directory. 2. Change page directive to

1000 answers in ASP.NET forums

Just a little bragging :-) as I broke through 1000 posts in ASP.NET forums. I am primary owner of Visual Studio related forums, namely Visual Studio 2005 , Visual Web Developer 2005 Express and Visual Studio 2003 .
 
Page view tracker