Dear C# developer.
With the newest version of the .Net Bridge, some big changes happened. We removed Npanday and are using the Nuget instead.
http://nuget.codeplex.com/wikipage?title=Getting%20Started
To include the .Net Bridge just include the following pre-release dll to your project (over Nuget)
Org.Openengsb.Loom.CSharp.Bridge.Implementation
Or included it by typing the following to your nuget shell.
Install-Package Org.Openengsb.Loom.CSharp.Bridge.Implementation –Pre
Best regards
François Thillen