-
- Handling EventDeliveryFailedException
by Brzl
- 1 Replies
- Last post
by Moustafa Ahmed
- Sorry for my English... How can I handle this exception and terminate the Worklflow when this exception fires In my case, this exception occurs when an event, which is not handled by any event driven activity in current state, is fired.
-
- Migrating Existing WF using SSIS
by hangar18
- 3 Replies
- Last post
by Tom Lake - MSFT
- Hi,
We have an existing application which has some WorkFlow Data.
We need to migrate this data using SSIS.
Now the problem here is that we have our Workflow facade class which inturn calls the WorkFlow Runtime.
We have created the methods which will create the new WorkFlows.
TO add this DLL in our SCript Component Reference, we added a strong name to my Facade.dll and deployed it to
-
- How to get possible state transition for a given user
by Navneet
- 4 Replies
- Last post
by Kavita Kamani - MSFT
- Hi,
How can I get the list of possible state transitions for a given user in State machine workflow
The PossibleStateTransitions gives all possible transitions.
Thanks,
Navneet
-
- unit-testing activities
by Tilfried Weissenberger
- 4 Replies
- Last post
by Tilfried Weissenberger
- I created some activities and wanted to create unit-test workflows to test them. so I created a unit-test project and created a class and made it inherit from SequenceActivity, which activates the WF designer in VS2005.
So next would be to design the workflow and then make a unit-test which loads and executes it. But upon double-clicking the workflow, I get the following error:
The s
-
- intellisense not coming in Rule set engine
by raich
- 6 Replies
- Last post
by raich
- Hi!,
While using Declarative Rule Condition in Workflow Designer, I am not getting the intellisense for my custom activities or their custom properties, Any idea
Thanks in advance.
-
- Enable SideShow in WINCE
by jay_cwc
- 5 Replies
- Last post
by Dan Polivy - MSFT
- Dear all,
I would like to enable the sideshow functionality in WINCE or .NET Compact Framework device, how can I do
Thanks
Jay
-
- Transactions and commit order
by Aaron Ballman
- 5 Replies
- Last post
by Aaron Ballman
- I've just begun playing with transactions in Vista, and I've stumbled across what seems like a deficiency in the API, and I was hoping for some comments on it. It's entirely possible I'm just missing something. :-)
It appears as though transacted calls are added to an internal operation stack, and are then executed on a call to CommitTransaction. However, individual transacted calls must su
-
- Cannot keep my accounts as adminstrators
by Jesus Freak 42
- 0 Replies
- Last post
by Jesus Freak 42
- Hello,
I think this forum may be the place to help me with this. Basically, whenever I create more than one account on my Vista machine, all my accounts turn into standard accounts. When I delete all accounts except one, that one turns into an administrator. As soon as I recreate accounts, however, it turns back into a standard account. When I try to change an account to Adminstrator, the box
-
- QueryInformationJobObject JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION
by MiranM
- 0 Replies
- Last post
by MiranM
- Hello,
my question is about calling QueryInformationJobObject to get JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION (JobObjectInfoClass=8)
from 32 bit application under 64 bit Windows (XP and server 2003).
Function was tested with JobObjectInfoClass=1 and works normally, but with JobObjectInfoClass=8 function always return GetLastError=1 (invalid function).
We have tested different para
-
- Create ".Rules" file dynamically
by Ravi Kiran Guturu
- 3 Replies
- Last post
by Kavita Kamani - MSFT
- 1)Is it possible to create ".rules" file dynamically and link to workflow1.xoml dynamically
2) is it possible to link multiple ".rules" files to workflow1.xoml
-
- Workflows don't run?
by Don Cameron
- 4 Replies
- Last post
by Don Cameron
- I have a few workflows (both state and sequential) and none of them run. All the host code triggers fine. Tracing shows that workflows actualy start and complete, but none of the code inside executes. I recreated a test seq workflow, added trace statements and a div by zero and it completes without any error. Any suggestions of what I can try
-
- Single ownership transaction problem
by David Cowell
- 3 Replies
- Last post
by David Cowell
- Hi,
I have a state machine workflow project, and have recently changed the persistence service to specify single ownership by setting the instanceOwnershipDuration property to Timespan.MaxValue. Since then I've had to change the machine that I'm running the workflow runtime on.
When I run on the original machine everything seems OK, but when I try to run the application on the new machine I
-
- compatibilty question about the EventLogging API and vista Windows Event Log service
by iceWinter
- 2 Replies
- Last post
by Diana Reichwein
- I asked the same quesiton at the General windows vista development issues. Maybe here is a right forum to ask this question as well.
I
have code which reads the windowsXP security events to a file. It finds
the
path of EventMessageFile by reading registry key information of
¡±HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Even
-
- AttachProperty/Extender Provider for Collection Property
by Ethan Hunt
- 1 Replies
- Last post
by kmhsad
- Hi All
I am extending the properties to a using the IExtenderProvider. The type of the property I am extending is List<T> . I can add/remove list items using Property Grid. However, the values are not serialize to xoml/cs code. If I extend with the native data types, it is ok. The VS Designer generates code in InitializeComponent function for CS workflows & xoml workflows.
Th
-
- Custom source filter
by manuchix
- 11 Replies
- Last post
by manuchix
- Hi! I'm developing a custom source filter derived from CSource with an output pin derived from CSourceStream. I overrided GetMediaType, DecideBufferSize and FillBuffer methods. My source filter should generate a video stream from still frames. I don't have a clear idea of when to call the methods that I overrided. I've already read the DS help, the ball and pushsource example. When are these m
-
- OPENFILENAME set view to details
by Apgrmr2
- 6 Replies
- Last post
by Eugene Kosmin
- Is there a way to set the view when using OPENFILENAME to view with details. We need to know when the files were created, last accessed, etc. I am adding this to a VBA module. I do not want them to have to click on the detail button because many do not really know what it is.
Thank you Apgrmr2
-
- Save Dialog not listing network drives
by ARisely
- 3 Replies
- Last post
by ARisely
- I am using a 32bit version of Wise installer which on Vista is working correctly with the exception of the Open & Save dialogs.
I have 4 network drives mapped in my computer which are accessible from explorer etc, but are not shown in the Open or Save dialogs, only C: & D: (CDrom) are shown.
I have used the application analyser returns
CreateFileW: File (\Device\Mup\SERVER\PI
-
- Calling Method at LocalService ?
by bossDida
- 9 Replies
- Last post
by Roman Kiss
- Hi all,
I have a host app a local service and a state machine workflow with two states.
I call a method from host app which is at local service. This method is raising an event for the first state at workflow. It does some work at that state and transfers state to second one.
The last activity at the first state is CallExternalMethod. What this activiti does is calling a method at loc
-
- Mulitple TrackingDataItems Does not work.
by blfrd
- 10 Replies
- Last post
by blfrd
- This doesn't work:
TrackingDataItemValue tdiv = new TrackingDataItemValue();
tdiv.QualifiedName = "RegistrationWheel";
tdiv.FieldName = "ClientId";
tdiv.DataValue = clientId;
sqlTrackingQueryOptions.TrackingDataItems.Add(tdiv);
TrackingDataItemValue tdiv1 = new TrackingDataItemValue ();
tdiv1.QualifiedName = "RegistrationWheel&quo
-
- CardSpace won't sign X509 RST
by Don Isenor
- 8 Replies
- Last post
by Don Isenor
- Apologies for the duplicate thread ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1195412&SiteID=1 ) but it seems nobody's paying attention to that old thread.
It appears that CardSpace will not correctly sign the RST for an X509 infocard. No matter what SignedParts directives are specified in the security policy, CardSpace signs only the header Timestamp. This is not very usef
-
- WWF?
by Rico Rodriguez
- 2 Replies
- Last post
by Rico Rodriguez
- What is the best reference out there for learning Windows Workflow Foundations. I am very interested in this as it seems like it would save a lot of time developing with that type of structure...
-
- AddFile to systemimage for burning to media
by josip cagalj
- 5 Replies
- Last post
by Henry Gabryjelski - MSFT
- Hi, I'm having trouble adding files to image for recording them to media. Directories work juist fine using 'IFsiDirectoryItem::AddTree()', but when I tried to put file (IFsiDirectoryItem::AddFile()) I get IMAPI_E_DIR_NOT_FOUND (not found in FileSystemImage hierarchy) error. Because my file path contains more directories I should create each one before I could add file! Now, I can't find how to do
-
- how i change an imge dinamcly in crystal report at runtime?
by eng_mohamed45
- 1 Replies
- Last post
by jdw - MSFT
- i want to change an image in crystalreport dinamcly at run time how i can do that
-
- Rendering a FixedDocument using RenderTargetBitmap problems.
by Buckem
- 5 Replies
- Last post
by Buckem
- I'm trying to save the pages of an XPS document to image files. This would appear to be simple enough; load the document into an XpsDocument instance, get hold of the DocumentPaginator, then render each page using the RenderTargetBitmap.Render() method. Using this method however often results in parts of the page markup being silently dropped. It would seem that any shape filled with a visual brus
-
- Different Managed cards but same Unique ID ...why is that?
by gold420sam
- 12 Replies
- Last post
by Daniel Bartholomew
- hi,
I have a managed card that uses windows username/passsword for authentication and another managed card which is backed by a personal crad ...
but both cards give same unique ID ... why is that .. plz help me with this ...
The custom claims in both the cards are different and i want to check the unique ID to display card specific claims only at the website when the card