Software Development Network Logo
  • Microsoft ISV
  • Visual FoxPro
  • SQL Server
  • Windows Vista
  • Visual C#
  • .NET Development
  • Game Technologies
  • Visual Basic
  • Visual J#
  • Smart Device
  • VS Express Editions
  • Architecture
  • Windows Live
  • VS Team System
  • Visual C++

Software Development Network >> Windows Vista

Windows Vista

New Question

Visual Test is blocked from clicking UI
Getting Vista File Open dialog with .NET application
Beta 1.2 install on VS RTM causes error in VS Code Designer
Problem with creating custom activities...
Loading Workflows from assemblies: FileLoadException
Error Tooltip Glyph using WorkflowDesignerControl
Using InvokeWorkFlow..??
virtual folder and keyword problems on Vista CTP
Visual Test is blocked from clicking UI
Embedding Explorer window inside an application

Top Answerers

phankhanhhung
fdreisow
Michael Flanakin
Ben Ogle
lianaent
pankaj chaudhari
ryanflucas
rouie_a
Salvador Cadena
addor
Mixing
Only Title

Answer Questions

  • Haiku SOS: SDK Web&CD Installation Failed

    The SDK installation failed from 6.0.5308.0.9.WindowsSDK_Vista_idw.DVD.Rel.img, neither from the web, the wizard  prompts  the text as following : "Installation of the "Microsoft Windows Software Development Kit" product has reported the following error: Signature of the file WinSDK-x86.msi could not be obtained. Possible unsigned file." Target computer: IBM Thinkpad T43, Windows XP Pro + SP2, CD img loaded by Alcoho ...Show All

  • kcchesnut TabletPC add-ons and additional features

    Hi all, Does anyone know of any add-ons that will assist in enabling the additional features of the tabletPC. I am running Vista build 5231 and I cannot utilize my additional monitor because the system does not allow me to do so. I am not able to activate my wireless card because there is no option to turn it on. I am using a HP Compaq TC1100 tabletPC which is very different from the flip screen laptop tablets. All the features and functions ...Show All

  • KevCB226 retrieve a list of workflow instances and select one

    I have an issue and I need some help. Suppose the classic pattern of document review: I have built yet an asp.net application that is over a state machine workflow that follow the flow of the document review. In my test webapp I have a single web page that raise all the event needed. Now suppose that I would realize an asp.net application where the simple user can insert their personal document. Each adding cause a new instance of the workflow t ...Show All

  • Dabwang Problems installing Vista CTP build 5308 (32-bit)

    Hi, I tried installing Vista build 5308 on a Dell 260/280 machine. After about 40% of the installation I get a specific error like the one given below: "An error occured while installing the target language" Can anyone suggest as to what could be the possible reason for this error Any help in this regard would be highly appreciated. Thanks, Runcy. ...Show All

  • Parky106 How

    i want to order a vista dvd, how can I get one Hi, there are two options at the moment. 1) You are in the beta 2) You have a msdn subscription Our have a Technet Plus Subscription ...Show All

  • Kmicic77 ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effor ...Show All

  • sremiger Edit lock in the designer?

    I'm a bit confused when comparing behavior of the workflow designer control in different hosting samples: (a) in hands-on Lab 10, the user is able to edit the workflow (for example drag an activity to a different place), (b) in Applications/Workflow Monitor sample the user can start dragging an activity, he can see the green placeholders (possible drop targets) but he can't really drop an activity in a different place, (c) in Technologies/Design ...Show All

  • dave kumar How to create a customised persistence service

    I am still doing the planning around workflow support for a smart client application. My intention thus far is to provide local instances of workflows however i would like to persist to a webservice and similarly i would like to track the various workflows via a webservice. Can anyone point to some documentation that would guide through what the process of customising these services to enable the web service aspects described above. I have ...Show All

  • BENichols Deserialization in while loop

    Hi, I am experiencing a performance problem in Beta 2 using a SequentialWorkflow. Every iteration of the loop attempts to deserialize the activities and that is not desirable since, in my case, a delay of a couple of seconds results. Can this deserialization be stopped by setting the UnloadOnIdle flag to false I am not explicity using a PersistenceService and do not wish to use the SqlStatePersistenceService. I have also seen a refer ...Show All

  • alejack-sw Custom Activity - Probelm with EventSink Activity

    Hello, i tried to model a custom activity. This activity does contain of a) InvokeMethod Activity b) EventSink Activity out of the activity galery delivered. I also implemented a Service which I added to the workflow engine in order to connect the method invokation and the event sink. Then I build up a sequntial wf out of my custom activity. The method invoke activity within my custom activity works properly, but when my async. operation is fini ...Show All

  • Raman Iyer DecCTP_5270_32bit_Main_DVD Installation Problem

    I install vista build 5270 on my Dell Dimension 5150, but it encount a problem, and the error information is: Problem Signature: Problem Event Name: WinSetupDiag01 Report signature 01:WinMain_idx03 Report signature 02:5270 Report signature 03:0 Report signature 04:1 Report signature 05:4 Report signature 06:0 Report signature 07:Ultmate Report signature 08:2600 Report signature 09:30053 Report signature 10:300 ...Show All

  • sravula wireless network problem

    I have a bit of a dilemma on my hands. I have Vista installed on my Averatec laptop, and it is running great, nice and fast and all. I originally installed it as an upgrade to XP SP2, and everything worked great except for a few problems I was already having like the computer not wanting to turn itself off after shutting down, and my laptop fan not always running like it should. Vista said that my processor driver was not loading properly. Anywa ...Show All

  • Al C. can not set state machine baseclass if use signed assembly?

    Hi, step 1) I have created one component which has a empty state machine workflow ( A.BaseWorkflow ) step 2) I then create a workflow library and add a state machine workflow with code behind. step 3) I can now select the state machine workflow and in the property window, changing the base class to A.BaseWorkflow Now if I set both components to be signed, (in visual stuido project property, check the "sign the assembly" and ...Show All

  • pkinaus Vista Install 5342 problems

    I have downloaded vista 5342. I start installing it and it manages to rech phase 2 of the install. Now after the first restart during phase 2 of the install my screen eventually goes Black. It has an underscore "_" flashing at me in the top left corner of the screen. This also happens to me on build 5308. I heard that this black screen is where the hardware is checked. I have left it on this black screen for 1hour and still no look. I ...Show All

  • Damian Mehers must DependancyProperty variables be suffixed with "Property"?

    It seems that if you want to create a DependancyProperty your variable must be suffixed with "Property". I tried to create a DependancyProperty like so: public static DependencyProperty suppliedMessage = DependencyProperty.Register("suppliedMessage", typeof(string), typeof(SupplyMessage)); But I kept getting the error: Could not create activity of type 'Ex01.SupplyMessage'. System.ArgumentException: Type 'Ex01.SupplyMes ...Show All

96979899012345678910111213

©2008 Software Development Network

powered by phorum