Answer Questions
rpress .NET IMAPI2 Code samples
Here you will find code samples for the April 18th MSDN Webcast on IMAPI v2 . The samples will be posted shortly after the webcast Sorry, that was my mistake - no hang (some instrumentation I had put in was blocking) From the IDE it behaves exactly like the binaries I had built on XP. (E_FAIL on the Write() call) I thought I might be able to glean something by stopping on _com_error, but it didn't reveal anything. ...Show All
Mishkina RTM
Is there a release date for WWF yet Will there be a cost Will it work on Windows XP Pro/W2K3 Thanks Well, that's good news and very bad news. Without W2k Server support we would be forced to restrict our server products to W2K3 only until Longhorn ships. That clearly makes no business sense and would really tick off our large install base of W2K customers who would be unable to upgrade to our next ver ...Show All
EwingMCSD Bad WorkflowPersistenceService example on Beta2 documentation???
Hello, I'm inspecting the example of a custom WorkflowPersistenceService but the class ActivityExecutionContextInfo does not seems to be public, this example contains invalid code or do I have something wrong (this class was public on Beta 1) Regards, M Hi Markus, Yes this class is made internal after Beta1. I Guess you are using Beta2 bits. If so please use the Sample for Custo ...Show All
Animine Elevated status required for registry key
One of my apps registers as a context menu handler for shortcuts - not the target of the shortcut, the lnkfile itself. The InstallShield setup that I create, when running Beta 1 or the more recent build 5231, cannot register the following key: HKEY_LOCAL_MACHINE\\Software\\Classes\\lnkfile\\shellex\\ContextMenuHandlers\\{my-guid} I started looking for help in the Shell UI forum. Raymond Chen noticed that when ...Show All
Anton de Gruchy Windows SDK January missing Graphedit components?
Previously when in DXSDK the graphedit has used proppage.dll that is used then viewing pin property pages etc for example. The latest Windows SDK does not have this and GraphEdit in it is giving "requested property page could not be displayed" in every turn... So should that proppage.dll still be included in the SDK or is this something that is being changed From the platform sdk readme: The Gr ...Show All
TurtleWang Why would I use Windows Workflow Foundation for Page Flow?
I just finished watching the WebCast that Israel Hilerio did on using WF within ASP.NET. I keep seeing this example of using Windows Workflow Foundation for managing your page flows. Is that something that just works well as an example Obviously we're always trying to preserve a Model View Controller pattern when building user interfaces and until now the User Interface Process application block suits us quite nicely. Th ...Show All
hanray 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
Vijaya Kumar M Folder Redirection
Anyone know how to redirect the my Documents folder in Vista In 2k and XP you can right click, go to properties and change the location. In Vista, I can't. Any ideas I think you should try the group policy setting for it. Josh http://windowsconnected.com I tried to find a GPO for this but its either not there or well hidden :( ...Show All
PiotrP1 ASP.NET and SqlWorkflowPersistence problem
Hi, I got a problem when using workflow in ASP.NET. I downloaded the ASP.NET workflow sample from the site and added the WorkflowRuntime.Addservice( new SqlTrackingService(constr) ) and SqlWorkflowPersistence. When I ran the application, it returns an error stating that I cannot add those services when the workflow runtime is stared... please help. Are you using Beta2 I will recommend you to switch to Beta 2.2. However there ...Show All
Lakshmi Beta 2 Office 12 Support
I'm told that beta 2 of Windows Workflow Foundation does not currently have support for Office 12. Is this true If so, is there an expected time frame that Office 12 support will be made available Thank you in advance, -- Sean Work flow Work-flow Workfare Workforce Workable Edit... Ignore all Add to dictionary I would say that it is the other way around - Office12 (whatever is currently publicly ...Show All
JulieAnne Vista Multimedia architecture?
I hear Vista will feature a new multimedia architecture to replace DirectShow, supposedly by the name of Windows Media Foundation (WMF). However, I see no sign at all of this from Microsoft. All the presentations go about Avalon and Indigo as if multimedia wasn't supposed to be a feature of this platform. Where is Vista's multimedia architecture, and when do we get to work with it, please It's amazing what a little research can do ...Show All
razer311 cpu constantly running at 100%!!! and Vista running EXTREMELY slow please help
i have no idea what to do, when i go to task manager and click performance it says my cpu is running at 100%, and its doing that 100% of the time, im afraid it may overheat. I am running a Sony Vaio laptop, 3.2 Gz, 1Gig RAM, 64MB video card. vista is also running slow, very very slow... it lags and it doesnt alow me to move large files. (says that i do not have permission) HELP! Same here, 100% all ...Show All
Grufle Asynchronous Activity sample
Is there any sample to run an Activity Aynchronously in beta2 Hi Angel, i am giving a Scenario to run an Activity Asynchronously. Let us assume we have 3 Activities in a sequential workflow. say Activity1, Activity2,Activity3 and we want Activity2 to be run in Asnchronous mode. means if Activity1 is completed the control initiates Activity2 and comes immediately to Activity3 and continue to wor ...Show All
Jay Pondy Is WF adequated to build an OLTP middleware tier?
We are evaluating Workflow Foundation to build our middleware solution which is a multi-channel banking system (Branches, ATMS, Internet, Phone). Basically, this tier exposes services to the channels. Most of the services are synchronous, but we also have asynchronous services. We also have services that are multi-step, which means we pretend to use the persistence functionality of WF. We decided to evaluate WF because most of our services have ...Show All
Gonzalo1977Uy Re-creating Event-listener after Runtimeshutdown
Hi all Is there a way to recreate the event listeners of a running but persisted StateMachineWorkflow after the Workflow Runtime has been "restarted" Let me explain: I have a running StateMachineWorkflow with 3 States (for example), State 2 is the current state and it's waiting for an external event, the instance becomes idle and persists. After the instance is persisted the runtime shuts down (System Restart, Load-Balancing - or ...Show All
