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

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

Tycotrix

Member List

Curt Carpenter
jamhow
lbalogh
Boris Vidolov
Kristiaan de Vries
Raymond Sassine
Stefnany
Frank X. Huang
shahram90
Loise
gisem
qball0203
Lavaor
Tom Couvret
howle
NEUTRON-STAR
johnsumner
Tom Nt
Sistog
VanDamMan
Only Title

Tycotrix's Q&A profile

  • Visual Studio Team System project import/export?

    Is there a way to extract a project and related data from one Team Foundation Server and import into a different TFS If not, what is the best way to migrate a project from one server to another We're growing our server environment and need to move some projects around. There's no support for moving a project between Team Foundation servers. The simplest approach would be to get the source on disk, and load the work items in Excel, a ...Show All

  • SQL Server Should this be an error rather than a warning?

    If you have a package that uses an environment variable for an indirect configuration and the environment variable is not present when the package runs you get the following warning: The configuration environment variable was not found.  The environment variable was: "Seer.ConnectionManager.CUECommonReference". This occurs when a package specifies an environment variable for a configuration setting but it cannot be found. Check the confi ...Show All

  • Visual C# Hopefully an easy one about datalists (im new to c#)

    Hi guys, im quite new to c# and would like to know if this is possible, and if it is how its done. I have a datalist which is bound to a datatable. I am using code behind to do all the work, and just have the datalist spitting out styled content as a list (no suprise there!) My problem is I want to set up the datalist so that it gives sub headings every now and then. Actual DB content selected in the form: Column 1, Column2, Column3 random , ...Show All

  • Visual C# Is this a bug or by design? Settings declared internal when autogenerated???

    In relation to this question I had concerning how to access settings that are declared in another project: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=116815#116815, I have some concerns with the way VS2005 beta 2 sets up the Settings file. When you create a Settings config file, it creates a Settings class that is marked internal to the Properties file. For example, the generated code from one I just created looks like: namesp ...Show All

  • Windows Forms How to programatically control visiblity of tab pages without removing them from designer?

    I have a large tab control which consists of many tab pages. Depending on who the user is, different tab pages should be visible. setting a tab page to visible=false or enabled=false doesnt work (enabled=false causes all the controls on the tab to&n ...Show All

  • Visual Studio Team System SQL Server 2005 SP1

    I see that service pack 1 for SQL 2005 has been released. Are there any issues with installing this on the database used by TFS -dave Rob Caron MSFT wrote: Team Foundation Server does work on SQL Server 2005 SP1. And I can confirm that my install of SP1 was successful. thanks, -dave ...Show All

  • Visual Studio Team System Beta 3 SCC Bug: Get latest does not work.

    If I delete a folder on the disk and then goes to SCC Explorer and do a "Get Latest" it tells me that "All files are up to date".... even though they are non-existing on my local disk. This makes it difficult for me to trust the SCC, because it is totally wrong on what are on my disk, and when I am rebuilding the system I have no guarantee that it is in fact a "latest build". However if I checkout and undo pending checkouts it fetches all the di ...Show All

  • Windows Forms datareader bind to datagridview

    hi, how to bind datareader to a datagridview without using datatable. thanks, Popskie   try this code,    cnn.Open();    cmd = new SqlCommand("s_Y",cnn);    cmd.CommandType = CommandType.StoredProcedure;    dr=cmd.ExecuteReader();    DataGrid1.DataSource=dr;    DataGrid1.DataBind(); ...Show All

  • SQL Server User not trusted/SQL Server connection. Error: 18452

    Hello, I have a problem that I hope anyone here can help me with. We have a new server with Windows Server 2003 installed as well as MS SQL Server 2005. Both of these are freshly installed with default options set. The server is configured to accept both windows certification and SQL server certification (mixed), and our company has a domain setup. This server will be used for internal development, so all of the necessary people have an ...Show All

  • Visual Studio Tools for Office Deleting a line break

    Hi All, I'm writing a Word Add-in which finds for a string in the document and deletes if there is a line break just before it. Can anyone help me on this TIA Pavan hey Kanthleen, Thanks a lot. Actually I've found what exactly the issue is. When I'm creating the document a .doc template is being used in the Add method call and not .dot. And, rightly enough, the method get_AttachedTemplate() to fe ...Show All

  • Visual Studio Team System I have some problem running FxCop on different machines with the same set of targets.

    Hi, I have problem running FxCop analysis on different machines with the same set of targets. Ex: i have 7 dlls added as my targets and when i run on machine 1 i get 2047 error, on machine 2 i get 2125 errors, on machine 3 i get 1105 errors and so on. The number of error i get is not constant so can i know what could be the problem. -Rajesh tanx for the reply michael. There is one more probl ...Show All

  • SQL Server extracting sql table column names

    I am using the following to extract the column names of a table. I would like to do this for the whole database. Currently I am cutting the results into an excel spread. Is there a better way of doing this Here is the query SELECT name FROM syscolumns WHERE [id] = OBJECT_ID('tablename') The following query uses the Information_Schema.Columns to list all columns, data type, and the table names. S ...Show All

  • Smart Device Development Need to retrieve Handle from FileStream instance

    How do I go about retrieving a native file handle from an instance of a FileStream object On the desktop, FileStream exposes a Handle property which is a native handle to the file (under the hood, FileStream calls CreateFile). This is useful for interop purposes where there is a need to pass a file handle to a native function. I don't think there is any way to. Since NETCF runs on several different platfo ...Show All

  • Smart Device Development Updated images for Windows Mobile 5?

    Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank The SDK has Magneto AKU0.0 version and the most recent AKU is 2.1. Is there something in particular that you need out of a later AKU There are currently no plans to release 2.1 (the volu ...Show All

  • .NET Development Operation system

    Can you write a program with C# or C++ for a not Microsoft operation system Yes, there is runtimes available for other platforms. For an application to run on another platform all referenced objects must also exist for that runtime. Imagine you reference System.Windows.Forms but it does not exist in another platforms runtime, the application will not be able to run. You can check out Mono and Rotor for open source implementations of ...Show All

©2008 Software Development Network

powered by phorum