tala's Q&A profile
SQL Server Problem with SSIS Transaction...Transaction Scope
Hi, I am having some problem with SSIS transaction. Eventhought I tried to imitate the concept that Jamie presented at http://www.sqlservercentral.com/columnists/jthomson/transactionsinsqlserver2005integrationservices.asp . My workflow is as followed ********************************* For Each ADO.Record in Oracle (transaction=not supported) If (Certain_Field_Value = 'A') Lookup Data in SQL DB with values from Ora ...Show All
SQL Server problems with report
Hello, I have a report in Matrix form. Now i need a report in a way that when i click on any item in my column ,another report should be generated with all the data related to it. For example below is a matrix report A B C X x1 x2 x3 Y y1 y2 y3 Z z1 z2 z3 Now when i click on 'X' i need a report with data x1 ...Show All
Visual Studio Team System New To Team System? Check out these resources
Welcome to the Visual Studio Team System forums. My name is Ajay Sudan and I am a Product Manager for Visual Studio Team System. If you are new to Team System, then you'll want to check out the resources on the Getting Started with Team System page. Thanks, Ajay Sudan Product Manager Visual Studio Team System http://msdn.microsoft.com/teamsystem The beta 3 VPC is finally up on MSDN. In the next week or so, there will be a beta 3 re ...Show All
Visual Studio Team System some B3R team builds fail in RC
I have a team build that builds multiple solutions. All of the individual solutions build in other team builds fine. This build fails, the pertinent exception appears to be: <snip> Exception Message: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. (type SqlException) SQL Exception Class: 16 SQL Exception Number: 512 SQL Exce ...Show All
Visual Studio Tools for Office Publishing Error
When I publish a Word VSTO project I get the following errors (details below): Following failure messages were detected: + Exception reading manifest from file:///C:/Hold/Copy%20of%20SQLWord/SQLWord/bin/Debug/SQLWord.publish/SQLWord.application : the manifest may not be valid or the file could not be opened. + Deployment manifest is not semantically valid. + Application reference identity must be strong ...Show All
Windows Forms problem with objects in static methods
How can I do the following in a static method: I get these two errors: Keyword this is not valid in a static property, static method, or static field initializer 'Browser.Form.logger' denotes a 'field' where a 'class' was expected private static void Unhandl ...Show All
Visual Basic Opening Files of External Programs
Hi friends, I am a new basic programmer.. I have 2 develop a program which stores files of diff. formats in some specific folder and then when prompted by user it should be opened in respective program. Like :: *.doc in word, *.pdf in Acrobat and so on.. ......................... Plz help mw with logic and basic code outline 2.. Hi Kebians, How fortunate you are to be learning in a vs2005 environment. What you want to do is a a simple file ...Show All
Visual Studio Team System Rosetta Not Playing Nicely - Help Request (Security)
hey all, i did the virtual server install path and i'm having some troubles in getting a project created as per the example. for reference, i used the how-to for virtual server (except my dc is on the base machine) for the december CTP build. wanted to try to troubleshoot this a little. if anyone could lend a hand i'd appreciate it greatly. i have three machines in the game: WATERPOLO dc, ad, dns CRICKET (virtual machine) sql + re ...Show All
Visual C++ CEdit fails to set text on out-of-proc edit control
I have an application that allows client software to create a dialog box in the application. The application returns the handle to the created dialog to the client. I am running the client out-of-proc. The client is able to initialize all the dialog box controls except for the edit controls. For some reason, when calling the SetWindowText message, the text never makes it into the edit control field. If I later call GetWindowText, the CEdit do ...Show All
Visual C# C# Webmail
Does anyone knows a good webmail client written in C# like UebiMiau for PHP I've already tried DotNetOpenMail... But I didn't like Thanks ...Show All
SQL Server Preferably, I wish to uninstall all existing instance of SQL Server, and install the Community Technology Preview as the default
Upon installing .NET Framework 2.0 Redistributable Package Beta 2 (x86) and Software Development Kit (SDK) Beta 2 x86, SQL Server 2005 Beta 2 stopped accepting client connection requests. I uninstalled SQL Server Beta 2 and installed Microsoft SQL Server Express Manager - Community Technology Preview April 2005. SQLServerManager.msc's error message is MMC Snap-in failed to initialize. Name: SQL Computer Manager. CLSID: {68 ...Show All
Visual Studio Team System subscribe an event using the API
Hi, Can any one please pass the code how to subscribe an event using the API. I couldnt find any example of this issue. Thanks in advance, Shmulik. The API you are looking for is in the Microsoft.TeamFoundation.Server namespace in the Microsoft.TeamFoundation.Common assembly. The interface that allows you to manipulate subscriptions is IEventService. You would do something like this: using Sy ...Show All
SQL Server table schema changes not being propagated - merge replication
Hi, I have attemped to change column types (i.e. from int to varchar(8)) on read-only published tables. I used ALTER TABLE ALTER COLUMN to make the change, and according to BOL this should make sure the changes are seen at the subscribers. Unfortunately, after I make the change to table and run sp_enumeratependingschemachanges, I do not see the table changes listed. However I can make changes to SPs and UDFs, and they do show up in sp_enumeratep ...Show All
Visual Basic Output line numbers progamatically (for logging/debug purposes) to a text file
Using MS Visual Studio .Net 2003 VB I'm trying to figure out how to output the line number of a line of code that is executing. This would be used for logging/debugging purposes. MS VC++ has the 'built in macro' by which this can be done __LINE__ and I have been unsuccessful in finding a VB equivalent - if one even exists. Best example I can give is in C++ because I have none for VB. void Example (int test) { if (!test) & ...Show All
Windows Forms Inherited Click handler
I have an MDI application in which all of the child forms inherit from a base form. This base form handles all of the common functionality of the child forms, including form initialization and closing logic. I have a protected method called CloseButton_Click which is supposed to be the Click handler for any button on a derived form which closes the form when it is clicked (primarily OK and Cancel buttons, but there a few other cases as well). Th ...Show All
