-
- Unpleasant surprise after installing Visual Studio SP1
by Trevor E Hilder
- 7 Replies
- Last post
by Trevor E Hilder
- Dear all,
Beware of installing Visual Studio SP1 if you have Workflow Foundation Extensions for Visual Studio installed.
Everything looks ok until you try to create a new workflow. At this point, the binding of activity properties to dependency properties refuses to work. None of the dependency properties appear as valid choices for binding to.
Also, the workflow snippets no longer work.
-
- Audio glitching, audioDG to hit 25% CPU
by microslave
- 14 Replies
- Last post
by Dommaz_uk
- Hi
I've got this annoying problem since the release of Win Vista Ultimate RTM (32bit). When i play audio,games/movies the Audiodg.exe uses 25-30% of the cpu every 30th second or so. This have an BIG effect on the sound, wich crackles every time audiodg uses more than 0% of the cpu. i have noticed that when i play audio in media player 11, the crackling sound is gone, even when audiodg loads the
-
- how to copy file to system32 folder automatically
by Kevin Sharp
- 1 Replies
- Last post
by Oliver Lundt - LN
- There is a setup program which can run on xp correctly that file can copy to the system32 folder, but after this setup program installed on vista, the file can't found in the system32 folder, althought I using CopyFile() function in test program, it can not copy file to system32 folder too. what I need to do
-
- vb.net application : getprocesses() gives access denied
by r@ds
- 7 Replies
- Last post
by david chow
- my vb.net application that runs fine on XP , 2000 is giving " access denied " error on vista for -> getprocesses(local machine name).
I tried passing the local machine name , IP address but it stills gives the access denied error.
The processes to be returned are from local machine on which the application is running , not for a remote machine.Also the user account on vista is o
-
- FILE_ATTRIBUTE_VIRTUAL?
by BrentB
- 1 Replies
- Last post
by BrentB
- The constant FILE_ATTRIBUTE_VIRTUAL is referenced in various places like the on-line MSDN documentation for WIN32_FIND_DATA. However, it is not defined in any include files (should be in WinBase.h). This is with VS2005 with sp1 and sp1 vista update installed.
I have a problem with FindFirstFile() that might be resolved if I could check that attribute. Can anyone provide the numeric value of
-
- Windows Vista - Generic Text Only Printer
by Sourabh
- 1 Replies
- Last post
by Sourabh
- I want to install Generic Text Only Printer on Windows Vista Business edition. It is not listed under Generic Manufacturer in add printer wizard (as it appears in windows xp). Any help is grately appriciated.
Thanks
-
- Error message: STOP 0x000000EA THREAD_STUCK_IN_DEVICE_DRIVER (Q293078)
by zar1704
- 1 Replies
- Last post
by Naglfar
- I am getting the above mentioned error on Vista Home Premium.
I have a Toshiba Satellite w/ Mobile Intel(R) 945GM Express Chipset Family Video Adaptor.
I am running with the latest driver.
I don't have the ability to change the Hardware Acceleration because the driver won't allow it.
How do I fix this error
-
- SetFilePointerEx corrupt file content
by fchen
- 5 Replies
- Last post
by fchen
- Looks SetFilePointerEx corrupt file data around the file pointer, I attached a simple code, basically I write1, 2, 3, 4, 5 in certain file position, you can see 4 is damaged.
I used SetFilePointerEx to change file size, this call is good for file greater than 4GB before _chsize_s comes out.
Any suggestions
Thanks,
Fuwang
#include "stdafx.h"
#inclu
-
- Launch the CD burning wizard from code, in Vista
by Tamas Kalman
- 1 Replies
- Last post
by David Burg - MSFT
- I need support for cd burning in my software, so I tried a couple of code samples using IMAPI, but It does not work on every Vista machine I tried. It seems to be a solution to copy the files to burn to the staging area, and then launch the burning wizard. So my question is that how can I lunch the CD burning wizard from C# code in Vista
-
- GetSystemMetrics( SM_CXPADDEDBORDER );
by DPayne
- 1 Replies
- Last post
by ARisely
- Hey!
I'm upgrading a Win2K/XP MFC/Win32 (no .NET) application to give it a more modern look and feel when running in Vista. I use Visual Studio 2005 C++ and have the February 2003 Platform SDK loaded.
The application uses a CDialogBar derived class with an override added for CalcDynamicLayout() so that the dialog bar will always take up all available vertical or horizontal space in the main
-
- No sound on my Toshiba Satellite , I've tried many drivers
by fdstudio
- 13 Replies
- Last post
by Pich09
- Hello guys,
I own a Toshiba Satellite L100-121 notebook and I have recently upgraded to Microsoft Windows Vista. My notebook has an onboard sound card (realtek ac97 I believe) and I have downloaded so far almost 12 versions of sound drivers designed to work on Vista without success. I went to realtek's website, none of their drivers seem to work. I went on Toshiba's website, same issues.
I n
-
- Custom activities and tracking
by Doogal
- 8 Replies
- Last post
by jfkrueger
- Hi
I've written a custom activity which I'm using in my workflow. This custom activity lives in it own assembly. I'm using the SQL persistence service and the SQL tracking service. The persistence service is working fine but the tracking service throws and exception when I try to access the ActivityEvents property of the SqlTrackingWorkFlowInstance. The exception is
Type information for acti
-
- Com+ ServicedComponent : Service always running
by SergeCourbonProd
- 2 Replies
- Last post
by Jim Carley
- Hi,
I am using a servicedcomponant class :
My CODE :
public class myClass : System.EnterpriseServices. ServicedComponent , ImyClass
{
}
I specify the component run in a system process (I need only one instance for several clients) :
[assembly: ApplicationActivation ( ActivationOption .Server)]
My PROBLEM ! :
- When I use the component (with C# applicati
-
- "The owner SID on a per-user subscription doesn't exist"
by nyforever
- 14 Replies
- Last post
by R0no
- I'm trying to convert this one AVI (XVID) to DVD using Windows DVD Maker. Every single time (tried it 4 times), I get this error at 99.0%: The owner SID on a per-user subscription doesn't exist What is this error I tried with multiple DVD, and still get this. I'm using an NEC DVD-/+R burner (don't know the exact model).
-
- Link Error occurs utilizing WDK sample asyncnotify
by harufumi
- 0 Replies
- Last post
by harufumi
- Hi all,
I have been trying to use WDK sample (build 6000: WinDDK\6000\src\print\asyncnotify), however visual studio produces link error at:
1>asyncnotify.obj : error LNK2019: unresolved external symbol "long
1>__stdcall RouterCreatePrintAsyncNotificationChannel(wchar_t const
1>*,struct _GUID *,enum PrintAsyncNotifyUserFilter,enum
1>PrintAsyncNotifyConversationSty
-
- calling stored procedure
by Atul Palkhe
- 1 Replies
- Last post
by Vatroslav Mihalj
- Hi ,
I am new to mysql stored procedure, i need to execute mysql procedure which is on remote machine and function in VC++ with arguments.
I am using Visual studio 2005.
Please help me how to do it.
-
- IMAPI v1 Shim source code
by Brooks Brown
- 4 Replies
- Last post
by Brooks Brown
- Why not make the IMAPI v1 Shim source code available to developers (I may not be using the right name for this - I mean the IMAPI v1 implementation using IMAPI v2.) My understanding is that it's based on IMAPI2 which is already public, so I don't imagine it exposes any industry secrets that Microsoft doesn't want exposed. It would make a very nice body of sample code for IMAPI2. Regards, Brooks
-
- Workflow Tracking performance issue
by SLV
- 4 Replies
- Last post
by Hejduk Rostislav
- I've got a performance issue while using workflow tracking. The application encounters a Sql timeout when calling SqlTrackingQuery.GetWorkflows. This actually results in a call to the GetWorkflows stored procedure that won't return it's result, or returns it very slowly. GetWorkflow is invoked with @WorkflowStatusId = 0. Checking the execution plan I observed that the stored procedure creates a te
-
- Problems with moving DirectShow code to VS8
by harshdeep
- 4 Replies
- Last post
by diwakar_pal11
- I'm facing some problems in moving my DirectShow code to VS8. It was building and running fine with VS7. I've also migrated to the latest Platform SDK (Windows Server 2003 R2) and DirectX SDK(April 2006) In tchar.h, I get the error "Need to include strsafe.h after tchar.h" even though I've included strsafe.h. I commented the following lines from tchar.h to make it compile. I know it's an
-
- managed cards
by polenius
- 14 Replies
- Last post
by painterRTP
- Hi, i'm creating some test apps using cardspace. When I use personal cards i have no problem to manage what I need. My problems start when i try to work with managed cards. I prepare Webservice (using WCF) which need managed card to authenticate. When i call this service CARDSPACE UI appears and my managed card is only card which can be selected (this is what I suppose what it will do). However, w
-
- Now available: Feed Viewer beta gadget for Windows SideShow
by Huat Chye Lim - MSFT
- 6 Replies
- Last post
by Dan Polivy - MSFT
- The Windows SideShow team has just released the Feed Viewer beta gadget, which lets you view your favorite RSS feed content on your Windows SideShow devices. As with all other Windows SideShow gadgets, you can download this gadget from the Windows Live Gallery .
Since this is a beta gadget, as you download, install and try it out, we'd love to hear your thoughts on the experience and your sugge
-
- Test Case 23 - Rollback restores machine back to original state
by logikel
- 5 Replies
- Last post
by Bruce N. Baker - MSFT
- When the rollback occurs, what is meant "back to previous state" Is there any description of what changes are allowable even after the rollback occurs Do all files, folders and registry keys need to be removed After the rollback, the imaging tool I use still shows a large number of changes.
Thanks,
Kelly
-
- Converting existing workflow from code based definition to xoml
by NMF
- 6 Replies
- Last post
by Tom Lake - MSFT
- Hi, is there a way to convert an existing workflow that is code based to a xoml based definition Thanks -- Nuno
-
- Directshow : to create hotspot within video.
by chiragkapadiya
- 3 Replies
- Last post
by Thore Karlsen
- Hi, I want to make an interactive media player. In that I want to provide facility to create hotspot in file and tracking perticular object around which hotspot is drawn. Also I want to add some metadata in the original video file.I want to do it in mpeg4,windows media format, avi format video files. I read on microsoft's site that directshow has ability to create interactive media file. Is it pos
-
- how can I use "CLSID_VideoMixingRenderer9" in smart device project.
by Suman Kumar Sikdar
- 0 Replies
- Last post
by Suman Kumar Sikdar
- hi, I am doing a smart device project where I need to put a text on a running video....By Win32 application it can be done...but when I select smart device project in visual studio 2005 , I am facing problem.The problem is it is unable to find out CLSID_VideoMixingRenderer9. I included all the header files & library also.But unable to do that. Can anybody suggest me, or tell me any other metho