Answer Questions
Flame Thrower Does will work the WorkFlow Designer on VSTA IDE?
Hi, Does will work the WorkFlow Designer on VSTA IDE Hi, The workflow designer is not part of the VSTA IDE, but if you have a host application that has implemented VSTA you may be able to use VSTS to create VSTA add-ins. Paul Stubbs Program Manager The WF extensions only work for non 'Express' based SKUs of Visual Studio 2005. I believe VSTA is based on an Express version of VS and thus WF won' ...Show All
Arun_Adonis query regarding displaying errors
hai i was going through the sample posted in the following address http://www.windowsworkflow.net/default.aspx tabindex=4&tabid=41 and the sample name is Workflow Designer Control Example posted by Aditya Bhandarkar in this i was able to show the ellipse which indicates the errors in the activity, but i am unable to show the actual errors. could some one help me out...... thanks regards AshokKuma ...Show All
TotalNovice Bug: Missing permission on stored procedure
SqlPersistence creation script is missing an execute grant on RetrieveExpiredTimerIds: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, S ...Show All
remster Problem with MSVidCtl?
I have some code that uses MSVidCtl to build a DShow graph for the purposes of tuning TVTuner type cards. For the most part it works great, but some devices NVTV for instance ( and some Avermedia, but not all) I recieve the following error 0xC0040596 - A filter or Pin implementing IAMAnalogVideoDecoder could not be found in the current Tuner Segment. I have definately selected the correct input device (there is only one, named "NVTV T ...Show All
MFred WWF Beta 2 and RTM Schedule / Availability
This thread is for updates on the Beta 2 (and RTM) schedules ...so that this informaiton is easier to find. Michael Herman Parallelspace Corporation This info is now a month and a half old and we're now in December. Is there any news about the release of Beta 2 Thanks, Bogdan [update] I found the answer: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=161756&SiteID=1 Dec. 8, 2005 Update ( ...Show All
Bramin Were do I ask wba questions?
I have a question about wba (mabey a sugestion) were do I aks it ...Show All
Chelten WWF and MS CRM
Any plans or guidance regarding WWF and MS CRM 3.0 Yes, this is planned and we called it out in the press release announcing Windows Workflow Foundation . MS CRM and the other Microsoft Dynamics products consider workflow very important to help customers implement business process. Watch for announcements from the individual Microsoft Dynamics products about their future releases. Regards, Paul I think e ...Show All
jstookey Start Workflow for the first time ....
Hello .. I'm trying to start a workflow example for the first time, but I don't know how to invoke him. In my aspx page I have this code using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Generic; using System.Workflow.Runtime; using Syste ...Show All
Mircea Cimpoi Where's the beef? (actually, the runtime :)
Hi, Spent the morning doing some exciting webcasts and went to get the bits and although the download is there for VS2005 RTM, the runtime seems to be MIA. Any ideas when we will be able to get it again thanks in advance!! Bill Bill, You should be able to get it from: http://www.microsoft.com/downloads/details.aspx FamilyId=E27AA8DC-A029-4836-AC59-6B4805DF42FA&displaylang=en as linked fro ...Show All
大頭仔 .Net 2005 : You need a Windows 2000 or later error..
Hi I get the following error when the proxy xxx_p.c is compiled. I have been able to successfully compile it in .Net 2002. But now we are porting to .Net 2005 and I get the following error. My development environment is Windows XP Professional. Even though my operating system is XP which is 2000 or later, why do I get this error. #if !(TARGET_IS_NT50_OR_LATER) #error You need a Windows 2000 or later to run this stub because it uses these f ...Show All
Fazeel Shaikh Persisting layout for State workflow in designer control
Hello, is there a way to persist the layout of a state workflow in the workflow designer control sample I can persist the Xoml to file and re-load it, but when I do all the states are drawn on top of one another in the top left corner of the view. This is a huge issue (that I personally don't expect MS will fix by RTM). Checkout http://pluralsight.com/blogs/dbox/archive/2005/10/22/15806.aspx for a link to ...Show All
Zoe Cheng Dynamic modification and Custom activities
I am planning to define some fairly complex sub-processes as custom activities, and would like to use the dynamic self-modification features within those. The problem I am having is that in a custom activty, you do not have access to the IRootActivity required by the constructor of the WorkflowChanges object. I tried implementing that interface in my custom activity, but the resulting activity cannot be added into a workflow. The nex ...Show All
mike bel OTP: Problem with Logitech MX 510
I have a problem whit my mouse - Logitech MX 510. I canot instaled latest driver from original logitech.com on Vista Build 5381. Why On old builds i havent any problem wiht instaling drivers to my hardware configuration... My mouse stop working just theme is a CPU to 100% use... Why I'm sorry, these forums are for questions related to Vista development. If you're part of the beta pro ...Show All
Daftdog Trouble with InvokeWorkflowActivity
I'm having some trouble using the InvokeWorkflowActivity in a project of mine. I got the workflow created, and the workflow that I am intending to call. If I don't have the InvokeWorkflowActivity at all, everything compiles just fine. I add the InvokeWorkflowActivity, I set the TargetWorkflow, and bind the one parameter. Then, when I got to compile, I get this error message: Activity 'invokeWorkflowActivity1' validation failed: Workflow definiti ...Show All
llocklee Saving data with SqlPersistance
Is there a way to store extra data when doing SqlPersistance For example, I would like to store a cleaner name than the GUID and I would like to store who created the workflow or who has worked on the workflow. Are there any examples of this Thanks, Nichole You can download samples from WF help, if you have installed "Visual StudioR 2005 Extensions for Windows Workflow Foundation" There are a bu ...Show All
