Answer Questions
KeeperOC Lost collections in Visual Studio 2005[english] after Installation Windows Workflow Foundation[german]
Does anybody know how to get back all "collection mains" i.e. starter kits and so on, after the installation of WWF(WF) A repair of Visual Studio 2005 did no effect. Also try running this from the command line which has fixed a similar problem for others. devenv /installvstemplates Also see this post related to English / German Regards, Paul Hi Luc, Can you be more specific as t ...Show All
dozaone Problem in sending mail through web instead of localhost(Drop)
I have done HOL 02 of wwf successfully. I want to send mail through web instead of sending it to the Drop folder of Inetpub in the local machine. So I have changed Smtpclient from "localhost" to SMTP Server name as shown in the below code. Then I am getting the following error. " An exception of type 'System.Net.Mail.SmtpException' occurred in System.dll but was not handled in user code Additional information: The SMTP ...Show All
David Cottrell Support for Disc-at-once?
Will imapi v2 provide support for Disc-at-once At the moment, when you burn a cd in Windows Media Player you can't choose between burning disc-at-once or track-at-once. You always end up with a cd that has an annoying 2 second pause between songs. Will this be fixed So this update will be available for Windows XP users too Well, I started looking around for the Red Book s ...Show All
aryasheel How can I use WMV Encoder?
Well, I don’t know how to make *.wmv files in the directshow. Could someone help me thanks! A place to start might be http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmform95/htm/directshowandwindowsmedia.asp ...Show All
CDO Which style should I use for such workflow?
I have a workflow working like this: It is basically linear from activity 1 to activity 2, activity 2 to activity 3, ....activity n-1 to activity n . But it is possible from activity n to go back to activity n-1. Is there a simple way to handle this in WWF framework Thanks, Chester I have the same question.Anyone can give a solution Chester, You can either use the State Machine Wor ...Show All
CaKiwi dynamicly use of Invoke Workflow activity
In my Workflow , i want to invoke a number of instances of an other Workflow . The problem is that number is unknown ( it's in a database ) . so i have to invoke the workflow dynamicly. How can i do that should I use the Invoke Workflow activity , or am i obliged to use a code activity in which I embend a foreach statement I thank every helper . The solution above with InvokeWorkflow and Replicator will not work with the out- ...Show All
moriarty DecCTP_5270_32bit_Main_DVD Installation Problem
I install vista build 5270 on my Dell Dimension 5150, but it encount a problem, and the error information is: Problem Signature: Problem Event Name: WinSetupDiag01 Report signature 01:WinMain_idx03 Report signature 02:5270 Report signature 03:0 Report signature 04:1 Report signature 05:4 Report signature 06:0 Report signature 07:Ultmate Report signature 08:2600 Report signature 09:30053 Report signature 10:300 ...Show All
Myles R. Conversion of AAC file format to ASF
Hello All, Is it possible to convert aac file formats to asf using direct show. I was able to use graphedit to connect the pins from a filesourcefilter of aac type to aac parser, continuing to coreaac decoder and finally sink of asf writer. has nyone some view , it will be gr8 Bye anup I'm afraid I'm just not that familiar with AAC. However, it looks like they give you the source to the ...Show All
The MAZZTer Question on SDK/Vista Developer content?
Hi all, We'd like to get your opinion on how we should spend some of our resources on developing content that is targeted at you, the developer. We are feaverishly working away at producing API documentation an other things, but what areas do you feel need more work We have some resource allocations to make and you input would be very valuable here. I am talking about additional conceptual things like application compatibility, migrat ...Show All
Jose Miguel Torres Beta2: String-Properties in Custom Activities; Custom themes
Hi, in Beta 1 it was possible to define 'free text'-input string properties with custom activities which enabled the workflow creator to input any text in the corresponding prop of the activity in the workflow designer. Any DependencyProperty with type(string) enabled this. In Beta2 this definition enforces a total different behaviour in the Workflow Designer - it tries to map it to a Workflow member variable ... How to create props for te ...Show All
dnelson Thanks , That's works.
Problem in WorkflowRuntime.WorkflowCompleted event My situation is : I have a state machine workflow. In the workflow, I need call external method, and the parameter of the external method include the workflow's InstanceID. For example, in local service interface, there is a method like "void methodA(Guid instanceID, int ch)" . In order to trans the workflow instanceID the external method, I declare a property in my state machine ...Show All
wlsteevens Raising Events from the Service in the Workflow Runtime
Hi, I have the following interface in my workflow application. [ExternalDataExchange] public interface ILoginService { event EventHandler<LogInEventArgs> LogInSubmitted; event EventHandler<LoginResultsEventArgs> LoginPerformed; void PerformLogin(object sender, LogInEventArgs loginData); } I have a simple login form (browser application). The user interface adds an handler to the LoginPerformed e ...Show All
Ronim5 windows vista
plz tell me from where i can download windows vista and how according to zdnet the public beta will be out in 2 weeks... Hi, Your best bet for being able to download Vista is to become part of the beta program http://www.microsoft.com/betaexperience/default.aspx . Beta 2 is scheduled to be out soon. Thanks, Chris ...Show All
CKS Visual Test is blocked from clicking UI
In the Vista docs, it mentions UIPI and UAP being off by default in Beta1. Since installing the Dec. CTP, Visual Test gets an error "cannot set playback hook" when attempting to click buttons on other applications. This is essential functionality for UI scripting via MSAA applications like Visual Test and Silk. What's the solution for enabling a VT to click buttons Is this a bug of the Dec. CTP or a feature We can an ...Show All
New Programer TypeConverter not working
Hello, I have a property that is an IPAddress. I set the following dependency property public static DependencyProperty IpAddressProperty = DependencyProperty.Register( "IpAddress", typeof(IPAddress), typeof(PortCheckerActivity), new PropertyMetadata(IPAddress.Parse("127.0.0.1"), new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) })); Then the property declaration is: [Description(&quo ...Show All
