Sign in
|
Help
in
Current Tags
Matt Williamson's Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Consulting
Contact Me
Sponsored Link
Contact & Subscribe
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
Ubuntu SSH Proxy Configuration & Access
Ubuntu SCP (Secure Copy) Configuration & Access
Ubuntu 10.04 SSH (Secure SHell) Configuration with OpenSSH
Ubuntu 10.04 FTP Server Configuration with PROFTPD
Ubuntu 10.04 Samba File Share Configuration
Tags
.NET
10.04
2007
2008
2010
3.0
360
7
ASP.NET
Asterisk
Backup
Batch
BIS
BlackBerry
Boot
Bunker Hollow
C#
Center
Certificate
Code
Comcast
Command
Community Server
CS
CSS
Desktop
DNS
Domain
Edge
Email
Error
Exchange
FireFox
Firewall
Forum
FTP
GoDaddy
Hardware
Home
Hosting
IE
IIS
Installation
Internet
iPhone
Lenovo
Linksys
Linux
Lucid
Lynx
Machine
Media
Media Center
Microsoft
Network
Networking
Outlook
pfSense
Phone
PowerShell
Problems
R2
RDP
Remote
Robocopy
Sale
Script
Security
Server
Settings
Share
Sharp
SMTP
Software
Spam
SQL
SSL
T61p
Terminal Services
TFS
Thinkpad
TrixBox
TS
Tutorial
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
Windows
Xbox
XML
XP
Archives
August 2010
(3)
July 2010
(3)
June 2010
(5)
May 2010
(4)
April 2010
(4)
March 2010
(8)
February 2010
(14)
January 2010
(1)
November 2009
(4)
October 2009
(7)
September 2009
(2)
August 2009
(5)
July 2009
(6)
June 2009
(14)
May 2009
(4)
April 2009
(5)
March 2009
(8)
February 2009
(9)
January 2009
(9)
December 2008
(6)
November 2008
(6)
October 2008
(16)
September 2008
(14)
August 2008
(11)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(10)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson's Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
.NET
(
RSS
)
2.0
3.0
3.5
3.5.1
7
ASP.NET
C#
Class
Code
Debug
Error
Forum
IIS
Microsoft
Server
Software
SQL
VB
Visual Studio
Windows
WPF
YAF
YetAnotherForum
VB.NET ‘Application’ is not a member of ‘My’ Error
I’m re-organizing projects within a solution and I’m just cutting and pasting code files all over the place like some sort of mad man. Not surprisingly, I had to change the Inherits attribute of any markup I had cut/copied from another project to...
Posted
May 18 2010, 12:14 PM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Error
,
Software
,
Code
,
.NET
,
VB
Is IIS 7 Missing the .NET 3.0 and 3.5 Frameworks?
I downloaded the .NET 3 and 3.5 Frameworks and then attempted to install them on my Windows Server 2008 R2 web server, but I was told I must install them through the Server Manager –> Features menu. So I did: After rebooting, I launched Internet...
Posted
Apr 26 2010, 09:38 AM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
3.0
,
7
,
Server
,
Windows
,
IIS
,
Software
,
2.0
,
3.5
,
.NET
,
3.5.1
The CheckedListBox Control: A Microsoft Blunder
I'm developing a new .NET 3.5 winform application and in a preferences dialog there is a group of options that will be selected with checkboxes. I opened up the toolbox and started the cursor towards a GroupBox control when I noticed the newer CheckedListBox...
Posted
Oct 21 2009, 08:27 AM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Software
,
Code
,
.NET
,
Microsoft
WPF Application Hyperlink Examples
WPF Browser Application Hyperlink <TextBlock> <Hyperlink NavigateUri="http://www.google.com">Click here!</Hyperlink> </TextBlock> WPF Application Hyperlink (must handle RequestNavigate if hyperlink is not in a page control...
Posted
May 10 2009, 08:41 AM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Software
,
Code
,
.NET
,
C#
,
WPF
.NET Get Assembly Information (Title, Version, etc)
I'm working on a new WPF application and I've started with the basics as usual; a menu bar, file, exit, help, and an about dialog box. But it's not going quick and easy, I'm surprised at how difficult it is to access the assembly information...
Posted
Apr 29 2009, 04:35 PM
by
Matt Williamson
with | with
6 comment(s)
Filed under:
Code
,
.NET
,
C#
,
Class
,
WPF
.NET Line Numbers Missing from Debug Stack Trace
I thought I had done a thorough enough job of using Try Catch blocks and descriptive custom exceptions so that I'd know exactly where any error occurred in my application. Alas, I did not. Debug information with line numbers is the single most valuable...
Posted
Dec 08 2008, 09:46 PM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
Software
,
Visual Studio
,
.NET
,
Debug
Integrate YetAnotherForum With Your .NET Site From Source
For those who haven't heard of YetAnotherForum , it's an open-source webcontrol that gives you all of the functionality you would expect in a modern forum. Since it's a webcontrol, you can use it as a stand-alone site or you can incorporate...
Posted
Oct 27 2008, 08:20 AM
by
Matt Williamson
with | with
16 comment(s)
Filed under:
Software
,
ASP.NET
,
3.5
,
.NET
,
Forum
,
YetAnotherForum
,
YAF
Publish a .NET 3.5 Website to Windows Server 2008 IIS 7
Install the Web Server Role In Role Services, select ASP.NET and continue. Install the .NET 3.5 Framework On your webserver, install the .NET 3.5 framework . Publish Your Application In Visual Studio, publish your web project to a local folder, like on...
Posted
Jun 18 2008, 07:42 PM
by
Matt Williamson
with | with
no comments
Filed under:
7
,
Server
,
Windows
,
IIS
,
Software
,
SQL
,
ASP.NET
,
3.5
,
.NET