Manuel Meyer – 12qw.ch

.NET development and other fun stuff

Archive for the 'Business' Category

Today we tried to deploy from Visual Studio to our local BizTalk Server Instance using the Deployment Framework for BizTalk. At the binding import stage the process failed and reported the following error message:
**********************************************************************
Information: Importing bindings “D:\Projects\MyProject\MyProject\MySolution.MyFolder.MyProject\PortBindings.xml” into application “MyApplication.App1″ in BizTalk configuration database (server=”hostname”, database=”BizTalkMgmtDb”)…
Error: Failed to update binding information.
Cannot update send port “SqlSendPort_DataBase1″.
Cannot [...]

Read the rest of this entry »

BizTalk Tricks: The Tools You Need

Sunday, June 13th, 2010

Open source Tools will help you boost your development productivity in a BizTalk Project. These are the tools you need!
All of the Tools except for DebugView can be downloaded from CodePlex (http://www.codeplex.com).
 
Deployment Framework for BizTalk
The Deployment Framework for BizTalk provides you with a best practice approach on how to structure your BizTalk Visual [...]

Read the rest of this entry »

Windows 7 Tricks: Keyboard Shortcuts

Monday, June 7th, 2010

Windows 7 comes with lots and lots of keyboard shortcuts. Some of them being extraordinarily handy. Here are my favorites:
Open Command Window from Windows Explorer
In Windows Explorer, right click a file or folder while holding down the shift key. This will give you the “Open Command Window Here” command to open a Windows Command Window [...]

Read the rest of this entry »

Creating BizTalk message schemas manually is usually a rather tiring task. A lot of typing and mouse-action is required. I really did not like to create BizTalk schemas until, one day, i found out that BizTalk offers very good support in the form of keyboard shortcuts. The problem is that if you are working with [...]

Read the rest of this entry »

Visual Studio Tricks: Mini Command Window

Tuesday, September 15th, 2009

Visual Studio has another well hidden feature, the Mini Command Window. You can use the “Find” TextBox on the toolbar to start commands.
 
Just set the cursor to the “Find” TextBox and enter a command. All the commands start with ‘>’. Here is a list of available commands:

>alias (show commands)
>g (start debug)
>q (stop debug)
>r [...]

Read the rest of this entry »

Visual Studio Tricks: Keyboard Shortcuts

Thursday, September 3rd, 2009

Visual Studio is shipped with hundreds of keyboard shortcuts. Here are my favorites:
General:

Go to Definition: F12
Find all References: Shift + F12
Go to last edited position in code: Ctrl – -  (Ctrl – Dash)
Delete Line: Ctrl – L
Cut Line: Shift – Del
Copy Line: Ctrl – C (no need to select the text before)
Comment/Uncomment: Ctrl – K [...]

Read the rest of this entry »

Working with Visual Studio 2008, I always end up with a total mess of code editor windows (tabs). These two tricks helped me a lot to keep things under control:
 
1. Track Active Item in Solution Explorer
By enabling this setting, once you open the solution explorer, it will always be scrolled to a position where it [...]

Read the rest of this entry »

Introduction to Microsoft Codename Dublin

Saturday, July 25th, 2009

I’m am currently working on a project to evaluate the new Microsoft server product Dublin, often referred to as the new “Microsoft Application Server”. Here is a little introduction and a handful of useful resources.
1. What is Dublin?
Dublin is a piece of Software which will be integrated into Microsoft Internet Information Services (IIS). Dublin supports [...]

Read the rest of this entry »

Websites that changed my life: Sad Trombone

Wednesday, July 15th, 2009

Did you ever sit in the office and feel sorry for your buddies?
Let them hear your feelings with http://www.sadtrombone.com/
Another website the world was waiting for!!! 
Technorati-Tags: Fun

Read the rest of this entry »

Programming Windows Live Framework

Monday, June 22nd, 2009

This post continues my overview post about LiveMesh and the Windows Live Framework (http://www.12qw.ch/?p=13).
It explains how and why the Live Framework is interesting for software developers and what you need if you want to start programming Live Services.
Requirements
1. Get a Windows LiveID (If you do not have one already)
2. Visit http://dev.live.com/liveframework/
3. Download and install the [...]

Read the rest of this entry »

This post gives an overview about Live Mesh, Live Services and the Live Framework.
Cloud computing is on the rise. The benefits of cloud computing programming paradigms are becoming clearer every day. But, as many problems are solved, new problems arrive.
The biggest issue in regard to cloud computing is connectivity. What can you do if you [...]

Read the rest of this entry »