craigg75's Q&A profile
Visual Studio Team System Error installing TFS final release
This error occurs during health check, "The SQL Server 2005 KB Update is not installed on this computer" We have SQL 2005 Standard installed....is there an update any ideas -Jim First, I highly recommend you go though the check list in the install guide. I normally skip these but in this case there are a large number of gotcha's that the install guide walks you though (this is one of them) ...Show All
Visual C++ LVM_INSERTITEM NOT WORKING
Hi, I'm working on a COM using C++ but I'm getting an error message when I try to insert an item. Can't I use this message with a dialog Thanks. _bstr_t contextName(bstr); LPCWSTR lpcContext = contextName; ::MessageBox(NULL, lpcContext, L "lpcContext; Unity - PopulateCheckedListBox" , MB_OK); const char * contexts = contextName. operator const char *(); lResult = SendDlgItemMessage(hwndDlg, IDC_LIST_CONT ...Show All
.NET Development How to use System.Net.Mail.SmtpClient via SSL and Authentication?
Below is my code, and is just blocked there. There is no any error message. '=============================================> Dim msg As String = "---" Try Dim strAddress As String = " xxx@xxxx.com " Dim s ...Show All
SQL Server Bug?-when using nested subreports in combination with list
Someone please help me with a workaround on this issue: I have created three reports: (ReportA, ReportB and ReportC). ReportA includes a subreport (ReportB). ReportB consists of one list. The list is bound to a dataset. The list consists of one subreport (ReportC). ReportC is an empty report. What is the problem: When running Report A,The report generation fails when the dataset that is used in ReportB returns zero rows and ...Show All
Windows Forms BackColor Property of textbox
I discovered a very strange behaviour concerning BackColor/ForeColor properties of a textbox. On a form, I have a textbox which contains a url. I want to implement the hypertext behaviour into this textbox, so I override the OnMouseEnter function to set the ForeColor to blue and the Font to underline. In the OnMouseLeave function I revert those Properties to their originals. It's the OnMouseEnter function where the strange things happen: prote ...Show All
SQL Server SQL 2005 SP woes
Hi, I'm having trouble with SQL 2005 SP1. The following comes from SQL9_Hotfix_KB913090.log: 04/28/2006 15:13:27.843 ================================================================================ 04/28/2006 15:13:27.843 Hotfix package launched 04/28/2006 15:13:28.718 Product discovery successfully completed during the install process for MSSQLSERVER 04/28/2006 15:13:28.718 SP Level check successfully completed during the install proce ...Show All
Windows Live Developer Forums msgrp2p.xml does not work for me?...
Please help with the simplest thing: I copied the SDK's msgrp2p.xml file into the msn messenger directory, closed and re-launched messenger (7.0) - and: no new entry was visible in Activities/Games. Thanks! OK! thanks. But then I ask - not possible to display it under the button as well Thanks, Maroy ...Show All
SQL Server retrieves the information about the pipeline components
Dear Experts, I can look the values of the proprieties in each PipelineComponentInfo, for example: ComponentType: Transform CreationName: DTSTransform.Merge.1 Description: Merge Transformation FileName: C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\TxMerge.dll FileNameVersionString: 2000.90.1049.0 IconFile: C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents\TxMerge.dll IconResource: -201 ID: {08AE886A-4124-49 ...Show All
Visual Studio Team System Threshold Violations reported when the threshold has not been reached
Why do I see threshold violations reported during load tests in the following format: "The value 10 is less that the critical threshold value of 20" I would expect to only see this type of message and a threshold error counter increase if the the reported value was actually greater than the threshold value. Ken When you add a threshold rule (Compare Constant) to a counter, on the "Add Threshold Rule" dialog ...Show All
Windows Forms FileDialog and Listbox
Hi I have a button which opens a file dialog and allows the user to select multiple files. But instead of opening the files I need a list box to display the list of files selected. Is this possible if yes how do I get the list box to display the list of files.What objects should I be using . Thanks in advance. Hi, the OpenFileDialog has an array (FileNames) that holds are the selected file names, ...Show All
Visual Studio Error while exporting
Hi When i tried to export to pdf, i found the following error Logon failed. Failed to export the report. Error in File C:\WINDOWS\TEMP\{CA326ABD-6268-42EA-B759-3B72A251F50C}.rpt: Unable to connect: incorrect log on parameters. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception De ...Show All
SQL Server Equivalent to Shift+Enter in Management Studio result grid cell?
Is there a way to insert a line break into a cell when view table in Management Studio In Enterprise Management it was Shift+Enter, but that doesn't work in SQL 2005. For example, we have a column that contains address format, so we need to have multi line data (line break). When viewing data alredy in the table in a grid view using query, line breaks are not visible, but if switched to text view, the line breaks are visible. Programaticly or ...Show All
SQL Server Can't Run any DM Until Delete Lost Cube?
I (unsuccessfully) made a cube named, MSR TRANCHES. I can't find any trace of it anymore. However, I can't make a new Mining Structure because VS complains of: Error 1 File system error: Error opening file; \\ \C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\Analysis Services Project1.0.db\MSR TRANCHES ~MC.1.cub.xml is not a disk file or file is not accessible. Errors in the metadata manager. An error occurred when loading the MSR TRA ...Show All
Visual Basic Opening
As you can see from my name, im not great at vb, but ive set a target, and im determined to reach it, my progs gonna be a file organizer First off, i need to now how to use the openfiledialog Try here pal... http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformsopenfiledialogclasstopic.asp ...Show All
.NET Development NNTP test post
Incoming nntp test again <Jason McCullough MSFT@discussions.microsoft..com > wrote in message news:bc52d26a-86d9-4fc8-a9c4-68cfe0fe2ae8@discussions.microsoft.com ... Outgoing nntp test again ...Show All
