Doriak's Q&A profile
Visual Studio Team System The ASP.NET 2.0 QFE is not installed on this computer
Hi All, I have been trying to install VSTFS all week and have finally almost got to the point where it will actually install but I get the following: The System Health Check has detected a problem that will cause Setup to fail. Description The ASP.NET 2.0 QFE is not installed on this computer Workaround / Remedy ASP.NET 2.0 QFE 4014 is a prerequisite for this product. You must first install ASP.NET 2.0 QFE 4014, which i ...Show All
SQL Server Data flow is locking up
I have a situation where we periodically maintain an updated version of some data. I select the fresh data and match it on an alternate key to the existing data, determine if its a new record or changed record, perform some transformations, and then end with either adding (OLEDB Dest) or updating (OLEDB Command) the table. It's basically like using a SlowlyChangingDimension but much faster. Anyway, on one of the more complicate ...Show All
Software Development for Windows Vista February CTP Installation
February CTP of WinFX installs by default to the C:\ drive. Is there any way for me to change it's destination drive Not at this time. We're looking at adding a cmd-line override for Beta 2, and the ability to customize locations for RC1. ...Show All
Visual Studio Express Editions DataGridView LookUp properity Like Ms Access
hi, i saw this question many times, and i didn't know how to do this, i used to answer this feature is not supported in datagridview control, what encourage me for this answer was that i saw many others supported my opinion, today i knew how to do this lets suppose you have 2 tables "customers table" and "invoices table". the customer table have "customerID" column as primary key, and "invoices table" has "customerID" as foreign key . ...Show All
Visual Studio database vendor code 4060
I am having trouble with one report out of many that I have written so far. I have a .Net app using the crystalreportviewer. I set the logoninfo (which I have verified a dozen times as correct) at runtime and I still get the following when trying to run the report against a sql server database: Failed to Open the Connection Details: [Database Vendor Code 4060] Now, according to SQL Server, this is an authentication error. Ho ...Show All
Visual Studio Express Editions Function help
I am trying to get the information from textbox1 and output it into an array. I have tried this: char chrsplit[1000] strcpy(chrsplit, enctextbox->Text->ToCharArray()); but i get this error error C2664: 'strcpy' : cannot convert parameter 2 from 'cli::array<Type,dimension> ^' to 'const char *' with [ ...Show All
SQL Server Deploying with sql server express
I have developed a windows mobile 5.0 application that is currently syncing with sql server 2005. I want to deploy the application with sql server express for the client. What do I need to do to make this work Thank you. It depends on how you're syncing. If you're using manual implementation via SQL Client on device, that would work with properly configured SQL 2005 Express as well. If you using SQL Mobile RDA or replication, you w ...Show All
.NET Development All versions of Framework?
I'm not sure which forum to post this question in ... none of them seem right. We are migrating our 1.1 WinForm app to 2.0. Our app uses a few third-party .DLL components. At least one of these is compiled under the 1.0 Framework. I have two questions, I guess. First, will an app that was compiled under 1.1 run under 2.0 I was under the impression that it would not, so I wanted to load the 2.0 runtime on a clean machine and see if t ...Show All
Visual Studio PDF to RPT Is there a way to do this?
Is there any posible way to import a PDF into the crystal reports designer Or is there a way to convert a PDF into an RPT If none exist I might try to figure it out, can anyone offerr some helpful input Thanks in advanced. ...Show All
Visual Studio Printing Crystal Reports
Im using VS 2003 and Crystal Reports 10. Im trying to print a report to the default printer without opening a print dialog box. I have a table with IDs followed by text that populates the fields of the crystal report. If I use the crystalReportViewer1.PrintReport(); method, it uses the selection string to pull up the correct data, and will print, but it opens a print dialog box. If I use ReportDocument.PrintToPrinter method, it will print to the ...Show All
Visual Basic Populating Combobox with distinct data from a datasource
Hi, I have a database which contains the field "Date". The database is such that, one "Date" can have many entries. When I populate a combobox with the data from this field, I get a date multiple times. I would like to know if there is a way, that I can group all the dates under one category. (NB - Selecting a date returns the data for that particular ID - not all the data that the date falls under - even if I have a ...Show All
Visual Studio 2008 (Pre-release) servicehost.open
i used app.config file for self service host my code is as the following using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; using System.Runtime.Serialization; using System.Collections.Generic; using System.Text; using System.Collections; using System.ComponentModel; using System.Data; using System.Threading; using System.Xml; using DBManag ...Show All
.NET Development Storing ConnectionString in app.config
Hi, I'm sure I'm missing something really obvious here, but I can't see it!! I have a Data Access Layer project (DLL) which contains a typed dataset (just containing stored procedures - no DataTables). This is fine, and does what I want except the connection string is stored in the Project Settings. My problem with that is the DAL is used from different WinForm projects which may require a different connection string (tw ...Show All
Visual Studio 2008 (Pre-release) Where to post?
Should we post here or to the news server There seems to be much more Indigo content on the newsgroups. That is because the Newsgroups were created sometime back and there has already been activity there. Post here...soon these forums will be full of activity! Regards, Vikram ...Show All
Visual C++ OpenMP vcomp.dll problem
Hi everyone, I have just bought and installed Visual Studio 2005 Pro, and I have a problem with its OpenMP support. I have been using the Beta 2 before, and wrote code that uses OpenMP. As you might know, vcomp.dll is required when using OpenMP. The files can be found inside some redist folder of VS 2005. So I copy this file to the executable folder, and try to start the exe. I get an error which says that it tries to load vcomp.dll wrong. Howev ...Show All
