Answer Questions
BuddhaDave creating desktop on vista and launch IE on it
Hi, All I run into some issue with creating a new desktop on windows vista: If I create a 2nd desktop using CreateDesktop (with NULL for security attributes), and launch an IE using CreateProcess() on the 2nd desktop from default desktop, it will be created with medium integrity level and a pop up on the 2nd desktop mentioning that Admin rights is required w/o real IE displayed. However, launch an IE using CreateProcess() on default desktop directly is OK(and in low integriy level). Then I tried launching an IE using CreateProcess() on default desktop from 2nd desktop instead, it works fine with an IE with low integrity level appeared on default desktop. So, how can I enable same behavior on 2nd desktop as the default one - IE c ...Show All
Jacco Mintjes Designer failed to deserialize the data during drag and drop
Reason: could not load type XXXX from assembly YYYY Created a VB.Net custom activity that has a property of type XXXX in a seperate assembly YYYY. Works fine if the class XXXX is a VB.Net class in a seperate project. Does not work if the class is in a C# project. Project compiles fine. d1 Hello Kushal, any luck with this issue Anyone else have this problem thanks Don I tried the scenario and wasn't able to repro the problem. I am using the RTM bits of .NET 3.0. Can you give some more details like - 1. Which version of .NET 3.0 you are using. What is the type - Is it a simple class or something else If a Class can you copy in the code of that type a bit.... ...Show All
MatHobbs Insufficient permissions to complete action
I have installed Windows Vista Ultimate, Visual Studio 2005, .NET Framework 3.0, Window Vista SDK, etc. in order to integrates the various help systems, I open IE 7, and navigated to the following link: ms-help://MS.VSCC.v80/dv_vscccommon/local/CollectionManager.htm. The help collection manager is displayed, and after I had selected all my options and clicked the "Update VSCC" button, I get this error: "Insufficient permissions to complete action" It appears that the help collection manager is running VBScript. Can someone please help me on this Thanks in advance. Getting the same error. However, as I'm writing my installer which should include this help i ...Show All
pc0416 problems with graphics and sleep mode
Ill start with the graphics problem I'm running RC1 on my laptop (IBM Thinkpad R31) and everything is compatible. The problem is that i cannot get my graphics card initialized. It installs the driver but it tells me that i can't turn it on. It doesn't make sense to me The graphics controller is the Intel 82830M. Like i said it will install the driver but it won't activate it. The other problem is that my Sleep mode is unavailable. Being a laptop i need either sleep mode or hibernate....and i dont have it. im afraid these forums are for software development and not technical support for Vista therefore I have to ask you to post your question to the appropriate communities: www.microsoft.com/comm ...Show All
shekhar saran web services
Hello, am I correct to understand that there is no .NET framework integration yet I am wondering what support for calling web services there will be in v1 release. The usage I am thinking for WPF/E is to have XAML+C# as a complete front-end, using no javascript, and talking to backend web services. Does this sound like a reasonable usage that will be well-supported and is a goal for the WPF/E initiative To me it does not look like the December CTP supports this. Thanks, Brad Williams Did you see http://www.nikhilk.net/WPFEAndScriptSharp.aspx Thanks for your responses. I am not trying to build something right now, I am trying to think ahead for late 2007 projects, a ...Show All
N G Smith adding monitored folder in wmp
Hi, Hw to add monitored folder to Windows media player using IWMPFolderMonitorServices in C#. Pls help Thanx Nebu ...Show All
yaakov Workflow not Persisted
Dear all, I have a StateMachine like this: State1 ----- Event Driven ----------HandleExternalEvent ----------SetState (to state2) State 2 ----- Event Driven ----------HandleExternalEvent ----------SetState (to state3) State 3 ----- Event Driven ----------HandleExternalEvent ----------SetState (to state4) State 4 (Final State) And my host application do this: 1) Implemented the SQLPersistenceService (no tracking yet), set unloadonidled to 5 seconds. Added Handler for both workflow idle and persisted events. 2) The use click a button to raise an event to start a new workflow instance (State 1). By default, State1 will prompt an alert then goto State2 (become idle). The host actually unlo ...Show All
hye_heena Mutex across multiple sessions
I have created a mutex inside a service using TCHAR sznam[] = "Global\\mutex_hello"; ServHand = CreateMutex(NULL,FALSE,sznam); SetNamedSecurityInfo(sznam, SE_KERNEL_OBJECT, DACL_SECURITY_INFORMATION, 0, 0, (PACL) NULL, NULL); now i want to use this mutex from application running in diffrent session. serv = OpenMutex(MUTEX_ALL_ACCESS,TRUE,"Global\\mutex_hello");; DWORD abc; if(serv == NULL) WriteLog("file not found"); abc = WaitForSingleObject(serv,INFINITE); if(abc == WAIT_OBJECT_0) MessageBox(NULL,"object signaled","object signalled",MB_OK); else if(abc == WAIT_TIMEOUT) MessageBox(NULL,"WAIT_TIMEOUT","WAIT_TIMEOUT",MB_OK); else(a ...Show All
XtremeISP Problem with activity execution status
Hi All, I am having a state machine XOML Workflow which has custom activities in it.I have the activity execution status method for the custom activity.When i run the xoml i am able to create the workflow instance but i am not able to get the workflow in the method what i have in custom activity to execute.I set a breakpoint in that method and tried running the workflow.I am not able to execute the custom activity in the workflow.Can anyone help me to sort this out Thanks in advance. Karthick. If you are using XAML Activation, passing XmlReader to CreateWorkflow, then you can't include the x:Class attribute in the xoml file. Remove the attribute and you shouldn't get the error any more. If th ...Show All
Bishnupada Mukhopadhyay How do we do a clean install for Feb CTP?
I've got Visual Studios 2k5 with SP1 If i try to uinstall the Dec Template I get "This template is dependent on the Microsoft Visual Studios 2005 Web Application Projects and its dependencies. See section 4.2.2 of the WPF/E SDK Release Notes for more information." But I can't install Microsoft Visual Studios 2005 Web Application Projects even though it told me to install "Update to Support Web Application Projects" (which installed fine) first. I though Visual Studios 2k5 SP1 was meant to solve all this Does anyone have any ideas cheers You should have the new script if you've installed the new version. When I installed the new version I had the new aghost file. ...Show All
AnthonyUK Protected Registry key access under Vista.
Well I see the /basic./ problem. On 2k/xp the local administrator has the right to alter the permission of the registry keys in question from regedit (as well as by using the above code). On Vista the same operation in regedit itself returns an Access Denied error. So the default permissions HAVE changed on certain registry keys and/or the local admins ACL. It seems that write permission or the ability to change access at all is now only allowed by the SYSTEM account. Would I also be right in thinking that there is no way that a program run under an administrator account possibly impersonate a SYSTEM user Has the ability to add data to this key now just been made compeltely impossible via code or account access Specifically: H ...Show All
Arjun B Unable to Import System.Workflow in aspx.vb page
this simple but I just cant make it out... Was wondering why I cant import System.Workflow in an aspx.vb file. I did add Reference to System.Workflow.Activities, .ComponentModel & .Runtime ... any clue thanks moredotnet What problem are you having Are you getting some error I am able to add the following to an aspx.vb without getting any errors: Imports System.Workflow Have you tried importing as System.Workflow.ComponentModel, or System.Workflow.Activities, as opposed to just the base namespace The only two assemblies you should require are System.Workflow.ComponentModel and System.Workflow.Activities. Thanks, Angel Hi All ...Show All
Hamish_Crerar Orca MSI Editor
I want to create a simple installer for a certain dbms vendor's "instant" client. Apart from copying the libs, I have to modify the "PATH" environment variable for all users of the system and broadcast a WM_SETTINGCHANGE message, as there seems to be no better way to advertise a dll's location. [ http://support.microsoft.com/kb/164501 , http://support.microsoft.com/kb/104011 ] To achieve this, Windows installer has WriteEnvironmentStrings and RemoveEnvironmentStrings actions. But with the tools I have and understand (Visual Studio 2005 Pro), these actions cannot be configured. So I figured I might fiddle a little in the resulting installer file using orca.exe. When I search for " orca msi ed ...Show All
swiftdc SSL Problem
I have unzipped and installed the batch file in 'Creating Managed Cards.zip'. The batch file displays success for all 4 installations : 'CAPICOM, Certificates, host, web sites'. However, when the browser attempts to enter the page https://www.fabrikam.com/CardSpace the following message appears. The security certificate presented by this website was not issued by a trusted certificate authority. The security certificate presented by this website was issued for a different website's address. Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server. This persists even I have imported the www.fabrikam.com certificate, www.fabrikam.com.pfx , into the trusted people store. ...Show All
ram013 OTP: I lost my Product key for windows vista beta 2
I lost my Product key for windows vista beta 2 Can someone tell me how can i get it back. Thanks. Dante These forums are for development questions only, you need to find a forum dedicated to beta issues and ask this there. ...Show All
