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

Software Development Network >> Windows Vista

Windows Vista

New Question

Landscape??? (Feng Yuan - Modifying XPS Document: Add Watermark Sample)
Can get IP from router, but cannot connect to Internet
Question on ActivityValidator
Trouble with the ManualScheduler service and delays
how to use the code in base class defination?
Rehosting Workflow designer (end zoom mode)
Workflow designer debugging does not work
Access Denied insufficient rights
xoml specs or xsd?
Problem with regsvr32 in vista

Top Answerers

eclere
Socrates Kapetaneas
Davids Learning
Nick Winters
coolarian
wvusaf
MrEverest
Ramachandran V
John Wesley Harding
webrift
Hans Peter Lyb忙k
Only Title

Answer Questions

  • Learning VB AppVerifier error : WinSnmp

    Hi I'm still trying to make my application pass the microsoft test. I'm using the winsnmp functions and I get the following error when I call the SnmpListen function to stop listening for incomming requests. < xml version="1.0" encoding="UTF-8" standalone="no" > - < avrf:logfile xmlns:avrf =" Application Verifier " > - < avrf:logSession TimeStarted =" 2007-02-15 : 16:01:37 " PID =" 6120 " Version =" 2 " > - < avrf:logEntry Time =" 2007-02-15 : 16:02:06 " LayerName =" Handles " StopCode =" 0x300 " Severity =" Error " > ...Show All

  • kkennedy1008 "bindingRedirect" does not work, same error occurs

    Hello, I'm using the "bindingRedirect" element in my web.config to allow updates of my workflow DLL without recompiling the website. But I still receive the same error: Could not load file or assembly 'TestWorkflowLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c417d4d39ba0d6b2' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) I built my website with version 1.0.0.0 of "TestWorkflowLibrary". After that I created a version 1.1.0.0 of "TestWorkflowLibrary" which I placed in the "bin" folder of my website. When accessing the website, the above error is shown. I read that it's poss ...Show All

  • Dmitry Pavlov Unexpected behavior in CAG - is this a bug or a misunderstood feature?

    Hello, I have some strange behavior with a CAG shape that I would appreciate an expert's opinion on. It is not working the way I expected, but I need to understand why. Ok, to start at the beginning, I am using the June CTP release of WF and VS.NET 2005. I have a sequential workflow that consists of a CAG shape. The CAG contains 4 child shapes: - delay1 - code1 - delay2 - code2 On the CAG I have an UntilCondition that is a CodeCondition and it points to the following method: void untilCondition(object sender, ConditionalEventArgs e) { if (counter == maxNumber) { e.Result = true; } else { counter++; e.Result = false; } } The logic is not meant to make sense, its just a loop tha ...Show All

  • sam-pan Windows Mobile 5 and DirectShow StillImage Capture. Any Advice/Tips?

    Hi All, Unfortuantely I'm not a C++ developer but I dable with it when the need arises and a need has certainly arisen. I have a .NETCF2.0 application targeting a WM5.0 PPC device. I want this application to control and use the devices built in camera. Now this has been a hardware specific thing and difficult to code, until now. I have looked at using the .NETCF2.0 Managed Camera API that wraps up the native SHCameraCapture() call in WM5. The managed code fails dismally but I managed to write an embedded C++ DLL that wraps up the SHCameraCapture() call and this works for me. Two problems with this 1) Its horribly slow loading, kind of unacceptable, the built in HP software loads a lot quicker. 2) The complete lack of control over ...Show All

  • Sam Jost Windows Service Running Word via DCOM

    Hi everyone, I developed a Windows service which uses MS Word to generate documents. I call Word using DCOM / OLE. Up to now it worked pretty well. I tested the service on Windows Vista (Beta2, RC1, RC2) and it doesn't work anymore. Opening a Document in Word crashes with varying error messages. Office 2003 sais somthing like "Not enough memory". Office 2007 sais something like "type mismatch". I guess it might have to do something with the Session 0 isolation in Windows Vista. As services in Vista now have an own session. But I guess Word has problems with it's screen. In older Windows versions, Word worked "in the dark". When I run the service as console everything works fine. Anyone an idea w ...Show All

  • DBSutherland invoke a form from WF

    Hello everybody , could anyone please tell me, how can i invoke a form from an activity of Workflow Thanks in advance Would the solution proposed on this post help Look at the bottom portion for how to do UI callbacks. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1069464&SiteID=1 ...Show All

  • JocularJoe the problem arised after install Beta2_2

    hello After installing Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe i can't create any project template except workflow. and,what's more, the workflow template project can't work normally lezi wrote: After installing Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe i can't create any project template except workflow. Can you close all instances of VS and try running “devenv /setup” without the quotes from a command prompt If that doesn’t resolve the problem can you let me know what version of System.Workflow.ComponentModel.dll and Microsoft.Workflow.VSDesigner.dll you have installed Go to the GAC by going to Start a Run a and t ...Show All

  • Ashish Vyas taskbar tooltips - please fix!

    In Windows XP, if you put the taskbar at the top of your screen, as I do, the taskbar button tooltips appear on the taskbar and obscure the buttons - very annoying! Of course, if the taskbar is at the bottom of the screen you don't have this problem, the tooltips appear above the bar, no matter where the exact position of the pointer is. The fix is to always display the tooltip below the taskbar if the bar is at the top of the screen. I like the feel of Windows XP, and I'll probably like Windows Vista too, but this minor point about taskbar tooltips is actually quite important because it affects my experience constantly. Thank you! I don't think this should be offered as a true remedy.  T ...Show All

  • hooman.tadbiri Using the rules engine on its own

    Hi, I am attempting to utilize the WF rules engine on its own to validate and manipulate my application's interface. I have it working at a basic level but came up against some problems when trying to go deeper. Firstly, it appears as though the rules designer (as implemented by the RuleSetDialog class) does not allow multiple assemblies to be referenced. If my rules need access to types defined in more than one of my assemblies, this designer won't work. Only the types contained in the same assembly as the activity type can be accessed. Secondly, the designer does not work with generic types. If my rules are operating against a generic type (which I would like to do), the designer doesn't work. Does anyone know of an alternati ...Show All

  • Beast Forever Self-updating application

    I'm hoping someone here can give me ideas, or at least point me in the right direction. Our application (under XP) is capable of downloading and installing updates to itself. An XML manifest is stored on the server, which outlines all the updated files. However, since the format of this file might need to change over time, the application itself isn't qualified to read this file. Instead, it uses a DLL. The DLL is always up to date (i.e. able to read the file manifest) because the application first downloads the latest version of the DLL from the server. It then invokes code in the DLL, which processes the manifest, creates a list of files that need to actually be downloaded, and returns control to the application. Next, ...Show All

  • shmulik_segal MSDTC error when the event WorkflowIdled fires

    Hello again, I use a SqlWorkflowPersistenceService to store idle workflow instances in my database. But when the event WorkflowIdled fires, I receive the following error and the workflow instance is NOT saved in the database: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool. Inner exception: The transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D024). I already Googled on this error, but the only "solution" I found did not help in my situation. They told me that I needed to go to: Component Services - Compute ...Show All

  • ReLoad Manifest affect BAT file?

    Is it possible to have a manifest affect a batch file E.g. MyBatchFile.bat MyBatchFile.bat.manifest And when you execute the batch file, it gets elevated permissions as per the manifest file Here's what I need to do.... can someone help me figure it out I use a batch file to rebuild parts of my delivered application. The app lives in \Program Files\ and this batch file needs to make some copies of files in \Program Files\. If I right click on the batch file and select "run as administrator" the copies fail. If I get an administrator cmd.exe and run it, it works fine. This is for a released product, so revamping the way it works isn't possible (like doing all this from an execut ...Show All

  • PedroSimao error code 80072efe

    I am using Vista RC1, I can access most websites but not any Microsoft sites. Any suggestions had the same error, tried alot of things none of them worked but in the end updated the driver from the manufacturers website and all is well now Have the same problem...What driver & what Manufacturer Hello breade98 This is a usability issue, I would suggest posting your question on the TechNet IE Beta Forums at http://forums.microsoft.com/TechNet/ShowForum.aspx ForumID=715&SiteID=17 . After initial research I do show this error to be an SSL associated error. Are you attempting to connect to the Microsoft homepage with https ://www.microsoft.com I w ...Show All

  • Phonics3k Seeking backwards with IMediaSeeking::SetPositions and AM_SEEKING_RelativePositioning

    We have some code which seeks the graph backwards by getting the current frame, subtracting 1 and calling SetPositions with AM_SEEKING_AbsolutePositioning. I wondered why we were doing that instead of using AM_SEEKING_RelativePositioning with a value of -1. For forward seeking we use that flag with a value of 1 and it works well. But using -1 gives E_INVALIDARG. Its not our custom source filter, because the call is not even making it through the graph manager code (verified by debugging with the symbol server) to the filters. Is that expected Note that this is Windows XP2 SP2. Is this a bug that is fixed in later versions of quartz.dll ...Show All

  • hrubesh Visual Studio .NET 2003 Professional still can't be installed on Windows Vista

    Since Vista B2, I faced the same problem to install Visual Studio .NET 2003 Professional:   The prerequisites CD fail to install .NET framework 1.1 and J# .Net framework 1.1, so I can’t continue the installation process since prerequisites aren’t guarantees.   I can figure how I can’t install .NET framework 1.1 since Vista come with its own 3.0 .NET framework. But why .NET 2003 install process still want to install an older .Net framework   Moreover, this issue could be bypassed by installing Visual Studio .NET 2003 Professional on XP SP2, then by upgrading XP to Vista. Not so convenient…and it is no long working with Vista RC2 upgrade.   Is their any plan to correct this issue ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum