Software Development Network Logo
  • Audio and Video
  • Game Technologies
  • Visual Basic
  • Visual C#
  • VS Team System
  • .NET Development
  • Smart Devicet
  • Visual C++
  • Windows Forms
  • SharePoint Products
  • Microsoft ISV
  • Visual FoxPro
  • SQL Server
  • IE Development
  • Visual Studio

Software Development Network >> Windows Vista

Windows Vista

New Question

Error when opening xamlpad: Cannot locate resource 'xamlpadapp.baml'
Suspend the execution of an Activity
How do I stop execution of one branch of a workflow without effecting another?
How to retrieve "Obtain DNS Server Address Automatically" option by C++?
AutoCAD 2007 and 2005 compatibility with Windows Vista
Problem Purging mailbox from within Exchange 2003
WF & ASP.NET examples (VB.NET)
Pb with ManagementClass API, probably linked with Media Center update
.NET COM+ - "Error when enlisting in a distributed transaction"
WDS PXE installation VISTA

Top Answerers

Falklian
thukralz
Dave987654321
Rod Dela
johnof
baga
qpsk
GiriKrishna
TheFoZ
hellborg99
Topix: Matt Damon
Only Title

Answer Questions

  • TheDevilsJoker Accessing Database from Property designers

    I am writing custom activities that have custom property designers. The property designers need access to the database in order to allow the users to configure the activity correctly. The long term goal is to rehost the Designer, but in the interum, we need to be able to do this in VS. Does anybody have on suggestions or recommendations for doing this Hi Tomas, Regarding Nate scenario, I have a question: I'm trying to do the same and populate the property designers with values from database How can I do this Regards Andrei Gosman Nate, You can certainly open a database connection during design time if you need to, though the cumbersome part is where you get the necessary connection string ...Show All

  • Taoyo how to bulid WorkflowMonitor?

    there are some errors. in the method internal List<SqlTrackingWorkflowInstance> GetWorkflows(string workflowEvent, DateTime from, DateTime until, TrackingDataItemValue trackingDataItemValue) if ("created" == workflowEvent.ToLower()) { sqlTrackingQueryOptions.WorkflowStatus = WorkflowStatus.Created; queriedWorkflows =sqlTrackingQuery.GetWorkflows(sqlTrackingQueryOptions); }//there is error. context: Error Cannot implicitly convert type 'System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance>' to 'System.Collections.Generic.List<System.Workflow.Runtime.Tracking.SqlTrackingWorkflowInstance>'. An explicit conversion exists (are ...Show All

  • ZDB CreateWorkflow throws NullReferenceException when TrackingService added to WorkflowRuntime

    I am working off DesignerHostingSample of Lab 10 (Netfx 3). I have added my own tracking service called WorkflowFileTrackingService derived from TrackingService and added to workflowruntime. With the TrackingService added, CreateWorkflow fails with NullReferenceException. If I do not add the TrackingService, CreateWorkflow creates the WorkflowInstance without any exceptions. Any help is highly appreciated. I am stuck with this. I need to have the TrackingService added so as to enable designerglyph to work correctly. Here is the extract from code: workflowTrackingService = new WorkflowFileTrackingService(this.activityStatusListValue); workflowRuntime.AddService(workflowTrackingService); // if I comment this line I am able to run the workfl ...Show All

  • ble0t Problem with InfocardBrowser sample hosted locally

    HI I have locally installed infocardbrowswer sample appln. and while trying to login using infocard it is causing following exception. Server Error in '/' Application. thanx for that ... it works for me by giving access to private key. Shaji P.D. Hi Guillaume, i tried to use findprivatekey and cacls but i have always the error "key pair doesn't exist" : alg.Key = (certificate.PrivateKey as RSACryptoServiceProvider).Decrypt(symmetricKeyData, true); . and the sample application "SampleSecurityTokenService.exe" have stoped to work when i have launched calcs.exe. I did this : You need to read the Installation-Instructions.doc in sample\documents and specifica ...Show All

  • PublicError Winhelp on Windows Vista

    Hi, Does anyone know if the user downloadable winhelp engine be available for the Vista Launch date Hi Tony, All the work I did about two months ago trying to track down info on winhlp pretty much hit a dead end. The responses I recieved is that release dates were not available for this product. I wish I had a better answer for you. As for redistributing the file, that would be included in the user agreement when you obtain the file. I know it will be a lot of work initially, but I would recommend making the transition to html based help. Winhlp is being shutdown so chances are you will have problems with it. have looked for the winhlp32.exe help file to download.......... ...Show All

  • hazz XPS don't open in IE7 anymore

    hello, I have a problem with XPSviewer.exe. When I try to open a *.xps file with IE7 I receive the error: XPS Viewer has enconutered a problem and needs to close. We are sorry for the inconvenience . I use an Xp SP2. I tried everything: reinstall .Net Framework about 3 times, reinstall XPS Essential pack, MSXML 6 , no luck. All I found is the event id 1000, source : application error with the error: Faulting application xpsviewer.exe, version 3.0.6920.0, faulting module , version 0.0.0.0, fault address 0x00000000. Any ideeas Thanks. I find a resolution. Repairing Windows. Hope it will help you. I got a similar XPS+IE7 problem, excep ...Show All

  • Melterx12 sink filter handling and Dump filter problems

    I am trying to write a filter that handles raw sample data in a very specific way..... Easy. take the dump filter from the directshow samples, modify it to handle the data in the way I want, instead of writing to a file, and thats' it. Well, NO. At first I thought it was a problem with my code, as the samples my application was handling had nothing to do with what it should be handling, but then I resorted to testing the original dump filter itself. I compared two filter graphs, one with its last output pin hooked into the "file writer" filter, which also does absolutely no formatting and writes raw data. The other with the dump filter. I got two completely different files (in one of the attempts I wrote an avi file...the filewr ...Show All

  • JIM.H. Designer unable to load .xolm files

    Hi, I am trying to add a Sequential Workflow with definition expressed as Xaml and user code in a separate code file but due to some unobvious reasons it is not showing up in the designer,Can anybody help please The version is 3.0.4203.2 Previously asked and un-answered questions Tom Lake - MSFT wrote: Has this ever worked on this computer Did you have any of the Beta versions of .NET 3.0 installed New questions, what OS are you running Language and locale Version of VS Do you have VS 2005 SP1 installed You need to look at the version tab for the version, 3.0.0.0 is not the correct version number. The problem has s ...Show All

  • akira32 In first creation "No such interface supported" happend

    Hi everybody i wrote a small test application which uses VMR9 and standard graph stuff with C#. Sometimes after running the graph, I want to set alpha for the mixer,but I get an error "No such interface supported". I would really appreciate if somebody has information about this and is able to share it with me. Hi Everybody Thanks for your help, i find the answer. The problem with my test application was MTA and change it to STA completely solve the problem "my test application wrote in C#". If someone needs more information just let me know about that. Thanks for all I recomend trying fsfwrap from http://www.gdcl.co.uk/downloads.htm It works great for alpha. Have you looked at the vmr samples with ...Show All

  • .net sukbir How to get Replicator data in Parallel

    When using a replicator with replicatorActivity1.ExecutionType = ExecutionType .Sequence; I can query the replicator data for the current executing activity in this way replicatorActivity1.CurrentChildData[ replicatorActivity1.CurrentIndex] When using replicatorActivity1.ExecutionType = ExecutionType .Parallel; replicatorActivity1.CurrentIndex is always the last index ( the replicator InitialChildData collection length -1) The question is: How can I query for the current data instance of a replicator in an activity that is running under the Parallel ExecutionType. Thanks in advance I dont know why every one keep telling the execution orde ...Show All

  • pmarreddy How receive the message WM_DWMWINDOWMAXIMIZEDCHANGE?

    Hello, how it is possible to register and then get the message WM_DWMWINDOWMAXIMIZEDCHANGE On http://blogs.msdn.com/greg_schechter/archive/2006/09/14/753605.aspx I have found this information: WM_DWMWINDOWMAXIMIZEDCHANGE - windows can register to hear about when other windows have been maximized. This is useful for, for instance, the TaskBar or the SideBar which go opaque when other windows get maximized. The following code will not detect the message WM_DWMWINDOWMAXIMIZEDCHANGE but the other messages like WM_DWMCOLORIZATIONCOLORCHANGED will be detected. c++ code LRESULT CALLBACK wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { switch(message) { case WM_DWMWINDOWMAXIMIZEDCHANGE: /* messa ...Show All

  • SankaraNarayanan Nagalingam WPF/E VS Templates do not recognize SP1 beta

    The installer for the SDK VS Templates returns an error saying that the web application project update must be installed first. The problem is that SP1 beta has superseded that and includes the functionality. Can the template installer please be re-released to detect the SP1 beta Thanks --Oren Thanks! We're working on an updated template installer. Until then, I've posted a sample file based project that can serve as a template. http://blogs.msdn.com/mharsh/archive/2006/12/05/wpfe-template-for-express-skus-and-vs-2005-sp1.aspx - mike ...Show All

  • Salman Maredia Hosting WorkflowService (WorkflowRuntime) in IIS using WCF

    Hi, I'd like to host some kind workflow service (using Windows Workflow Foundation) within the IIS. Therefore I have configured a service file (.svc) and an appropriate web.config file. When the service starts (managed by IIS ) it should load the WorkflowRuntime instance. Therefore I've created a class implementing the IExtension<ServiceHostBase> interface holding that instance. Because my application is not directly responsible for creating the ServiceHost (-> IIS) - how can I add this extension to the service host Is it possible to configure this via the web.config file (<extensions>-Element) Or do I have to write such a class inheriting from ServiceHostFactoryBase and configuring the service file Thank you! ...Show All

  • Manas Correct way to create a State Machine

    Hi I am trying to create a statefull booking service (state machine workflow exposed as webservice). It has the following states. Created, TicketSelected, Pay, Comfirmed. My question is twofold. First: The Created state is the Initial state and has an eventdriven activity that waits for a webserivce call to arrive. When this comes i need to do some actions and the wait for a new webservice call (SelectTicket) so I can go to the "TicketSelected" state. My question is. Where should i wait for this "SelectTicket" webservice call In the "Created" state og should i create a new state called "WaitForTicketSelect" I guess my problem is that my Created state would have to listen for two web service ca ...Show All

  • ku19832001 Auditing / non-auditing IP ?

    Hi all, I'm looking for some information about how to setup a CardSpace demonstration where the security token is not encrypted by the IP with the public key of the RP. I've read about auditing / non-auditing IP, which do or do not encrypt the security token for the RP, but I was wondering, is it only up to the IP to encrypt or not the token I mean, does the RP has a way to say "hey, don't encrypt the security token when you send it to me" For example, with some kind of tag on the web page in the <object> tag (like "requiredClaims") or in some XML config file Thanks, Thanks Caleb, that was the info I was looking for. for a browser based scena ...Show All

9091929394959697989901234567

©2008 Software Development Network

powered by phorum