Geert V's Q&A profile
.NET Development Can I run a 16-bit app on Windows Vista?
Hello, The title says it! Thanks. Hi, As of now Virtual PC cannot be installed on a 64-bit OS. Virtual Server 2005 SP1 which will be released soon supports 64-bit Windows as the host OS. Regards, Vikram ...Show All
Windows Forms Display Updated Windows Form
This should be so easy, but I cannot find an example anywhere... In a long running job, I want to be able to display the ongoing record count on the screen, say for every 1000 records input. But I cannot get the form to update and display - only the initial empty form remains on the screen. I've tried Activate and Show but neither seems to "wake up" the form and update it. I'm updating the controls that display the counts ...Show All
Visual C++ How do use conventional C++ Code with Visual C++
Goodday I cannot seem to create any programs with Visual C++ I am not getting anywhere the only program that works is Hello World: #include <iostream> using namespace std; int main() { cout<< "Hello World\n"; return 0; } Not even the test win32 application want to run and i did everything like you explained Please Help Peder Really Because for other hundreds of thousand of programme ...Show All
Visual Basic Unexpected Airthmatic Overflow Occur.?
If lst_ma.SelectedIndex = 0 Then Dim Wgt As Integer 'Calculating Ma1 For c1 = PD.Get_Index To 0 Step -1 &nb ...Show All
Visual Studio Team System CMMI - Requirement closed state but not in production
Am I correct in stating that in the CMMI process a requirement can be in a closed state and yet not be implemented in production Does an iteration have a state associated with it Jason D. Camp wrote: I was just about to install the July CTP version of VSTS. Are you stating that the July CTP doesn't have a working version of the CMMI process The July CTP of Team System hasn't shipped yet, but when it does it'll only have M ...Show All
Visual Studio Team System commercial Question
Could somebody tell me, if the " Visual Studio Team Edition " will be part of the "Profesional Edition" in the Release Product or do I have to pay more for the "Team Edition" What do I have to calculate for the investment using this Team System (Testcenter etc.). Pater Team System is not part of the Pro edition. Check out this blog by Rob Caron to understand the different editions: http://blogs.msdn.com/robcar ...Show All
Visual C++ How to add an event handler for a toolbar button
I'm using VC++ 2005 and in my application I have a toolbar with some button inside. The button IDs are not replicated inside a menu. The problem is that I cannot find how to a add a message handler for my buttons (of course I can write the code manually). I see that right-clicking on a menu item I can choose Add event handler but there isn't the same commad when I right-click on a toolbar button. Also, on the message section of the property wind ...Show All
Visual C++ CFileDialog.DoModal() Crashes When Hint box is about to appear.
I have a strange crashing problem in an application developed on Visual Studio 2005 Standard Edition. The crash comes during a function call to CFileDialog.DoModal(). The problem seems to relate to the "hint" box that appears if you let the mouse pointer linger over a file. If the mouse pointer registers over a file with an unregistered file type, then a hint box appears indicating the file type (e.g. ".slg file"). You the ...Show All
.NET Development VERY slow binary serialization of strings coming from SQL
Please help! This is probably the weirdest issue I've ever encountered. I'm trying, in C#, to binary serialize an array of strings that come from a SQL Server 2000 database. Problem is, this takes orders of magnitude longer than if the strings don't come from the database. The EXACT same 35000-length array of strings takes 0.1 seconds to serialize if the strings don't come from the database, and 40(!) seconds to serialize if they do. So ...Show All
Visual Studio Express Editions Installation problems
I've been having problems getting the J#, Web Developer, and the Visual Basic Express setup files to install the programs. I am currently unable to do anything to my pc as of now, because I am having a problem with it. The problem hopefully will be solved by this sunday. I downloaded IsoBuster, and I also downloaded the J#, Web Developer, and the Visual Basic Express setup files as an .img file. Anyone else having trouble getting the setup progr ...Show All
Visual C++ Problem compiling
1>Compiling... 1>cl : Command line warning D4002 : ignoring unknown option '/errorReport:prompt' 1>X6Console.c 1>c:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(141) : warning C4616: #pragma warning : warning number '6059' out of range, must be between '4001' and '4999' 1>Linking... 1>LINK : fatal error LNK1181: cannot open input file 'yt/.obj' Simple win32 app with a WinMain returning 'TRUE' and I get these erro ...Show All
Windows Forms How to provide client-specific app.config for no-touch deployment
Hi, everyone: here is my issue. I want to make use of no touch deployment for my .net appliation. However, the user wants the flexibility to setup his own config. For example, this application will create some temporary files. The user may setup&nbs ...Show All
SQL Server Adding current date into attachment filename in reporting service
Hi there, I have been using reporting service to generate my report and sending email with attachment report via subscription everyday. It is work well and no error. My attachment file name is as same as reportname project. But customers asked me to add current date into an attachment filename which will help them to identify the report. I try to check in rsreportserver.config to change it but have no idea. My reportname project is d ...Show All
.NET Development Can't Uninstall my Service
I am trying to uninstall my client and I am getting the error: *********************************************************** C:\Documents and Settings\tsich>Installutil \uninstall "c:\dotnetprojects \myservice\bin\myservice.exe" Microsoft (R) .NET Framework Installation utility Version 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Exception occurred while initializing the installation: System.IO.FileNotFoundE ...Show All
.NET Development Can't connect to SQL Server 2000
When I try to connect to a SQL Server 2000 database running locally, I get the error message: "Unable to connect to database. It is only possible to connect to SQL Server Desktop Edition databases with this version of Visual Studio." What in the world does this mean I have a Developer Version of SQL 2000 running and a Developer Version of VB.NET. Tom, What are you using to connect Query An ...Show All
