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

Weblog Posts in December 2005
A first look at ASP.NET 2.0 Web Projects
December 28, 2005 @ 12:41 pm

Microsoft has recently put out a new tool that provides VS2003 projects for VS2005 to provide many of the lost features in VS2005, including easy single assembly compilation and easy cross page/control referencing.

kick it on DotNetKicks.com
Still looking for a new Notebook...
December 27, 2005 @ 10:36 pm

Still shopping for a notebook and I ran into a nice ASP.NET crash on the Alienware site the other day.

kick it on DotNetKicks.com
Implementing an ASP.NET PreserveProperty Control
December 26, 2005 @ 12:30 pm

A couple of days ago I posted about having PreserveProperty functionality in ASP.NET. Today I'll look at implementing a custom control that implements this functionality. The control allows saving and restoring of property values automatically and declaratively without ViewState being enabled. This article discusses the control functionality and implementation in some detail. If you're new to Server Control development this article covers a few important topics such as exposing collections as ch

kick it on DotNetKicks.com
Odd Word Problem - Home and Delete keys not working
December 26, 2005 @ 11:59 am

For some reason Microsoft Word is acting up on me with the Home and Del keys not working inside of Word only. The keys work just fine everywhere else, but not in Word.

kick it on DotNetKicks.com
No Compiler Directives in VS.NET 2005 Web Projects
December 25, 2005 @ 11:57 pm

VS.NET 2005's new Web Projects aren't real projects and because of it there are lots of little features that have gone missing. I'm hitting most of these slowly but surely ... this time its compiler directives that can't be set at the project level any more...

kick it on DotNetKicks.com
Advanced FoxPro .NET COM Interop Article Series
December 24, 2005 @ 10:55 am

I've put out a three part article series on FoxPro to .NET COM Interop that addresses several common advanced Interop scenerios. This entry links these articles and provides a feedback link to the articles.

kick it on DotNetKicks.com
An ASP.NET feature I’d like to see: Control.PreserveProperty()
December 22, 2005 @ 1:24 pm

It would be really nice if there was an easier and more deterministic way to persist values in ASP.NET. One way that I think would be nice is to have a PreserveProperty() method on the control class that could automatically store and restore a value on a control which simplify persistence greatly and allow tight control over exactly what gets persisted both on the control as well as the application level.

kick it on DotNetKicks.com
ASP.NET 2.0 ReadOnly behavior change when EnableViewState is false
December 20, 2005 @ 2:27 pm

Behavior of ReadOnly controls has changed in ASP.NET 2.0 causing ReadOnly controls to not properly post back when the form is submitted.

kick it on DotNetKicks.com
Installing Visual Studio ontop of Visual Web Developer? Apparently not...
December 19, 2005 @ 4:57 am

Apparently you can't install Visual Studio directly ontop of Visual Web Developer - you have to first uninstall VWD, the .NET framework and then reinstall. Not a big deal but it seems odd that the MSDN VS.NET Pro CD flags the release VWD version installed on this machine as a beta.

kick it on DotNetKicks.com
Slow VS.NET 2005 Editor is driving me nuts
December 19, 2005 @ 2:59 am

The VS.NET C# editor is killing me - everytime I save a source file or switch to another source file, VS.NET locks up for 5 to 10 seconds while the document - what, reformats? Granted I don't have the fastest machine in the world but I'm starting to suspect something isn't right here - it shouldn't be this slow.

kick it on DotNetKicks.com
Fun with the same assembly - different name in an ASP.NET Bin dir
December 18, 2005 @ 4:30 pm

I ran into an interesting problem while deploying an ASP.NET application and accidentally forgetting that an renamed assembly still existed on the server.

kick it on DotNetKicks.com
Slow Http client calls from ASP.NET 2.0? Make sure you check your Proxy Settings!
December 14, 2005 @ 2:28 pm

If you run into slow connectivity over HTTP from your ASP.NET 2.0 applications, make sure that you check your proxy settings. The default proxy configuration in .NET 2.0 has changed and due to security requirements for retrieving Proxy configuration this may significantly slow HTTP request in a low rights environment.

kick it on DotNetKicks.com
Creating Menu Bitmaps and AboutIcons for Add-ins in Visual Studio .NET 2005
December 13, 2005 @ 5:09 pm

Here's a summary of how to create and use custom bitmaps for your menu options and your About Box icon in Visual Studio .NET 2005 Add-ins.

kick it on DotNetKicks.com
This blog is turning 2 today
December 13, 2005 @ 12:06 pm



kick it on DotNetKicks.com
Taking a look at what's coming in IIS 7.0
December 10, 2005 @ 3:30 am

