HдLΛвί's Q&A profile
Visual Studio Team System Replace MSF Agile May 2005 Beta in VSTS Beta 2
Hi: Just wondering could it be possible to replace the contents of MSF Agile showed in VSTS Beta 2 (April 2005) with the newest one manually when I created a team project I found the May one contained more information. Or wait for new CTP Thanks! Hi: I downloaded the MSF for CMMI Process Improvement as expected today, July 8, 2005. God work! Thank You! Next, when can we get the process ...Show All
Visual Studio Tools for Office VSTO Excel designer problem (Visual Studio 2005)
Hi all, I am currently working on a vsto excel template project (Visual Studio 2005) , I have opened the template outside visual studio to change print area definitions (because the page setup excel menu isn't accessible from the vsto designer), now when I try to open the excel template from within visual studio 2005 (vsto excel designer) , vs 2005 crashes. I can open the code behind , but not the designer. Can anyone help me on th ...Show All
Visual C# Compiling my source file with VStudio 2005
Hi guys i'm an new VStudio user and i've an doubt about as i can it compile my source file using the VStudio 2005. I created an simple source code for it test, but i not find the option for compiling the file. Someone can help me Hi! It can compile, run and debug. Check Debug menu and look here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=304751&SiteID=1 ...Show All
Visual C# DLL Import and Migrating Projects
Hi, I have got on a dev machine project which has a c# file which calls a c++ dll. This works fine . So nothing wrong with the way I am calling the c++ dll or anything wrong with the c# file. However , I need to move to a new dev machine. I have simply copied the project over (i.e. copied the project folder from ../Visual Studio 2005/Projects/). The c# prgram works fine. BUT when calling the c++ dll it is unable to locate it! Erro ...Show All
Visual Studio PrintToPrinter - empty fields
Hi I got this code (see below). When PrintToPrinter method is called, report "no 1" is beeing printed with empty fields. The same with report "no 2" (empty fields - no data on printout). But report "no 3" is beeing printed with all data and with all fields filled properly!!!!!! Can anyone tell me why this code is working this way Why rep 1 and 2 are empty but 3 not CrystalReport1 cr = new Crysta ...Show All
Visual Studio Tools for Office Drag & Drop + VBA Marco Question
Dears, I have 2 questions: 1. I'd create a DataGridView inside a User Control (ActionPane) in my VSTO2005 project, and I'd like to know is it possible to allow users to "drag and drop" a DataGridViewRow item, that's row(s) of data, from ActionPane to Excel worksheet directly I can't find any DragEnter event handler for the worksheet object. 2. I want to display a dialog box asking user to select a location of a dynamic ObjectList, that ...Show All
SQL Server April 2005 CTP On Virtual PC 2004
Hello, I have installed the SQL Server 2005 april CTP on a Virtual PC running Win2003 standard edition. The Management Studio appears to be corrupted and it says that "no such interface supported". This happens only on the VPC. On the main workstation running XP the Management Studio is fine. The same issue arises with the ISO i downloaded from MSDN as well as a copy of the DVD given out at a MS developer event in Reading, U.K recently. Does th ...Show All
SQL Server Data types Differences
I've recently installed a new server for an aplication we used at work. In the old server we had SQL Server 2000; for the new one we bought SQL Server 2005. Everything is ok till now, the aplication has worked ok; all ok except one thing. I have a report in excel, all the format of the report is saved on one table, that table has fields bit, smallint, tinyint, varchar. Now if I try to make the report all the information is ok but the format i ...Show All
Visual Studio Team System Deleting TeamBuilds in the RTM
In the RTM of TFS will we be able to delete past team builds from within the IDE or are will still limited to using tfsbuild delete from the command line Thanks Thank YOU SO MUCH Ling! Works like a charm! One question though. I'm assuming that the build list must contain at least on listitem I tried importing a new global list for the build list and the schema doesn't allow an <GLOBA ...Show All
Visual C# Tree Representation
Hi I have some array in C# which i want to represent in a tree form. Actually what i need to do later on when implementing the algo is the traversal from roots to each leaf alternately. I want to know which data structure should i used to represent a tree What should specify a root and then what should specify a leaf I can do it i think on creating a custom class easily, but is there a default one available Thanks a lot for your kind perusal ...Show All
.NET Development Commerce Server 2002 Projects
Has anyone done any Commerce Server 2002 projects using VS 2005 team system Thanks. Hi, You will need Commerce Server 2006 in order to use .NET Framework v2.0/VS2005 http://www.microsoft.com/commerceserver/2006preview/default.mspx Regards, Vikram ...Show All
Visual Basic CDO Folder.moveTo function
I'm encountering some strange behaviour when using the MoveTo function... here's the code: Dim objSession As MAPI.Session Dim objInbox As MAPI.Folder Dim objMessages As Messages Dim objMessage As Message Dim objFolder As MAPI.folder Set objSession = New MAPI.Session objSession.Logon ProfileName:="profileName", NewSession:=True, showDialog:=False Set objInbox = objSession.Inbox Set objMessages ...Show All
Visual Studio 2008 (Pre-release) PDC COM312 Federation demo source code needed
Does anybody would have the source code for the PDC presentation (COM312) presented by Martin Gudgin (Gudge) I would like to see the source code of the STS Service that was used for the Federation sample. We can see clearly in this demo that the STS client credential type was set to Certificate. This is exactly what i need to do and i would like to see what the STS looks like because i have not been able to make the STS from the SDK's Federat ...Show All
SQL Server ReportViewer usability Problems
If I put the reportviewer width to 100%, it still does not automatically resize itself. The reportviewer goes way beyond the screen area for lesser resolution screens and you are required to scroll to the right to view the "View Report" button. However, if you look at the report manager, the report viewing area automatically resizes. Anyone knows how this can be done thanks. Any thoughts on the width of the parameters se ...Show All
Visual FoxPro I am facing a strage problem in VFP 8.0 with Error()
Hi there, I am converting old dos program into foxpro 8.0. I am facing problem with below statement. On error lError = Error() the code excuting and throws to error, but I am not getting error number. It is giving always 0. Message() is giving correct error description, I verified in debug mode. also I changed the above statement like On error messagebox(message() + str(error()) . Is there any settings in VFP environment I also installe ...Show All
