Answer Questions
Sam Tyson 92 General Questions
I'm a newbie. 1)What's the difference between Workflow Foundation, Windows Communication Foundation, and Windows Workflow Presentation 2)Is extensions for VS2005 required I mean I must install them Thanks Probably the best place to start is the Windows Vista Developer Story, http://msdn2.microsoft.com/en-us/windowsvista/aa904951.aspx ...Show All
Joe Truman Activities List for a certain user - Prototype
Hi, I work on a company that wants to start using WWF on our projects and I am developing a small prototype to show them what we gain using it. My prototype is based on a small activity workflow, where I wanted to show the possibility of giving certain activites to certain users, so, everytime a user enters on the application he sees what activities does he have to work on. What's the best approach to do this regarding the part on assigining an activity to a certain logged user Thank you in advance for your answers. Regards, Bruno I'd take a look at one of two options (there may be more): Create a custom activity that assigns tasks to users. This activity could log the details of the task and get its i ...Show All
Leon Mayne How do you develop WF in distributed environment?
Hi; I've read two books on MS WFF and some of the articles and still have no clue about the following situtions. Almost all the info relates to the WF being hosted and run within one application, is on one machine, but most of the situations that I'd use WF would be when the WF is split among many users. Suppose an order is taken by user and the accuracy of parts and prices have been verified. Now the orders are transfered to another department for deciding whether the order should be made inhouse or outsource. If inhouse, then the order would go to manufacturing plant and mutiple work orders are created for different parts. Some parts are created in parallel and some are in sequential. Within this sections, parts will ...Show All
progames25 No users listed in User Accounts
Just installed windows vista ultimite, under user accounts it doesn't list all or any of my accounts therefore I cant change one to administrator. On my other Machine it lists all user accounts. Any answers on how to get this back ...Show All
Kestutis Webservice timing out when raising event to workflow
Alright, what is happening I have a workflow that is persisted using a ListenActivity and a DelayActivity. There can be several persisted instances of this workflow and we want to raise an event for 1 to all of them through the web service host. The application will may process some of the persisted workflows, but receives an error of "The operation has timed out" before they are all processed. We are using WFF 2.2 Here is the code snippet for the raising of the event: [ WebMethod ] public void Approve( string instanceId, ApprovalAction action, string comment, string approverLogin) { workflowRuntime = wfHelper.InitWorkflow( ref eventApprovalService); SetEventHandlers(); Guid Ins ...Show All
Derek Smyth saml:Attribute and DisplayToken
Hi, I created RequestSecurityTokenResponse in which I wrote different value for saml:Attribute and DisplayToken (I modified SimpleSTS). For instance: ... < saml:Attribute AttributeName = " emailaddress " AttributeNamespace = " http://schemas.xmlsoap.org/ws/2005/05/identity/claims " > < saml:AttributeValue > viktor.shatokhin@microsoft.com </ saml:AttributeValue > </ saml:Attribute > ... < wsid:RequestedDisplayToken xmlns:wsid = " http://schemas.xmlsoap.org/ws/2005/05/identity " > < wsid:DisplayToken > < wsid:DisplayClaim Uri = " http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress " > < wsid:DisplayTag &g ...Show All
Deeps_123 Can get IP from router, but cannot connect to Internet
I have installed Winows Vista Ultimate (32-bit) on an HP Pavilion a1610n with the AMD Athlon 64 X2 4200 dual-core CPU. 2 GB RAM, 250 GB HDD. My wireless NIC is a Netgear wg311v3 PCI card, and my wireless router is a Netgear WPNT834 RangeMax 240 (802.11b/g). I am running DHCP and Shared WEP (128-bit) on the router. I can connect to the router and get a dynamic IP address. However, I cannot ping the router and I cannot ping the IP assigned to the NIC. I can ping localhost (127.0.0.1). In Vista network settings, the WLAN shows up as "Unidentified Network", Access is "Local Only", and the network keeps switching to Public, even if I manually switch it to Private. Obviously, I cannot surf the Internet since ...Show All
Anil_shet How to change File Integrity level using C#
I found this article that explains how to change the integrity level of a file on windows VISTA using C++ . Does anyone know how to do this in C# (.net 2.0) I think you can use the System.Security.AccessControl namespace but I've never used it before. http://msdn.microsoft.com/library/default.asp url=/library/en-us/IETechCol/dnwebgen/ProtectedMode.asp Lowering Resource Integrity Generally, it is not a good security practice for higher level processes to accept input or share resources with low integrity processes. There is a risk the low integrity process may attempt malicious behavior. However, there are times when this is required by design. Note Applications that accept input or share resources from lower integrity proce ...Show All
pjohnsen Directshow Error : Classfactory Cannot Supply Requested Class
I have created a custom Directshow source filter. This filter works fine in GraphEdt (I can use intelliconnect to render the output pin with no problems at all). But when I try to replicate this inside of a C++ application I get the following error. Error 0x80040111 :Classfactory Cannot Supply Requested Class. I have no problems chaining other custom filters together in the app. and I have tried to explicitly chain the GraphEdt filters together (using DirectConnect) yet I still cannot get the source filter to work in my custom app. Any help on this issue would be greatly appriciated. My immediate guess is that your c++ code is loading the wrong filter. Failing that, try putting a bre ...Show All
kennm in the StateMachine use BaseWorkflow
I use a empty StatemachineWorkflow as the baseworkflow . and the xoml-only to design the really workflow,and I want to know how can i invoke the function in the service running at the workflowruntime. ( Actually I have two problems can't resolve 1 when a define a state and in it ,I use the hee to catch the event ,and also I change the HEE's Invoke Property manually ,and there 's no error.but the invoke method what I defined in the baseworkflow always can't be invoke at debug .I want to know how can it work; 2 at the end of the HEE run ,I use the CallExternalMethod activity ,and how i can invoke the service 's method to call and with the paramers and the three problem is how can i use th ...Show All
zhihao Music Playback in Vista Problems
Since installing Vista Ultimate, simple music playback using various programs is hampered by digital stuttering (similar to Max Headroom) from all music players. Vista can't get through a single song without these hiccups. Occurs in: Media Center; Rhapsody; Winamp, WMP 11; iTunes about every 30 seconds. My system is Windows Premium Ready; Acer Aspire 9800 (20" notebook) Dual-core T2600; 2GB RAM. Hardly lacks power; drivers not an issue on any of the aforementioned programs. Anyone have this same problem, or hints at a source of the problem Hi Steven, I'm having the exact same problem!! What's more, there is an annoyingly painful delay between selecting a song and having it play back.. ...Show All
Namrata_Gupta Installing Desktop Icons & The Works With Windows Vista Logo
The Designed for Microsoft Windows XP Application Specification listed the following guideline in the Future Requirements section: F1.1 Install shortcuts correctly · Do not place shortcuts on the Desktop except by request of the user. If an option to add such a shortcut is offered to the user, then this should not be checked by default. Automatic installs should not place any shortcuts on the Desktop. This was listed as a guideline only and not required to comply with the "Designed for Microsoft Windows XP" logo. Do you know if this guideline has been adopted as a requirement and is now necessary to obtain the "Works with Windows Vista" logo Thanks! Hello ...Show All
Charles Cox - MSFT Host a workflow with MQSeries
Hi, I need to create a workflow who manage XML messages in input and output with MQ Series (a MOM like MSMQ). Then, this workflow must listen new messages from a queue, send a request, and wait a reply message from queues... and manage 30000 processes with a good performance (several minutes). How host this workflow In a windows service A COM+ server In IIS In several hosts Several windows services Thank you for your help PS: I know BizTalk, but my client doesn't want this product. Thank you for your response. This solution will be not a stateless solution because I need remember some informations when an application reply me. And this reply may be occured several seconds or several minutes after the re ...Show All
StevenR2 Error when opening xamlpad: Cannot locate resource 'xamlpadapp.baml'
HI, I installed .net framework 3 beta2 and windows sdk on a clean system , no previous beta installed. when I try to run the xamlpad, a fatal error happens, I tried to debug then I got the detail error: ================================ An unhandled exception of type 'System.IO.IOException' occurred in PresentationFramework.dll Additional information: Cannot locate resource 'xamlpadapp.baml'. I have no idea aboout this. is there anyone can help me Strange, 2 latest releases have the same version number. june 9 2006 3.0.6218.0 .net framework 3.0 and crashing april 3 2006 3.0.6218.0 winfx beta 2 and working Tried to copy the winfx version to the pc with the .net framework 3.0 but this didn't work either. ...Show All
manick312938 Manifest problems with 64 bit Vista.
I have just installed the new RC1 release of the Vista SDK and there isn't a new mt.exe included in that release. This is concerning since we are so close to gold and there are still so many issues with manifests. Issues: 1. The current released SDK (mt.exe) generates warnings when embeding manifests in .exe files like the following. Our builds do not allow checkins that build with warnings so thats a problem. setup.exe.manifest() : warning manifest authoring warning 81010003: Element "description" in an unrecognized namespace "urn:schemas-microsoft.com:asm.v1". setup.exe.manifest() : warning manifest authoring warning 81010003: Element "trustInfo" in an unrecognized namespace "urn:schemas-micros ...Show All