IIS 7.0 hasn't been getting a lot of attention in the recent round of announcements of new technologies from Microsoft. I've seen quite a bit about IIS 7 at Microsoft recently and here are some of my thoughts on this new Web platform.

kick it on DotNetKicks.com
Generics, Reflection and XML Documentation == Madness
December 08, 2005 @ 3:11 pm

I set out to fix the Generic Type parsing in Help Builder today and it's been a long road to figuring out just how .NET and Reflection deal with Generic types and how these types are mapped into XML Docs.

kick it on DotNetKicks.com
Bye bye, new Dell Laptop
December 07, 2005 @ 6:52 pm

After a lot of back and forth with support I decided to throw in the towel and return my new Dell laptop to Dell today. Customer Service was just so bad and the end result was to wait nearly two weeks to get the thing sent in and returned back. Heck it's quicker to buy a new one in that case. Crap just when I was looking forward to having a faster and allaround more beefy machine...

kick it on DotNetKicks.com
Producing Screen Cam Video - and Media Player 10 troubles
December 07, 2005 @ 1:52 pm

Media Player 10 doesn't like to play screen capture videos properly and blurs the otherwise sharp videos. Media Player 9.0 and other players do just fine.

kick it on DotNetKicks.com
New Laptop is no joy...
December 07, 2005 @ 12:03 am

I got a new machine yesterday and felt like a kid in a candy store getting all my stuff moved over. The joy didn't last long - looks like the machine is having hardware issues right out of the gate...

kick it on DotNetKicks.com
ASP.NET Compiler Utility Updated
December 06, 2005 @ 10:28 am

I've updated my ASP.NET compiler utility to take advantage of the ASPNET_MERGE.EXE utility if it is installed on the machine to allow creating a single merged assembly of your compiled project.

kick it on DotNetKicks.com
Add a Web Server to your .NET 2.0 app with a few lines of code
December 04, 2005 @ 9:23 pm

.NET 2.0 includes a very useful and more importantly easily integrated HttpListener class that makes it very easy to add a Web Server to your own applications. Can you say quick communication between two apps?

kick it on DotNetKicks.com
Watch out for class name conflicts with the ASP.NET Web Deployment Merge Tool
December 04, 2005 @ 3:07 am

VS.NET 2005 plays fast and loose with classnames when you create new ASPX pages which can easily result in duplicate type signatures for pages in your project. This is usually not a problem until you try to merge your project with the new Web Deployment Projects tool.

kick it on DotNetKicks.com
A few thoughts about Forms Authentication in ASP.NET
December 03, 2005 @ 3:23 pm

Forms Auth is often touted as the most appropriate way to do Authentication with ASP.NET. I don't agree for a number of reasons.

kick it on DotNetKicks.com
Web Connection 5.0 Beta 1 and a few videos released
December 02, 2005 @ 4:48 pm

I've release beta 1 for Web Connection for Visual FoxPro today. In this post there's a little reflection on some of the issues of the day surrounding Web Connection 5.0.

kick it on DotNetKicks.com
How can I capture all HTTP traffic on a specific port using code?
December 02, 2005 @ 12:57 am

I'm trying to figure out how to capture all HTTP traffic on a specific port, so it can be played back at some later point. So today I'm picking your brain... maybe.

kick it on DotNetKicks.com
Archives
Categories
ASP.NET (148) Personal (58) .NET (52) Visual Studio (41) AJAX (36) JavaScript (29) Vista (27) IIS (25) LINQ (25) HTML (21) WCF (19) CSharp (18) jQuery (17) Localization (16) Microsoft AJAX (13) FoxPro (13) ASP.NET (11) Web Services (11) Windows (9) WPF (8) XML (8) ADO.NET (8) COM (7) Web Connection (7) Sql Server (6) West Wind Ajax Toolkit (6) CSS (6) Silverlight (5) Security (4) Hardware (4) Bugs (4) C++ (4) ISV (4) Office (4) Html Help Builder (4) HTTP (3) Help Builder (3) Live Writer (3) DataBinding (3) Software Development (3) Source Control (3) WebLog (3) Windsurfing (2) Speaking (2) RSS (2) Tools (2) Conferences (2) Help (2) Maui (2) Installation (2) iPhone (1) Networking (1) Graphics (1) Control Development (1) ADO.NET (1) IIS7 (1) Visual Studio (1) Addins (1) Travel (1) Utilities (1) Threading (1) Web Deployment Projects (1) Web Design (1) RegEx (1) SmartPhone (1) WinForms (1) wwHoverPanel (1)


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