Sign In
Mikhail Arkhipov (MSFT)'s WebLog
Visual Web Developer stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Personal
Rants
Archive
Archives
July 2010
(1)
January 2009
(1)
December 2008
(5)
June 2008
(2)
April 2008
(1)
March 2008
(3)
January 2008
(1)
December 2007
(5)
November 2007
(3)
October 2007
(4)
September 2007
(3)
August 2007
(3)
April 2007
(5)
February 2007
(3)
January 2007
(3)
December 2006
(7)
November 2006
(3)
October 2006
(2)
September 2006
(2)
July 2006
(4)
June 2006
(4)
May 2006
(7)
April 2006
(8)
March 2006
(5)
February 2006
(3)
January 2006
(2)
December 2005
(6)
November 2005
(4)
October 2005
(3)
September 2005
(1)
August 2005
(6)
July 2005
(2)
June 2005
(15)
May 2005
(3)
April 2005
(6)
March 2005
(2)
January 2005
(7)
December 2004
(3)
November 2004
(1)
October 2004
(3)
September 2004
(4)
August 2004
(13)
July 2004
(6)
June 2004
(16)
May 2004
(15)
April, 2006
MSDN Blogs
>
Mikhail Arkhipov (MSFT)'s WebLog
>
April, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mikhail Arkhipov (MSFT)'s WebLog
'__o' is not declared - what does it mean?
Posted
over 6 years ago
by
Mikhail Arkhipov
0
Comments
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...
Mikhail Arkhipov (MSFT)'s WebLog
Spell checking in XML files
Posted
over 6 years ago
by
Mikhail Arkhipov
4
Comments
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...
Mikhail Arkhipov (MSFT)'s WebLog
Visual Studio Express editions will stay free!
Posted
over 6 years ago
by
Mikhail Arkhipov
0
Comments
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...
Mikhail Arkhipov (MSFT)'s WebLog
Troubleshoot HTML/ASP.NET Spell Checker
Posted
over 6 years ago
by
Mikhail Arkhipov
12
Comments
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...
Mikhail Arkhipov (MSFT)'s WebLog
Using Office spell checker in Visual Studio
Posted
over 6 years ago
by
Mikhail Arkhipov
2
Comments
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...
Mikhail Arkhipov (MSFT)'s WebLog
Spell Checker for HTML and ASP.NET pages
Posted
over 6 years ago
by
Mikhail Arkhipov
52
Comments
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...
Mikhail Arkhipov (MSFT)'s WebLog
How to add code behind file to existing page
Posted
over 6 years ago
by
Mikhail Arkhipov
2
Comments
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...
Mikhail Arkhipov (MSFT)'s WebLog
1000 answers in ASP.NET forums
Posted
over 6 years ago
by
Mikhail Arkhipov
0
Comments
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 1 of 1 (8 items)