Sunil S's Q&A profile
Visual Studio Team System send email when bug is open
Hi, Is it possible to set up a rule that will automatically send email whenever a bug is open (to the assigned to person) Thanks, Michael You are going to want to look into the BisSubscribe.exe application. It is used for managing subscriptions. It is part of the Visual Studio 2005 SDK ( http://affiliate.vsipmembers.com/affiliate/downloadfiles.aspx ). You will have to sign-up to download it. You will also want to get this tool ( http://blogs.msdn.com/narend/archive/2006/07/26/679440.aspx ) to help create filter expressions for BisSubscribe.exe. - Steve ...Show All
Visual C++ How to access a database
Dear All, I am new to Visual C++ 2005 and I would like to write a network application that uses native win32 C++ and that stores and restores data to and from a different databases (depending on the setup). I am planing to make this application portable to be launched and executed on both platforms Windows and Linux. My question is that is there a generic iterface that enables me to connect the C++ application to an ORACLE or MySQL database (depending on my setup) so that I can restore or store my data using SQL commands from within the C++ program. Take note that this interface should be compatable with Windows and Linux plateform ...Show All
Visual Studio Team System ? Check in but keep checked out ?
Is there any way to check-in a changeset, but still keep it checked out That's something I often do with VSS6, but I can't see any way with Source Code Explorer. (There's a few things like this from VSS6 that I'm missing - for example, the ability to find all files with a specific suffix, and then be able to easily check them out without having to painstakingly visit each of them in their source code folder.) Yeah, I'm afraid both of those are things that SourceSafe has but the Team Foundation UI does not. It's not that we don't want them but rather we had to scope what we could do for V1 due to the a ...Show All
.NET Development CommandBehavior.KeyInfo
Hello, I have a connection using .Net Framework Data Provider for Oracle. When I try execute the follow statement: cmd.CommandText = "SELECT NOME, CI FROM (SELECT NOME, CI, ENDERECO FROM FUNCIONARIO) A"; conn.Open(); DbDataReader reader = cmd.ExecuteReader (CommandBehavior.KeyInfo); schema = reader.GetSchemaTable(); reader.Close(); conn.Close(); /******************************************************************************************/ System.InvalidOperationException was unhandled Message="Syntax Error: Expecting identifier or quoted identifier." Source="System.Data.OracleClient" StackTrace: &nb ...Show All
Visual Basic Generics: Can derived Class be the type Parameter of it's base Class?
Hello, will something like this be possible in the final Version Public Class BoatPart ... End Class Public Class SailingBoatPart (Of Part as {BoatPart, New}) Inherits BoatPart ... End Class Public Class Sail Inherits SailingBoatPart(Of Sail) ... End Class Regards, Markus Sure this is possible. Module Module1 Public Class BoatPartSpecific Dim PartType As String = "BoatPart" Public ReadOnly Property BoatPart() Get & ...Show All
Windows Forms Need to import Outlook contacts into ASP.NET Web application..
Hi, I'm looking for the best way to access client (the user's computer) Outlook address book information for use within a Web application on my company's Intranet. The only way that I've been able to accomplish this is by programming and using an activeX control that utilizes Outlook's object model, but I know that there must be a better way. Sharepoint actually has the same type of functionality I need for my Intranet page (Import Contacts > select contacts from Outlook address books > contacts are added to list on webpage). I'm using: Outlook 2003 Exchange Server 2003 Visual Studio.NET 2003 ASP.NET 1.1 C# Thanks for your he ...Show All
SQL Server default schema for NT-group not possible
We have a new development SQL2005 server. To implement secutiry on this new server we decided to grant rights to NT-groups. We defined an NT-group Programmersmembers and gave this group the necessary rights. The problem now is when a member of this NT-group creates a table (this group is dbo in the development database) everything works fine as expected. But when a member of this group tries to make a new table through 'Microsoft SQL server management studio' they receive the error that there is no default schema available. But it seems to be impossible to map a default schema to an NT-Group. => Does this means we have no other way tha ...Show All
SQL Server Data Transfer reported as succesfull BUT only one row is ever transfered!!
Hi, I have SQL Server 2005 Developer Edition installed on my laptop. At this time, our servers here are currently running SQL Server 2000 Enterprise edition. When I try to use the DTS import/export wizard to transfer records between two SQL Server 2000 databases, SQL 2005 always reports the transfer as successful! Although when you check the destination table there is only ever 1 record transfered This has happened every I have attempted, on any tables, are there any fixes to either perfmit the copy of all records or at least report the error condition that prevents records being transfered Regards Colin I ...Show All
Visual Studio Express Editions yo, i am not able to make a deletion using the default Binding navigator.
Hi, I am a beginner in using visual basic 2005 express edition. And I went through the tutorials. But when coming to 'Connecting to an Existing Database' part, I encounter the problem which I am not able to update the changes to the database. When i tried to delete a record, the change is not made to the database. So everytime when i press F5 again, the data will be get back to the old one. I understand that the program keeps two sets of data in project dir and bin dir. So I follow someone's suggestion which is connect to remote database directly without keeping any copy in my project folder. (By selecting ...Show All
Visual Studio Team System Public Service Announcement: How to fix new Test Projects on July CTP
http://blogs.msdn.com/vstsqualitytools/archive/2005/08/09/449268.aspx It appears that on the July CTP there was a small bug that caused problems when creating new Test Projects. If you wish to create *new* test projects on the July CTP, you will need to apply this fix. Summary: One of the template files that is includes with VS for test projects was incorrect in the July CTP. It can be worked around, or fixed by downloading a file. See the above link for full details. Yours, Dominic ...Show All
Visual Studio Express Editions DLL question
I wrote a DLL awhile ago in Visual Studio, but I don't have it anymore. I tried making the DLL again in Visual Basic Express Edition. This DLL is for use in a mIRC script. When I went to the properties page before, I could check a box that said "Register for COM Interop". I'm not seeing that box in VB Express. I've also just started using the trial version of Windows XP Professional x64. Is it possible to register for COM interop with VB express, and also will the new OS give me problems running the DLL hi, Is your problem solved If no can you be more clear in your problem definition Thank you, Bhanu. ...Show All
Visual Studio Is there a way to generate 'formatted' design document from Class Designer?
Hi, I would like to generate a Word file containing various class diagrams along with descriptions of classes, methods, attributes ant all the details (summary, remarks, parameters etc). The output is preferably a Word document which I can edit later. Is there a way to do this/ Thanks, Deepak Class Designer doesn't directly generate Word files, but here's some tips that could save you some time. Use Class Designer to generate image files of your class diagrams. You can find a command that does this by right-clicking on the design surface. You can easily generate image files for multiple class diagrams ...Show All
SQL Server AS2005 September CTP Errors when Processing Cube
I have a cube which was originally created in the June 2005 CTP. I have made no changes. I am just attempting to process it in the AS2005 September CTP. I get random messages like this: Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_PolicyFact, Column: PolicyDimKey, Value: 3135. Errors in the OLAP storage engine: The record was skipped because the attribute key was not found. Attribute: Policy Number of Dimension: PolicyA from Database: CDEV15D1, Cube: Cube, Measure Group: Policy Fact, Partition: Policy Fact, Record: 2920. While trying to process various fact tables. Any ideas I checked an ...Show All
.NET Development Stream attachments from SQL database for Mail
How do I stream attachments that are currently stored in an SQL database I am trying to create a Windows Service to send mail with attachments. If it is too complex are there any alternatives Version 2.0 of the Framework has added SMTP support. You will want to look at the following classes: System.Net.Mail.MailMessage System.Net.Mail.Attachment System.Net.Mail.SmtpClient ...Show All
Visual C# DialogResult disaster drama.
I'm trying to create a message box that pops up after clicking a Toolbar button, which asks firstly whether to check online (Yes, No, Cancel). If user clicks No it would create a new message box with question "Create new.." (Ok, Cancel). The problem I'm having is trying to get the "Ok" click to then load up a new form (LyricForm). Below I've posted what I've created so far after spending hours trying to work out how to make the DialogResults do it's thing. (Probably a giant mess - am very green to C#). Using C# Express Edition 2005 Beta 2. Any help would be extremely appreciated. private void buttonLyrics_Click(object sender, EventArgs e ...Show All
