Sign In
Random ramblings about Technology
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
.NET Compact Framework 3.5
3.5
Active Directory
Application Block
Application Pool
BizTalk Server
CAB
Compact
CompositeUI
Exceptions
Framework
Integration
Isolated Hosts
Logging
MCS
MSMQ
NET
Outlook 2007
Security
SSIS
Team Foundation Server
WCF
WPF
XBAP
Archive
Archives
July 2010
(1)
June 2010
(2)
January 2010
(4)
December 2009
(1)
September 2009
(1)
August 2009
(2)
January 2009
(2)
August 2008
(1)
July 2008
(1)
May 2008
(1)
January 2008
(1)
May 2007
(3)
April 2007
(1)
March 2007
(2)
February 2007
(1)
January 2007
(1)
January, 2010
MSDN Blogs
>
Random ramblings about Technology
>
January, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Random ramblings about Technology
TFS 2010 beta 2: connecting from Visual Studio 2008
Posted
over 2 years ago
by
martijnh1
0
Comments
Connecting to Team Foundation Server 2010 beta 2 from Visual Studio 2008 is easy: from Team Explorer, type the full URL in the "add server" dialog, e.g.: http://mytfsserver:8080/tfs/defaultcollection Please ensure you've (re-)installed Visual Studio 2008...
Random ramblings about Technology
Active Directory - Adding a user to a group from a non domain-joined computer throws PrincipalException
Posted
over 2 years ago
by
martijnh1
2
Comments
When using the new System.DirectoryServices.AccountManagement namespace, one might be inclined (as was I) to use the following code to add a user to a group (exception and comments handling removed): using ( GroupPrincipal groupPrincipal = GroupPrincipal...
Random ramblings about Technology
Unity v1.2 - using enum values from configuration; writing and configuring a custom type converter
Posted
over 2 years ago
by
martijnh1
1
Comments
Recently, I used Unity v1.2, which in my opinion is a great product. I had difficulty, however, with the configuration for a scenario I encountered. I needed an enum value to be passed to a constructor. Trying as I might, there was no way Unity was accepting...
Random ramblings about Technology
WCF extensions: The type 'x' registered for extension 'y' could not be loaded.
Posted
over 2 years ago
by
martijnh1
0
Comments
Quick note: if you configure a custom extension in WCF, don't forget to add it as a reference to your project. If you don't configuration will run just fine, but at runtime, the following exception occurs: System.Configuration.ConfigurationErrorsException...
Page 1 of 1 (4 items)