d.g.holm's Q&A profile
Visual C++ How to override INCLUDE path for external projects?
Hi, I'm using VS 2005, Native C++, with an external project (NMAKE/makefile). For this project, I would like to override the standard VC++ Include paths to point to a different set of header files from another toolset. I would like Intellisense to reference this other set of header files. Is there a way to do this How is the NOINHERIT macro interpreted in a project file Could it be used to suppress the standard includes Thanks for any sug ...Show All
Smart Device Development Visual Studio 2005 Beta 2 - Emulator problem
Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej I had the same problem so from a previous tip for vs.net 2005 beta 1 I ...Show All
Visual Studio 2008 (Pre-release) Changed items in Feb CTP
If this is not the case then forgive me but not seen it anywhere, the following has changed for Feb CTP. TextFlow has been removed, use FlowDocument. FlowDocumentScrollViewer.Document has been removed. Andy I'll answer part B of your question... Short Answer: You can remove all FlowDocumentScrollViewer.Document elements from your content. Long Answer: The Document property still exists on ...Show All
Smart Device Development "No website is configured at this address"
I'm trying to create a mobile application from the Pocket PC 2003 SE Emulator with VS2005 so that I can invoke some web service using the device. At the moment, I'm facing some problems relating to the connection of the pocket pc. In the pocket IE, no matter what URL I type in, I always get this message on the screen: "No website is configured at this address" I have IIS 5.1 installed, ActiveSync 4.0 as well as a Microsoft Loopback Ada ...Show All
SQL Server Transaction with SSIS / SQL Server / DB2
Hi, very simple task... I want to copy some data from a DB2 table to SQL Server. So I want to delete the records in the SQL Server table and copy all data from DB2 to the SQL Server. That's easy... The only thing I want to make sure is that in case of an error I still have a valid dataset in the table. So my idea was to use a transaction covering the delete and the data flow. So I moved the two tasks in a container, switched transaction ...Show All
.NET Development newbie question about .NET framework
I'm trying to develope a control that is downloadable and to be embedded into HTML OBJECT tags. The control will require use of windows socket calls to establish peer-to-peer connections between two browser users. The end user can activate the control when they load the web page containing the control object. I was looking at .NET solution but the control that I develop may actually require client machines to already have .NET framework in ...Show All
Visual Studio Express Editions Installing Visual Web without SQL and Framework
I have a server with Microsoft SQL and Framework installed. I would like to install just Visual Web Developer on a workstation. I have dowloaded the .ISO file and have in on CD. How do I install just Visual Developer on my workstation The install seems to want to install Framework and SQL Express along with Web Developer. Any .NET product is plain not going to work without .NET. I would expect most websites now ...Show All
Windows Forms Form partial class
Hello, I have a form named MainForm. I see that the class is defined as a partial class, and the designer class is also a partial class designation. Can I define a couple more MainForm partial classes and put some of the control event handlers in that class, to kind of break up the form a bit Thanks. I think designer see only controls from it's Form1.Designer.cs file, they must be added to internal components ...Show All
.NET Development I Can’t Pasw The Value of a string var to a SQL statement, I already read tutorials but..
Hello Community, I need some little help, the last time I programmed was 13Years ago, now I try to do it again and I found VWD2005ED v8.0.50727, lovely free app (for now), .NET Framework v2.0.50727 and SQL Server 2005. On my first steps I have created a webpage with some field text, I already have passed variables values from one page to another, great, now I have the following problem: on the page who recieve the variables I d ...Show All
Visual Studio Team System TFS Warehouse : Cannot insert duplicate key row in object 'dbo.Work Item History'
Hi, The following error appears in the Event log. (Single instance installation) Any Idea Thanks Arno An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 12/29/2005 4:52:37 PM Machine: FOUNDATION Application Domain: /LM/W3SVC/3/Root/Warehouse-2-127803451113551466 A ...Show All
Visual Basic Iterating through text boxes using loops
**This is copied / pasted from the "Language" forum. **Moderator please leave this post here and delete the other if necessary. I'm writing a program for class (so please don't help TOO much with the logic) but I'm not familiar with all I can do with VB yet. The program is a window with 10 virticle text boxes with corresponding labels. These represent the floors of an elevator. Each text box is prepopulated with a number re ...Show All
Visual Studio Express Editions Product Activation Problem
I installed Visual C# 2005 Express Edition Beta 2 about two weeks ago. At that time I tried to activate the product, but after filling out personal details was sent to a page with the following message: We were unable to send your e-mail verification mail. An unknown error occurred while processing your request. This is most likely due to a connection failure. Please try again. If you continue to have access problems or want to ...Show All
Visual Studio Team System AvoidDuplicateAccelerators (CA1301)
Here is another problem. Visual Studio C# 2.0 has replaced (superseded) MainMenu and MenuItem with MenuStrip and ToolStripMenuItem and several other 'upgrades'. FxCop doesn't seem to know about the new controls and triggers a CA1301 warning when the same accelerator is used on either the MenuStrip or a context menu. Please extend the Menu exception ("...rule ignores menu items.") to the new menu contro ...Show All
Visual Studio Tools for Office Can't Create New Project with existing excel workbook
Hi All, When I create Project with new excel files, I can make it without problem, however, when with existing excel file, VSTO hanged after clicking 'confirm' button to add existing excel file. This excel file is simple one for test without VBA or macro code. I searched threads here, but can't find same situation with me. I'm using excel2003 and VSTO 2005. Any advice would be appreciated. RGDS HK.Lee ...Show All
Visual Studio How to Repeat Group Footer on Each page
Hi, Does anyone knows how to repeat the Group Footer on each page. In Crystal report desing, only option is available to repeat the Group header I am using Crystal Report bundled version with VS2003 Thanks in advance ...Show All
