Raghavendra RAV's Q&A profile
Visual Studio Express Editions WMI problem installing SQL Server2005 Express CTP
Hello all, i'm having trouble installing SQL 2005 Express CTP on my Windows XP Prof. german SP2 version. I got this entry in eventlog: Googled and searched on Microsoft, no result. what can i do Thanks, Helmut Ereignistyp: Fehler Ereignisquelle: WinMgmt Ereigniskategorie: Keine Ereigniskennung: 10 Datum: 21.06.2005 Zeit: 19:58:30 Benutzer: Nicht zutreffend Computer: STUDIO Beschreibung: Ereignisfilter mit Abfrage "select * from __InstanceOperationEvent WITHIN 1800 WHERE TargetInstance ISA 'Win32_Service'" konnte im Namespace "//./root/CIMV2" nicht (re-)aktiviert werden aufgrun ...Show All
Visual Basic PictureBox + Color
OK, here's where I'm at - I've created a panel (400x400) with 324 PictureBoxes (yes, unfortunately I felt the need to use a 18x18 grid of PictureBoxes). Each PictureBox has some code which changes the colour when pressed. Below is an example for PictureBox2: Private Sub PictureBox2_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles PictureBox2.Click paintme(PictureBox2) End Sub And the code for painting: Public Function paintme( ByVal square) square.BackColor = ColorDialog1.Color End Function I need some script which changes the color of multiple Pi ...Show All
Smart Device Development sql connection error
I am getting following error: Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\Adnan\My Documents\Visual Studio 2005\Projects\Mobile5\Mobile5\Form1.cs 20 4 Mobile5 the line which caused problem is System.Data.SqlServerCe.SqlCeConnection conn = null; following are being used as reference using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System. ...Show All
Visual C++ PostQuitMessage Issue
Hi, I have tried to automate my application through a small VB program. This program runs fine except for when you press the quit button. This button succesfully navigates to the designated function in my C++ code for my application but at this point it fails. All that is in this function is PostQuitMessage(0);. It is on this call that the application locks up, as well as the VB app locking up. I have looked at the information for postquitmessage but it doesnt seem to give many clues. The only part I found a little confusing is, the parameter that you pass has to be an application exit code. Does thi ...Show All
Software Development for Windows Vista Binding an property of activity to a property of a private member
Hi all, After working through the Hands-on-Lab Authoring Workflows through code, I started authoring my own workflow. The workflow contains a private member of some class type, The class itself contains members that are classes as well. Say something like: class MyWorkflow : StateMachineWorkflow { ... private A myA; } class A { public myB; } class B { public string myValue; } It's for clearification: please don't mention the public accessors. The workflow uses an activity exposing a property of type string. Q1:How should I -in code- bind the property of the activity to /Workflow.myA.myB.myValue. ...Show All
Visual Studio Express Editions Trying to call a function remotely
Hi im sorta new to vb so please bare with me. I have written a client and server program that communicate with tcp. I can send messages back forth between the two fine. What i would like to do though is be able to call a function that is in the client program from the server program. I have a screen capture function on the client machine and would like to call it from the server application to view the client's screen. Is this possible Thanks Unless you were to be using something like Remoting , having one of your apps call a function within the other isn’t going to be able to happen directly, ins ...Show All
Visual Studio Team System Another publishing test results question
Ok, here's the steps I'm taking to attempt to publish test results. - Create a Team Build of HelloWorld app. - Run build from Team Explorer on a machine logged in as DOMAIN_A\myacct with only Team System for Testers installed and connected to Team Foundation Server via DOMAIN_B\myacct credentials. - Run test. - Right click the expected fail result in Test Results window. - Select Create Work Item -> Bug. - When prompted to publish test results now, click Yes - When dialog opens, select the failed test run result. (NOTE: Owner field shows DOMAIN_A\myacct which are not valid to connect to the TFS). - Click OK to ...Show All
Visual C++ Failing to get menu handle of Microsoft Word using GetMenu()
Hi all, I wanted to traverse programatically the complete menu items of Microsoft Word . But the GetMenu() API fails . I am able to get menu handle of MS Paint application. What seems the problem Thanks. <Manas@discussions.microsoft.com> wrote in message news:3c773dc8-e86c-44c9-85be-22ec98d4bf46_WBRev1_@discussions.microsoft.com > I wanted to tra ...Show All
Visual Studio Team System HTTP Status Code: Unathorized - Unathorized
I have a team member who is getting an error trying to save a NEW work item. She receives a popup alert that states: "HTTP Status Code Unathorized - Unathorized" However, she is able to modify existing work items. I looked at the event log on the app-tier but don't see any errors. Any ideas ~slee Nope, in this case the following occurred: One of the members from my QA team entered a bug (without an attachment) and saved successfully. They then clicked on the attachments tab, added an attachment and saved the bug immediately. They received the bug: "BadRequest - Bad Request". That appears to me t ...Show All
Windows Forms How to insert an empty row in datagrid which bind to datatable
Hi, I am looking for help about inserting an emtpy row between rows, not to the last row, to allow user enter data in datagrid. Thanks, Following code to some extent solve my problem, but not the really good one. I hope there are some more better solutions. Thanks, I use Microsoft ...Show All
Visual Studio Tools for Office How to invoke the events in Business Contact Manager(Outlook addin)
I want to know that can I program the events in BCM(Outlook addin) like item_add event for adding contacts and updating them through item_update. Its not working for BCM at my end. Please guide me how could I achieve this task. Thanks in advance, Peeyush Agarwal Peeyush, I'm sorry you are having trouble with this BCM issue. It is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tools per se. So you will be best served by posing this question to a forum or newsgroup wholly dedicated to application-specific issues such as yours. Here ...Show All
.NET Development Service and COM don't work with Windows XP Service Pack 2
I have a service application created with VB.NET that creates a COM object. The service works fine in Windows 2000, but in Windows XP with service pack 2 it doesn't because it receives the "Access denied" error. If I create a windows form application instead of a service, it works fine even in Windows XP with service pack 2. Can someone help me Run dcomcfg.msc and check the security settings (Launch and Access permissions) of this out-proc server (under DCOM Config). By default only SYSTEM and SELF are granted access permissions, you should add Administrator. Willy. &n ...Show All
Visual Studio Team System ? VS2005 RTM + Team System Beta 3 = OK ?
Ok, so we've got the VS2005 RTM on MSDN Subscriptions now - Yippee! But: What about Team System Can we use the existing Team System Beta 3 with VS2005 RTM I know there was talk of a "Team System Beta 3 Refresh". Will us Team System users need to wait a while before installing VS2005 RTM Or can we go ahead and install it, and Team System will continue to work with it just as before [EDIT] I see that the Visual Studio 2005 Team Edition contains Team Foundation Server - so I guess I just need to install that. I think I'd better finish downloading it and see what the FAQ has to say before asking any more questions... ...Show All
Visual Studio Team System Is shelving broken in TSF Beta 3 Refresh?
I've actively shelved some changes (making sure to follow the docs), but have been unable to unshelve. When I get the list of shelvesets nothing is ever returned but if I try to shelve something with the same name again I am told that the name already exists. I also poked into the database (modifying nothing) and did see that my shelving did make it into SQL Server. As a note, I only have one user in the same so I'm shelving and attempting to unshelve to myself. Do other people have this working properly Joe We don't have any known bugs for this (at least that I know of), so this is either som ...Show All
SQL Server Scripting: How to customize? And Why not Level 7.0
I have been going through SQL Mngt, and I can't find a place where I can configure the scripting options for the right click-scripting options... (similar to what was in QA in SQL 2000...)... Biggest thing, I am looking to add PERMISSIONS scripting to the default CREATE script selections. 2nd... How can I bulk script a database that is in Compatibility 7.0 mode. We have a converted database, that we CAN'T covert to 8.0 or 9.0 at this time, due to an application that errors out when you change the compatibility levels above 7. http://www.sqlservercentral.com/columnists/bBaliner/sql2000tosql2005wherehaveallth ...Show All
