21. October 2009 01:12
By
rjdudley
In
SSIS | Windows 7 | Windows Forms
To run SQL Server 2008 on Windows 7, you need to update it to SP1. There are "known issues". Also, SQL Server 2008 BIDS will not install on Windows 7 unless you have updated VS 2008 to SP1.
If you're doing a fresh install of VS 2008 and SQL 2008 on Windows 7, install in this order:
-
VS 2008, WITHOUT SQL Server Express
-
VS 2008 SP1
-
MSDN Library for VS 2008 SP1 (if you're so inclined)
-
SQL Server 2008
-
SQL Server 2008 SP1
This will run you a couple hours.
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
19. October 2009 07:48
By
rjdudley
In
Windows Forms
How Sam Moreau and his eclectic team of architects, industrial designers, and writers created the "Wow!" features of Microsoft's new operating system.
Full story at http://www.fastcompany.com/magazine/140/windows-into-the-soul.html?page=0%2C0&partner=homepage_newsletter
(hat tip: Heather Leigh)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
28. July 2005 10:50
By
RJ Dudley
In
Windows Forms
For those of you who don't know, those sweet validators we use in WebForms are not available in Windows Forms.
Greg Duncan has
a post today that shows
how to use an ExtenderProvider to create a RegEx validator in the same vein as the web one.
MVP Billy Hollis had
a similar article in 2003, and shows how to create several validators. For the time-pinched, you can find a current version of the sample at
http://dotnetmasters.com/samples.htm.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: