SolarScott's Q&A profile
Visual Studio Team System Unable to Install Team Explorer on Visual studio team suite beta - 2 version
Hi TFS users, I have couple of queries on TFS installation and usage !! 1. Can we install Team foundation Server on Windows XP with Service pack 2 installed I know the client can be installed on Windows XP, but i have specific reasons for installing TFS too on windows XP!! If yes, does the installation steps hold same as installation on windows server 2003 2. Can we integrate clearcase with TFS Please let me know if any one knows the related links (I know there is lot of information in the msdn blogs..but i couldn't find exact answers to above queries.) Regards Ravikanth Hi Martin, Thanks ...Show All
Visual Studio Print Preview Does Not Work
I am working in VB .Net 2005 Beta 2 developing a Windows application. When I open a report in a reportviewer control, if I click on the Print Preview icon, it says "Report is being generated", but then does nothing. I can close out of the form, but cannot do anything else. Can anyone help Thanks. ...Show All
Visual Basic Multi language application
Hy, I am looking for a convinient way to write a multi language application in vs2005. I know is posible to use .resx files to a project, but I don't want the .exe filte to get to big, so I am looking for a possibility to have separated files for every language and gest copy them in the app.exe directory and the app should use them at runtime to convert itself to the specifig language. If you know links to tutorials or sample code, please let me know. Many thanks, Have a nice day, Hi, for your language files you may use extern.xml-Files. You may save in your app.config which file to load and then take the strings out of a data ...Show All
SQL Server Trouble with Iif!
Hi! My report has a multi-value parameter used to select the elements to put in the "group by" clause of the query. The report must show only the columns selected in this parameter. As I haven't found any better way to do it (I tried to use an expression to hide/show the column, but this would let the report with a "gap" when the columns selected were the first and the third, for example), I created four tables (one for each possible size of the multi-value parameter), and I'm showing/hiding them based on the size of the parameter. I didn't have any problems to choose the rigth parameter value to show in a column tit ...Show All
Visual Studio Team System Custom Process Template Plugin
Hi, I create my own plugin to include in the process template but I don't know how to do the following task and I need help. I want to let the user decide witch folders/files to add/remove in the document library by selecting them in the wizard page at team project creation time. So my question is: Is there a way to do this in a Process Template Plugin If yes could you give me an example Thank you! Eric The process template definition has been ripped apart and handed to each of the plug-ins by the time your plug-in will run. You would not be able to edit the template definition itself, and I don't see an ea ...Show All
Visual Studio Visual Studio 2005 SDK (December 2005 CTP) Released
I installed this sdk but having trouble to get it to work with our package. The error message is "The object already has a CCW associated with it. Parameter name: o". Could anybody shine a light Thanks, Jillaint I've tried with Feb. CTP and the problem remains. Thank you all for the ideas though. ...Show All
Visual Studio 2008 (Pre-release) Binding non content properties
If I bind properties like IsReadOnly and Visibility on a TextBox (or any other control), the controls are not refreshed when I change the values on the dataobject. Meaning that the TextBox is still visible and so on. How can I tell the controls to update Best regards, Thomas Andersen Ah, the problem is simple. You're binding to CLR object's properties, but you have not implemented the INotifyPropertyChanged interface on that class. The databinding engine has no other way to know that the property is changed for a CLR object. Here's all you'd need to do to your MyDataObjec ...Show All
Visual Studio Express Editions Windows service application in Visual C# Express
I'm trying to build a simple Windows Service application in Visual C# Express. I simply can't get started. The documentation mentions a NON -existent template, which makes it kind of hard. However, I can see there's a 'ServiceBase' item in the toolbox and I have a feeling that that's the way to go, but there's no documentation telling how to use that. If I start a Windows Form application, I can drop this 'ServiceBase' component on the page, but this must be the wrong approach. Can anyone point me in the right direction - a step by step approach to get started would be really nice (missing in the help files). What project ...Show All
SQL Server SQL Mobile and Vista
Are there any plans to support SQL Mobile running on Windows Vista I have an application that runs SQL Mobile on Tablet PC's. I would like to support Vista the same way. Thanks, Joe SQL Server Everywhere will support the Vista x86 client platform based on what I have heard from Microsoft. For more info on SQL Ev, see the announcements I posted in this forum a few days ago. Darren ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Texture simply duplicates the first pixel
This is a noob question, but I wasn't sure if it belonged in the beginners or graphics forums. I'm learning DirectX and trying to get textures figured out, but when I load my texture, it just duplicates the first pixel over my entire surface. To let you know in advance, I am using the most recent SDK and Visual Studio 2005 standard edition. Here is my code. "graphics" the first parameter, is the name of my Direct3d device: Bitmap bmp = new Bitmap ( "red.bmp" ); texture = new Microsoft.DirectX.Direct3D. Texture (graphics, bmp, 0, Microsoft.DirectX.Direct3D. Pool .Managed); And later when I try ren ...Show All
Visual Basic Slow Debugging
Hi there, I did a search for any previous posts about slow debugging and found some on the beta version of VS2005. I'm still getting slow debugging on the released VS2005 (pro edition). It only happens in VB.NET projects and not C# projects. Is there anything I can do to fix it many thanks. Hi Ken, Found another thread that covers this, thanks for the reply. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=313390&SiteID=1 ...Show All
Smart Device Development Which version of CF on WM5?
Well, thats the question - some .net ver is pre installed but I can't see it's version on my Windows Mobile 5.0 device... ...Show All
Windows Forms broadcast tv
Hello, i'm intersted how to develop applications to interact with video cards like "pinnacle" or "matrox digisuite"... i'm searching info ... but.. That's All Folks ...Show All
Visual C++ Poor Program Design?
Hi Griffonbait! My experience with Borland C++ Builder is that BCB puts a declaration in the form's header file and opens up the coding window in the .cpp file ready for coding. My understanding of programming, and the way I have taught it, is that the header file is primarily for declarations not for a project's ("solution" as VC++ calls it) code. 1. Headers files are not needed for OOP-Design 2. The reason why the implementation of the managed-windows-forms C++/CLI is in the header file is, that the windows-forms designer can work probably (that means you can either change in the designer or ...Show All
Software Development for Windows Vista Where do I get WCF Activities
We keep being teased about prototype WCF Activities in various demos and webcasts to inetgrate WWF with WCF. (SendMessage,ReceiveMessage, SendReceiveMessage,ReceiveSendMessage) Does anyone know where we can obtain these -even if only prototype/Beta it would be useful to get up and running. NB When I add a Indigo Service, via an 'Add Web Service' it does not add a reference to System.ServiceModel. Contary to James Conard demo. Thanks Jules Sorry memory of a goldfish I believe the general advice is that in the absence of these Activities being released, there are three options, of which the first two are a) Write the equival ...Show All
