Answer Questions
Ti133700N Problem with TransactionScope when running Unit Tests
Hello, we are having a bit of a problem here. Three of us are running Unit tests daily. One of us have installed an English OS and the tests are running excellent. Two of us have Swedish OS and frequently run into this exception: Failed Test method UnitTest.CompanyTest.UpdateCompanyTest threw exception: System.Transactions.TransactionManagerCommunicationException: Communication with the underlying transaction manager has failed. ---> Syste ...Show All
kalpna problems to un(re-)install WWF, WinFX
I tried to install WinFX Development Tools (Orcas) http://www.microsoft.com/downloads/details.aspx familyid=D1336F3E-E677-426B-925C-C84A54654414&displaylang=en but it failed telling that they cannot be installed without installing first "WinFX runtime". When I try to install WinFX, the installation fails telling that an instance of WinFX is already running. After deleting/cancelling processes msi.exe, and setup.exe ...Show All
Alex Bocharov Accessing properties of the Host from within an Activity running in a Workflow
I want to be able to access a public instance property of the object that's hosting the Windows Workflow Runtime, from within a custom activity. I want to be able to, via the Designer, set the name of the property I'm retrieving from the Host (I don't need design-time support really - just a normal string identifying the property name will do). To do this, I know I'll need an instance of the Host. Is this possible If not, is there some oth ...Show All
Rocinante8 WWF and ASP.Net
Any news on how WWF will integrate with ASP.Net I am hoping that it will provide a way to graphically manage the workflow of an ASP.Net application. It always bothers me having to bury navigation instructions in your code - if WWF can improve on that then please let me know!! Sorry for misleading you. That area of the docs is owned by someone else so I guess I should have took a look before saying to look there ...Show All
yatingg Workflows and Web Services Question
I have got a test State Machine workflow that has 4 states and simple transitions from one to the other. In the event driven activities I added the Web Service Request / Response stuff and Set State activities. Then clicked Publish as Webservice. Can see the service and it appears to work. Is there are way to control the WebMethod attributes and the namespace uri of the automatically generated code If not is this by design According to the Pre ...Show All
Huy Nguyen WWF Performance
I created a simple console app to host the workflow engine and run a simple sequential workflow consisting of a while condition, a sequence, a couple of trivial custom activities, and an incrementor to kill the while loop after 10 iterations. On a fairly powerful developer machine, running a release build, running outside the debugger, performance measurements showed that it took about 1.0 second to load and unload the workfl ...Show All
31415 Is there any Comprehensive guide for Windows Workflow Foundation?
Hi All, I've just started working on Windows Workflow Foundation. I need a detail guide of How to on the subject. May be something like chm files. msdn does'nt help me in the cause. If anyone has a resource as such please let me know. I agree with you that the help is not very good. I have readen a book that it is quite good to start: Presenting Windows Workflow Foundation, that you can find at: http://msdn.microsoft.com/w ...Show All
Marty_M TransactionScope FaultHandler problem
I have a sequential workflow with a TransactionScopeActivity within which I throw a System.Exception under certain circumstances. I also have a corresponding FaultHandlerActivity to handle the System.Exception. This works fine when I host the WorkflowRuntime in a Windows EXE. However when I host the WorkflowRuntime in a WindowsService the FaultHandler does not get activated, instead the trace just shows that an exception has been thrown and ...Show All
Udo Eberhardt ASP.NET hosting (WebService) of Windows Workflow Foundation
Hi all, I've decided to go about hosting the runtime in an ASP.NET environment, specifically a webservice. All is looking good on the 'design table' except for ONE thing...... Upon hosting the WorkflowRuntime, and I fire up a sequential workflow, how do I know when it's finished (I'd like to be able to use the Async features in ASP.NET 2.0) The reason why I ask is most of the examples either wait on the current thread - waitHandle.j ...Show All
thecker anyone succed in excuting James Conard's Expense Reporting Example Application ?
i follow the instruction in the Readme.mht,first i start the ExpenseHost.exe , then i excute ExpenseApplication.exe,there is a failure on the line, // Submit the Expense Report for approval Guid expenseReportId = expenseService.SubmitExpenseReport(report); ChanelIOException was unhandled The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal ...Show All
yashpal singh Designers built to access fields only?
Designers for activities like InvokeMemberActivity and EventSinkActivity show only fields (member variables) in the drop-down list of available choices for parameters. These lists do not include public properties. Why It's always been our practice to make member variables private and control access to them through public properties. I can manually type in the property name, but the designer tries to add a field to the XOML file (which clashes w ...Show All
Aaron McKee Package Load Failure
Hi, I have the VS.Net 2005 Beta 2 August 2005 CTP installed. I then downloaded and installed the WWF Beta 1. Now whenever I open the VS IDE, I get the following msgbox: Package Load Failure Package 'Microsoft.Workflow.VSDesigner.DesignerPackage, Microsoft.Workflow.VSDesigner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has failed to load properly (GUID = {FD526733-BD72-4F81-BEEC-BEB06E2AF59F}). Please contact ...Show All
Jojy Read BIOS settings
Hi, Is there a way to read BIOS settings using C++ from windows Thanks alot, Hisham Probably the best way in Windows to get any kind of system/bios information is thru the WMI interfaces. Here is a starting point... http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmisdk/wmi/win32_bios.asp Let me know if this helps. Steve Thanks alot Steve for your response. I looked at Win32_BIOS and i ...Show All
klusner taskbar tooltips - please fix!
In Windows XP, if you put the taskbar at the top of your screen, as I do, the taskbar button tooltips appear on the taskbar and obscure the buttons - very annoying! Of course, if the taskbar is at the bottom of the screen you don't have this problem, the tooltips appear above the bar, no matter where the exact position of the pointer is. The fix is to always display the tooltip below the taskbar if the bar is at the top of the screen. I like ...Show All
acelik WWF - Sequential workflow
Hello, I have an sequential workflow. Within this I use the while activity.Inside this I have an sequence activity which host 3 own developed activities. The own developed activity has a member that is not serializable and is declared on activity instance level. When the workflow gets initialized each of the activities Initialize method gets called. I detected that when running within the while loop of my while activity and one of my own activit ...Show All
