Life, Surf, Code and everything in between
White Papers
|
Free Tools
|
Products
|
Message Board
|
News
|
Navigate
Web Log Home
Site Home
Subscribe to Feed
Contact
Search
Posts - 1015
Comments - 11038
since 1997
My Links
Photo Album
My Noise
Message Board
Now Reading
Collapse: How Societies Choose to Fail or Succeed
by Jared Diamond
Windows Presentation Foundation Unleashed
by Adam Nathan
The Trillion Dollar Meltdown: The Great Credit Crash
by Charles R. Morris
Log In
User Name:
Password:
Rembember me
Weblog Posts in July 2004
Registering a Visual Studio .Net Add-In without an Installer
July 21, 2004 @ 11:34 am
Recently I needed to hook up a VS.Net Add-In from a non-managed application without using an installer to provide on the fly plug in/out functionality through a simple configuration option. In this entry I describe the various steps required to make this work...
2 comments
System.ExecutionEngineException failure with the ASP.Net Runtime - Solved
July 16, 2004 @ 8:22 pm
I finally managed to figure out the problem with my ASP.Net hosting application failing with System.ExecutionEngineException failures. Turns out multiple versions of the ASP.Net ISAPI dlls were getting loaded into the same process and the app was picking the wrong one to run. The culprit turns out to be some code in System.Diagnostics that causes PerfCounters to get loaded which in turn load up the ASPNET_ISAPI.DLL of the various versions installed.
3 comments
Debugging a Visual FoxPro COM object in place
July 11, 2004 @ 12:21 pm
A little trick on how you can debug VFP COM objects in a real application scenario by using the Visual FoxPro IDE Automation model to drive your code for debugging.
3 comments
VS.Net Beta Installation good - MSDN no luck
July 10, 2004 @ 4:53 pm
4 comments
Reliably retrieving a CodeModel Element in an Add-In
July 10, 2004 @ 4:38 pm
The FileCodeModel.CodeElementFromPoint() method can seem a little inconsistent when you're navigating the document and trying to figure out what sort of object your cursor is pointing to in a source file. Here's a routine that tries to make this process a little more robust along with the ability to skip over comments.
2 comments
Reflection and COM object access
July 05, 2004 @ 12:40 pm
I ran into a weird issue with accessing a COM EXE server using my Reflection helpers I posted about a while back. Looks like using InvokeMember fixes this issue although I'm struggling to see what it's doing differently than the relative MemberInfo methods.
2 comments
Archives
August, 2008 (17)
July, 2008 (8)
June, 2008 (8)
May, 2008 (11)
April, 2008 (16)
March, 2008 (21)
February, 2008 (13)
January, 2008 (15)
December, 2007 (24)
November, 2007 (13)
October, 2007 (17)
September, 2007 (21)
August, 2007 (27)
July, 2007 (26)
June, 2007 (20)
May, 2007 (17)
April, 2007 (17)
March, 2007 (20)
February, 2007 (14)
January, 2007 (26)
December, 2006 (21)
November, 2006 (22)
October, 2006 (28)
September, 2006 (26)
August, 2006 (23)
July, 2006 (23)
June, 2006 (21)
May, 2006 (24)
April, 2006 (20)
March, 2006 (27)
February, 2006 (22)
January, 2006 (19)
December, 2005 (25)
November, 2005 (22)
October, 2005 (14)
September, 2005 (14)
August, 2005 (21)
July, 2005 (20)
June, 2005 (9)
May, 2005 (18)
April, 2005 (19)
March, 2005 (26)
February, 2005 (21)
January, 2005 (20)
December, 2004 (15)
November, 2004 (11)
October, 2004 (14)
September, 2004 (15)
August, 2004 (16)
July, 2004 (6)
June, 2004 (10)
May, 2004 (9)
April, 2004 (11)
March, 2004 (11)
February, 2004 (12)
January, 2004 (14)
December, 2003 (15)
Categories
ASP.NET (153)
Personal (61)
.NET (52)
Visual Studio (42)
AJAX (37)
JavaScript (33)
IIS (27)
Vista (27)
LINQ (25)
HTML (21)
jQuery (20)
CSharp (19)
WCF (19)
Localization (16)
Microsoft AJAX (13)
FoxPro (13)
ASP.NET (13)
Windows (12)
Web Services (11)
WPF (8)
XML (8)
ADO.NET (8)
COM (8)
Web Connection (7)
Sql Server (7)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Silverlight (5)
Office (4)
Security (4)
Bugs (4)
Html Help Builder (4)
Hardware (4)
ISV (4)
Help Builder (3)
HTTP (3)
Live Writer (3)
DataBinding (3)
WebLog (3)
Software Development (3)
Source Control (3)
Speaking (2)
RSS (2)
Tools (2)
Windsurfing (2)
Conferences (2)
Maui (2)
Help (2)
Installation (2)
iPhone (1)
Networking (1)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
WinForms (1)
wwHoverPanel (1)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
Web Design (1)
RegEx (1)
SmartPhone (1)
© Rick Strahl, West Wind Technologies, 2005 - 2008