Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

Office 2010 Development – Outlook main window ribbon ID

I’m currently writing an Outlook add-in and I’m looking into getting this compatible with both Office 2007 and Office 2010. One of the new features in Outlook 2010 is the main window Ribbon. Using VSTO, you can create your own Ribbon, which can be automatically

PrintMonitor – A C# print spooler monitor

Recently, a colleague of mine had a requirement of getting information on the number of pages being printed by users. Monitoring a printer is done by calling FindFirstPrinterChangeNotification, waiting for the returned WaitHandle to be signaled and then
Posted by martijnh | 0 Comments

Outlook Add-in: Replying to people who voted

Recently, I asked my colleagues if they were interested in beta testing some software I’m building for internal use. I used voting buttons to enable easy tracking of replies. When I wanted to reply to all people who voted “Yes” on my request, I discovered
Posted by martijnh | 0 Comments

Feedback requested: Planning on Enterprise Library 5 has started!

Planning on Enterprise Library 5 has started! See Gregori's blog for more information if you want your EntLib needs to be in the next release: http://blogs.msdn.com/agile/archive/2009/01/26/enterprise-library-5-what-s-on-your-wish-list.aspx !
Posted by martijnh | 1 Comments

Reflector add-in: Favorites

Every developer knows about and uses Reflector ;-) I use it a lot to learn about the inner workings of products. When analyzing what goes where and why, it's easy to lose track (jumping from method to method to base class, etc.). Bookmarks are quick and
Posted by martijnh | 1 Comments

Attachment(s): ReflectorFavorites.zip

Suppressing Personal Identifiable Information (PII) in WCF log files

Given the vast amount of information transported between systems in today's enterprise environments, a lot of which is considered either private (addresses, social security numbers, credit card information, mortgage and pension plans, etc) or of high
Posted by martijnh | 1 Comments
Filed under: , , ,

Attachment(s): PurchaseManagement.zip

Adding a new BizTalk Server Isolated Host needs a new Application Pool

Recently, we tried creating a secondary Isolated Host to separate receive and send processing for WCF. After reconfiguring the servers, we were faced with the "Receive location for address ' ' not found. (The BizTalk receive location may be disabled)".

Running Virtual Machines under alternate user credentials on a Domain Controller

Introduction Recently, I was experimenting with Team Foundation Server 2008, setting it up with SSL and running it within a test domain. For the Team Foundation Server, I couldn't use the host installation as it runs Windows Server 2003 R2 x64 edition

Fixing exception messages on the .NET Compact Framework 3.5

FWIW: I recently ran into trouble while developing for the .NET Compact Framework, v3.5. Upon all exceptions, the framework would tell me: " An error message is available for this exception but cannot be displayed because these messages are optional and

Testing WCF service implementations

When writing WCF implementations, or any code for that matter, testing is an important part of the process. This week, I was building tests for implemented WCF services and had difficulty aligning all the external dependencies of the tests (running hosts,
Posted by martijnh | 3 Comments
Filed under: ,

WCF Message validation (1) – WCF samples to the rescue

Recently, I needed to validatie messages going into a WCF service. It turned out the WCF samples are a rich source of knowledge and I found a sample which performs XMLSchema-based validation in \TechnologySamples\Extensibility\MessageInspectors. The sample
Posted by martijnh | 7 Comments
Filed under:

Attachment(s): messageinspectors.zip

Shockwave Flash preview handler for Windows Vista and Outlook 2007.

Based on the excellent article from Stephen Toub , I was inspired to write a Shockwave Flash preview handler. Basically, it's just a plain UserControl which hosts the ActiveX wrapper for the player. It works from both Outlook 2007 and Windows Vista. The
Posted by martijnh | 2 Comments
Attachment(s): SwfPreviewHandlers.msi

Programmatic BizTalk Server Orchestrations - code repost

A previous post of mine had some sample code on creating BizTalk Server Orchestrations programmatically, opening up template based guidance packages. The sourcecode for the sample can now be found here .
Posted by martijnh | 1 Comments

BizTalk Server Pipeline Component Wizard moved

As we are phasing out GotDotNet, projects need a new location to be hosted. I've moved the BizTalk Server Pipeline Component Wizard to it's new location. Please find it here .

CAB WPF XBAP implementation available (again)

In the time to come, I'll be uploading packages available from my previous blog in the past because they got lost during my ISP transfer. First off, here 's the CompositeUI Application Block XBAP WPF implementation, as I blogged about here . Please note
More Posts Next page »
 
Page view tracker