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 - 11044
since 1997
My Links
Photo Album
My Noise
Message Board
Now Reading
Collapse: How Societies Choose to Fail or Succeed
by Jared Diamond
The Trillion Dollar Meltdown: The Great Credit Crash
by Charles R. Morris
Programming WCF Services
by Juval Lowy
Log In
User Name:
Password:
Rembember me
Weblog Posts in July 2006
ATLAS Control ToolKit ReorderList problems
July 30, 2006 @ 1:35 am
I've been mucking around with the ATLAS ReorderList and not having a lot of luck getting it to work without DataSource control updates.
23 comments
Syncing up external WSDL Schemas with a stock .ASMX Web Service?
July 27, 2006 @ 7:45 pm
I'm working on an application that uses Asynchronous Web Services that call back onto our own Web Service and I've run into some SOAP compatibility problems where the host Web Service sends objects formatted somewhat differently than what the .NET ASMX service expects. I've worked around the issue by using a raw HTTP Handler to intercept the message, but I'm looking for some thoughts on how to make a ASMX or WCF service work instead.
5 comments
Passing Arrays between FoxPro and .NET with COM Interop
July 27, 2006 @ 1:14 am
FoxPro doesn't do very well when dealing with arrays that originate in environments other than FoxPro. VFP's COM handling of arrays provides access to arrays, but makes it very difficult to update the array count by adding or removing items. Here's one way to work around this problem with a generic routine that adds and remove items from a .NET array via COM Interop.
4 comments
Handling ASP.NET custom Control PostData in OnInit or IPostBackDataHandler
July 26, 2006 @ 1:23 am
I'm in the middle of building a control that has a very simple POST interface made of a single hidden variable that is set on the client and sent back to the server. Traditionally you're supposed to implement IPostBackDataHandler for this but it seems like this is overkill for a single internal variable...
7 comments
Visual Studio ASP.NET Designer Crashes
July 25, 2006 @ 7:11 pm
I've run into a problem where apparently one of my custom ASP.NET controls is crashing ASP.NET - hard. But I can't figure out what could possibly be doing this and I'm trying to backtrack to find the offending control.
5 comments
Fighting ATLAS UpdatePanels
July 25, 2006 @ 12:41 am
Whilst putting together some demos for CodeCamp last weekend I tried to use a live application to add some ATLAS functionality to a rather complex form. As it turns out there were lots of problems that in the end made this impossible. Here's why...
17 comments
Web Service Proxy Objects and COM Interop Problems
July 24, 2006 @ 12:53 am
I've been struggling with some issues related to pulling data from a Web Service back into a Fox application using a .NET intermediary. As it turns out the .NET end is easy enough, but unfortunately, due to the complex nature of the .NET objects returned COM Interop is falling flat on its face to pass the data back.
1 comment
Portland Code Camp 2.0 Samples and Slides
July 23, 2006 @ 1:20 am
I've posted my samples and slides from Portland Code Camp on the Web site today...
9 comments
Windows Update on my Web Server bonks
July 19, 2006 @ 2:52 am
I ran into some problems with the latest Windows updates on my Web Server. AS it turns out the .NET 2.0 Framework update requires shutting down IIS before running the update or else the update is rolled back.
3 comments
Fix for SnagIt COM object problem under Windows Vista Beta 2
July 18, 2006 @ 4:57 pm
The SnagIt COM object doesn't want to work right under Windows Vista Beta 2 bombing with a CreateObject() failure right on launch. Here's a fix for the problem. This applies if your SnagIt Addins aren't working or if you are automating the SnagIt COM object.
11 comments
NotePad Replacement on Windows Vista?
July 16, 2006 @ 4:38 pm
I'm looking to replace NotePad with NotePad2 on Windows Vista, but can't figure out how to get the EXE swapped as the mechanism used on XP no longer works...
25 comments
Taking an ASP.NET application offline
July 12, 2006 @ 4:31 pm
Sometimes I need to take a live ASP.NET app offline for database maintenance and there are a number of ways to accomplish this task including one application level mechanism that is more dynamic than the stock choices.
3 comments
Dragging and dropping an Image Url from Internet Explorer?
July 12, 2006 @ 3:05 am
3 comments
Bugged by Mod10
July 11, 2006 @ 2:08 pm
Ran into a funky problem in my Web Store today after a Mod10 validation passed through an invalid card. Mod10 doesn't guarantee valid cards of course but it did end up causing a funky code path through my code to cause some problems.
3 comments
Windows Vista and Installing Custom Applications - can you feel the pain?
July 10, 2006 @ 10:40 pm
Oh man, I’m going to REALLY hate Vista from an application installation and configuration perspective for custom applications. To make a long story short, pretty much none of my Windows applications run or in some cases don't install under the default Vista security configuration.
1 comment
External USB -> SATA Interface
July 10, 2006 @ 9:40 pm
With all the drive swapping I've been doing I finally got around to getting an external drive adapter that lets me externally hook up a second drive to my USB port making it much easier to get data from an existing drive instead swapping laptop drives internally.
7 comments
Running ASP.NET in Medium Trust
July 10, 2006 @ 3:20 am
I’ve been spending a bit of time testing my ASP.NET Web Store application in medium trust, and it’s been a hit or miss situation finding little things here and there that don’t work. I’m big on framework code, so I have lots of generic code in my base framework and some of this code has been choking on some of the limited permissions that are available. Fortunately most of these are relatively easy to work. But there are a few that are problematic and not quite so easily worked around. Here's wh
19 comments
CodeRush on Vista
July 10, 2006 @ 1:35 am
CodeRush and Refactor! 2.x seem to have a problem installing properly on Vista Beta 2. Here are steps - courtesy of Matt Peters - to get it going...
7 comments
Mixed up on Internet Explorer
July 05, 2006 @ 8:17 pm
5 comments
Wicked Weather
July 05, 2006 @ 3:47 pm
3 comments
Portland Code Camp is back July 22nd
July 05, 2006 @ 3:21 pm
2 comments
Disabling System Debug Dialog?
July 05, 2006 @ 2:43 pm
I've been having a few problems with my server crashing over the last couple of months and one of the problems I'm running into is that the system pops up Debugger request dialogs that are hanging some automated recovery processes. I can't figure out how to change this behavior to its default...
3 comments
Problems ASPX Page IntelliSense in Visual Studio 2005
July 04, 2006 @ 1:45 am
Visual Studio 2005 seems to have lost its ability to show control definitions in ASPX pages for me since I installed VS on Vista Beta 2. Otherwise this environment seems to work well, but this is quite an annoying kink.
28 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