Software Development Network Logo
  • Visual Studio
  • Visual FoxPro
  • Visual C++
  • Windows Vista
  • Smart Device
  • .NET Development
  • SQL Server
  • Game Technologies
  • Visual C#
  • VS Express Editions
  • Microsoft ISV
  • VS Team System
  • Windows Live
  • Visual J#
  • Visual Basic

Software Development Network >> RipperDoc's Q&A profile

RipperDoc

Member List

StevenPo
Jim Conigliaro
EastNayl
TomasRiker
big bang
R. Green - MSFT
Lior Canetti
Stephen Provine
NicoRi
Jeffrey Schlimmer
sarmistead
Jamador
Rogerio B. Villas Boas
CSharpGuy
Niedo
jhlcss
Aidy
Global IT Solutions
GaneshMoorthy MC
HemaDevi
Only Title

RipperDoc's Q&A profile

  • Visual Studio Team System WorkspaceMapping.xml map/cloak

    When I setup a new build type, workspacemapping.xml, by default directs team build to do a 'get' of all the source in $/MyTeamProject. Is there some 'cloaking' under the covers that means it doesn't do a get of $/MyTeamProject/TeamBuildTypes Manish's blog http://blogs.msdn.com/manishagarwal/archive/2005/10/13/480584.aspx says how you cloak the TeamBuildConfigurations folder, but my build seems to do this by default. The reason I ask is I have several build types setup in MyTeamProject and they are basically the same except for the branch inside MyTeamProject that they target, therefore I want to strip out all the common stuff fro ...Show All

  • Windows Forms Add Computed Column to a DataTable

    Hi Folks. I'm trying out the new table-adapter gizmo's and attempting to extend a dataset by adding a new property in a partial class. ************************************* Partial Public Class TipperRoundResults Partial Public Class stp_GetViewTipsDataTable Public ReadOnly Property SomeNewField() As String Get Return "Yipee!" End Get End Property End Class End Class *************************************** This seems to work fine, and when I compile it and view it in the class viewer the property exists. However I am having trouble bi ...Show All

  • Windows Forms in arrays...

    Hi, I'm trying to read a text file, somewhat like this: #15-07-2001 sdkfhksdfhsdc cskjmcdfcsd #13-12-1999 asljkdaksjxd dcjdvf etc... I want to save the dates... so I put up something like this: string line; string date; StreamReader sr = new StreamReader(...); while((line=sr.ReadLine()) != null) {      if(line.StartsWith("#"))      {           line = line.Remove(0,1);     ...Show All

  • Visual Basic Sammary to a class

    I want to add summary description to my class in mind i use VB.NET Hi Waleedead, If you are using VB.NET and not VB2005, then you need to use an Addon. http://msdn.microsoft.com/vbasic/default.aspx pull=/library/en-us/dv_vstechart/html/VBGeneratingDocs.asp Regards, Vikram ...Show All

  • Visual C# Design Question

    Pretty new to C# and Im rewriting a VB6 app that contains many features that should force the ol learning curve. I have hundreds of images that are saved with a filename, such as: temp1.jpg temp2.jpg....etc. The full path will have to be added later, probably to a list or Arraylist...in numerical order. As I recall I had to jump thru hoops to do this sorting with VB. temp1.jpg temp101.jpg temp2.jpg temp211.jpg....etc. What is my best bet now I can name the files anything. I just need to load them later numerically as fast as possible. It looks like you just want to sort them alphabetically.  Put them in an arraylist and call ...Show All

  • Smart Device Development CF 2.0 - Rotate an image ??

    Hi, I saw somewhere that on CF 2.0, an image rotating will be feasible. I installed the vs 2005 with the new framework and new cf but couldnt find any rotating ability. Does anyone can give me a hint thanks, Do you want to be able to rotate the image on any angle or some predefined values like 90, 180, 270 degrees ...Show All

  • .NET Development Multi-threading in javascript

    Can any body tell me how to use the library to virtually work like threading in javascript Code is given below... /******************************************************************************** File: System/Threading.js Version: 1.0.0 Date: 2003-05-15 f(m) Base Class Library A ECMAScript library to serve as the foundation for ECMAScript-hosted application development. Copyright (C) 2003 Thomas R. Trenka, Ph.D. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later ...Show All

  • Software Development for Windows Vista Dual boot vista beta2 64bit problem

    I had a system with partition C windows xp 64bit partition D windows xp pro. pattion E Data. without thinking ahead I formated Partition c and installed vista beta 2 64bit in partition c. system only boots vista beta 2 64bit. How do I fix it so that I can get to partition d when booting. I have no production now. I’m sorry but this forum is dedicated to Vista development issue, not general Vista troubleshooting issues, instead you may want to direct your question to the Vista newsgroups or the Vista Community . ...Show All

  • Smart Device Development HOWTO: cast data-type to another, which is only known at runtime

    Hi there, I'm writing my first bigger program with VS2005 (C#) and CF 2.0 (means I'm a newbee to .NET!). I have a problem which I can describe in simple words like so: I wish to convert the Returnvalue of the System.Data.DataRow Indexer (e.g. object outValue = row[index]) (which is generic System.Object) to the specific Data-Type of the DataColumn at RUNTIME! Is this possible and how can I acomplish that Any help is VERY appreciated! Thanks in advance and greetings Reiner Why would you need that I mean, if you intended to call some method on that object, you know the t ...Show All

  • Visual C# Converting an XML schema from Enterprise Architect to an SQL Script using c# codes

    good day everyone, im just having an application which would convert a scema to sql scripts, as of now i am reading the source xml file and generate a new xml file based on my template..then the output xml will be used to generate the sql script, this process is also the one i have used in creating classes, objects, and interface stubs. I would appreciate if anyone can help me do it in a simpler way..just be noted that only domain objects were present in the scema and therefore contains incomplete data to produce the desired output, thats why i have hard coded some of the id's specially the foreign keys. I would be waiting for your replies! ...Show All

  • Visual Studio Just Completed a Conversion From an Imake-based Build System Over to MSBuild

    Some stats up front, the old system was comprised of 37 Imakefiles with 2333 lines altogether.  The msbuild system has roughly the same number of MSBuild project files (.csproj and a single .targets) with a total of 2022 lines.  The cool thing is that even though none of these are C# projects I can use a .csproj file and trick VS 2005 into building the MSBuild projects for me.  WRT build times, MSBuild appears to be a bit slower but then again it is still in beta.  The build system builds: yacc files, objective C, C, C++ and managed C++ source files. Overall the port has gone really well and I have to say that c ...Show All

  • Visual Studio Team System Developer Edition and Builds

    Hello ! When I read the posts, it seems that we can run tests in a build only with Tester Edition. However, when I ran by build on the server, here is the mesage I got : "MSBUILD : warning : Visual Studio Team System for Software Testers or Visual Studio Team System for Software Developers is required to run tests as part of a Team Build." So I installed Developers Edition and no more complain. However, no test is executed and this is apparently because no one is defined in my test list. And of course, because I cannot edit my test list in DE. With the Team Suite (trial edition) I had before, I could configure my build to ...Show All

  • Visual Studio Problems getting the VCCLCompilerTool object!

    Hi I'm writing some (C#) code to modify the compiler settings on a large number of VC++ projectfiles and I'm having trouble getting the VCCLCompilerTool object. My code looks something like this: VCConfiguration CurrentConfig = <some code to get the config> VCCLCompilerTool Compiler = (( IVCCollection )CurrentConfig.Tools).Item( "VCCLCompilerTool" ) as VCCLCompilerTool ; Now, the Item method returns some object, but the cast to VCCLCompilerTool fails. If I change VCCLCompilerTool to VCLinkerTool everything works as expected and I get a VCLinkerTool object. Is there ANY way to figure out what kind of ...Show All

  • Visual Studio Team System What does the Team Foundation Server (databases) installation do?

    hi I’m using dual-sever deployment. After installing SQL Server on the data-tier, you should install TFS (databases). What does this installation do Does it create the necessary tables I want to install SQL Server and TFS (databases) on server X, and then backup the TFS database and restore it on another server Y which already has SQL Server 2005 installed. Thanks The server X that I restored the databases to has all the prerequisites needed by TFS (databases), e.g. IIS. I just need info on how to emulate the installation of TFS (databases). What has changed when installation is complete Tables are cr ...Show All

  • SQL Server RDA and replication

    hi there, i was about to create an device application that will retrieve data from my desktop pc that install with SQL server 2005. using RDA or replication is more suitable what is the difference between them And the comparison of both RDA & Merge Replication is @ http://msdn2.microsoft.com/en-us/library/ms172916(en-US,SQL.90).aspx This details out and should definitely help you in finding out the right solution for your scenario. Thanks, Laxmi Narsimha Rao ORUGANTI, SQL Mobile, Microsoft Corporation ...Show All

©2008 Software Development Network