ciberskiper's Q&A profile
Visual Basic WMI impersonation and an exclamation mark!
I've seen many example scripts with lines such as: GetObject("winmgmts:"{impersonationLevel=impersonate}\\"...... cut I have also seen many with an exclamation mark after the impersonation part: GetObject("winmgmts:"{impersonationLevel=impersonate} ! \\" but I can't find out what this means, can anyone explain the exclamation character is used to negate. Depending on where it appears in the moniker string, it can mean a revoked privilege o ...Show All
Software Development for Windows Vista Communication with the underlying transaction manager has failed
SQLExpress is loaded in Win2k3 SP1 and Workflow sample project(web) is running in winXP SP2 i am using Transactionscope and placed 2 custom Activies in it. Initially i used to get "DTC not Enabled" error then i set the Secutiry Settings in MSDTC Properties then it is giving "Communication with the underlying transaction manager has failed" how to solve it Ravi, Did you enable t ...Show All
Visual C# How do I test a button when running an event?
I have a start button which runs a section of code continuously - how do I test the stop button while this code is running Colin, it is usually not a good idea to have an event executing for a long time, as while you are serving an event, the other events get blocked. This amounts to freeze the user interface. If you plan to have a lengthy task running in response to a button click, you should probably use a ...Show All
Visual Studio Team System Activesync 4.1 interfering with Load Testing
We've been performing loadtesting for a while. Recently, I upgraded my Dell Axim x50v to Windows Mobile 5 and Activesync 4.1. Ever since, I've not been able to run a load test unless I unplug my cradle and reboot. I'll get "Failed to Queue Test Run 'bsxxxxx@LHxxxxx 12/5/2005 1:49:39 PM' with id {ba36df6c-78d7-4327-bf83-ac26f035d8b1}: System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properl ...Show All
Visual Studio DateTime picker and the ReportViewer
Hi, I am running SQL Server 05 (SP 1 CTP) and Visual Studio 05. Is the reportViewer used for the Asp.net webforms supposed to have a working date time picker control I know that this was an issue on the beta 2 but I am still expericiencing the same problem. The date report parameters work fine on the preview but when displayed on the ReportViewer in a webform they don't work. I am running version 8.0.0.0 of the &nb ...Show All
Visual C# Can't start my Windows Service
Hi... I've got something which is making me pull my hair out which I hope someone can shed some light on. Basically I've got a Windows Service using VS.NET 2005. This service has been working fine for a while. For some reason now, I cannot get the service to start. By placing MessageBoxes in (with the correct display permissions) I found that the service itself is just not 'activating'. (Main and OnStart are not being called) So I cannot even at ...Show All
Game Technologies: DirectX, XNA, XACT, etc. help me with direct x 9.0
i am strictly in needof direct x 9.0 sdk and it takes a lot of time for me to download making me spend a lot. can any of you send me that please hello david. Nice to hear from you immediatly and i personally thank you for answering my question at the earliest. is it possible for me to get it from local microsoft office which is located at chennai or anywhere else in india. ...Show All
Windows Forms Simple Control Binding to objects
Ok, I feel like an idiot but I cannot get simple control binding to work. I've set up a DataSource and mapped it to my custom object. Assigned the DataSource and the Databinding to several of the properties of the object on the actual control. But when I run the form - no databinding. What am I missing Apparently there needs to be something to trigger the binding, but looking through the method interface there appears to be nothing there. ...Show All
Visual Studio Express Editions Export crystal report v8.5 using VB 2005
Hi, I'm trying to open a crystal report v8.5 using VB 2005.But, I didn't kenow how can I start with this issue I try what I did before with VB6 but It didn't work,Can you help in this issue BR, M.hegazy Hi, Can you give us more details of the error, so that we can help you out better. Thank you, Bhanu. ...Show All
.NET Development CLR and Native code
Hi all, I'm very confused of what is the role of the CLR after the MSIL is converted to the native code Does the CLR pops out each machine instruction and executes them Thanks, Suresh. I often read that CLR allocates memory,does garbage collection,resolve assemblies etc., I beleive these services are associated with the code at runtime (native code) Can you please explain more in detail... Than ...Show All
SQL Server ODBC From Access to SQL Connection Wizard will not come up.
When I choose ODBC from the link tables wizard it just disapears. No error message at all just poof. Any one have any ideas Thanks Preston, What you has described looks like you can not open ODB Data source Administrator. Can you try the following to see if it works. http://msdn2.microsoft.com/en-us/library/ms188691(SQL.90).aspx . If the above link does not work, can you describe mor ...Show All
Software Development for Windows Vista WorkFlow Deployment, Version Control and Managent
Hello All, Lately I have been involved with BizTalk and have recently been looking at Windows Workflow, my initial thoughts around this are positive, but Im looking to find some support around the following issues I have with BizTalk, which may exist in Workflow, as follows: Deployment with in BizTalk is a painfull task, how is this handled with windows Workflow Version control on production system causes a nightmare with maint ...Show All
Visual Studio 2008 (Pre-release) Message SomeOperation(Message input) - Proxy is messed up
In addtion to other operations in my service contract I have a operation contract which looks as follows ( see the service interface below) Message ProcessInputAction( Message inMsg); [ ServiceContract (Name = "MyContract" , Namespace = http://test.com/MyContract , Session = true )] [ DataContractFormat (Style = OperationFormatStyle .Document)] public interface IMyService { [ OperationContract (Name = ...Show All
Visual Studio Express Editions Hello from a returning learner...
Hello from England! :) I learnt VB a while back but I've lost my skills since then and now I've decided to learn how to program in VB 2005 Express Edition and I was wondering if I can copy the code that I have from the programs that I previously created into the new version... Also, where can I get software that allows me to create customised splash screens from, especially transparent ones and also are there any good tutorials that teach ...Show All
Windows Forms Create a custom DataGridViewColumn for radio buttons
Hi, In my application, I want to create a custom DataGridViewColumn which contains radio buttons, much like the DataGridViewCheckBoxColumn. I know I should derive from DataGridViewColumn and DataGridViewCell, but I'm not quite clear on how I should proceed. There's so little information on this topic; as far as I know, no MSDN article on this area has been written yet. Hope that somebody here can shed me a light. Thanks a lot. Dotnetjunk ...Show All
