Click to See Complete Forum and Search --> : [RESOLVED] problem with Workflow samples


Bill Crawley
July 22nd, 2009, 06:51 AM
Hi All,

I have downloaded and installed the Microsoft Workflow samples. I have loaded the workflowmonitor sample into VS2008 and it says there is a missing reference against :

using Microsoft.Samples.Workflow.WorkflowMonitor.Properties;

in the DesignerGlyphProvider.cs class

I cannot see anything obvious in the references section when I try to add a reference. Can anybody help with this problem.

Arjay
July 22nd, 2009, 06:58 PM
Point me to where you downloaded the samples from and I'll take a look.

Bill Crawley
July 28th, 2009, 04:32 AM
http://msdn2.microsoft.com/en-us/library/ms741706.aspx

Thanks. Sorry for the delay, I've been away for a few days.

netech
August 13th, 2009, 04:31 PM
HI CHANGE THE LINE

using Microsoft.Samples.Workflow.WorkflowMonitor.Properties;

TO

using WorkflowMonitor.Properties;

bye.