Life, Surf, Code and everything in between
White Papers | Free Tools | Products | Message Board | News |

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...

kick it on DotNetKicks.com
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.

kick it on DotNetKicks.com
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.

kick it on DotNetKicks.com
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.

kick it on DotNetKicks.com
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.

kick it on DotNetKicks.com
Archives
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)


West Wind  © Rick Strahl, West Wind Technologies, 2005 - 2008