Sameer Khan's Q&A profile
Visual Studio Team System Newbie confusion on TFS and VS.NET. Enlightment needed.
I setup a TFS Team project (under Beta 3). Next I created a New project (not a Team project) in VS.NET 2005, right-clicked the project name, and selected "Add project to source control". I received the message "The current project must be saved before it can be added to source conrol." Huh I want to save it in TFS and it won't let me do. (I forgot to define a workspace... maybe that's what it wanted. But when I attemped to define a workspace I got the same error message). I finally saved the project to my local harddisk (in folder "deleteme") and was then able to add the project to source control. But now when I ...Show All
.NET Development Error message when running app over network
I've got an app that's running over a network and everything seems fine with it; it runs, copies and moves files successfully and much more. The last part of the program attempts to run an executable on the users machine, I get the following error: Runtime Error '5' Invalid procedure call or argument. And that's it. No details button or anything else. The weird thing is, I can run this app over the network from my development machine and it runs fine and opens the executable and runs it, so I'm not too sure where to go here. I've strong named the app and gave it permissions (Full Trust) to run over the network, so ...Show All
Software Development for Windows Vista code samples for XPS filters and config module
Hi, Since I have heard that the Beta 2 of Windows Vista is delayed and will not be out by Jan/Feb 06.....is there any way that we could get the Beta 2 of the WDK, so that we could look at the API and the samples to write the XPS filters Can we get an interim release of the WDK with API and samples for the XPS fileters and the configuration module using the MSDN Universal Subsription Or.....does it mean we have to wait till Beta 2 for this Thanks in Advance Sekhar Thanks for answering. We have a MSDN Universal Subscription. However, I do not find ...Show All
Visual Studio Team System No luck in installing TFS in a more or less single server installation. Different Error 32000's...
Hi, I've been trying to get VSTF Beta 2 running for last 3 days with no luck. Always ending with different Error 32000's example: Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio Enterprise Server\widbloc.exe" -s hostname -d CurrituckDB' returned non-zero value: 1. I have a Lab domain, consisting of 2 DC's running smoothly (and have been for well over a year now). No errors whatever if I use Netdiag or DCDIAG. Now I have a virtual server where I'm trying to install a "single server installation" while using the present lab AD. The virtual installation consist of the following: W2003withSP1 (Slipstreamed) IIS6 with AS ...Show All
.NET Development How To Easily Change Connection To Access Database Created Using "Add New Data Source" And Draging Table To Form
Hello, I created a small application that works, but I want to be able to change the location of the database in a more simplier way. By this, I mean to accomplish this task, I could just delete my dataset, binding source, table adapter, and binding navigator. Next, I would add a new data source and connection to point to the new location of the database. But, this would mean that every time I do this I have to also change properties such as color etc etc etc. So, I'm looking for an easier way to change the location of the database in my application. In addition, I have to hard-code the full path to my dat ...Show All
Visual Studio Express Editions Flash only works on my laptop
Hi, I'm developing a CD autostart program, and I needed it to look pretty. So I used flash and everything is working fine. But when I use it on any other computer it doesn't work. What can I do Help is most appreciated. I don't see how this is related to C++ and there is very little actual information provided but usually problems like this stem from the fact that you did not redistribute the necessary runtime files. ...Show All
SQL Server Package Migration Wizard error -- Index was out of range
I am unable to migrate any DTS packages, from a SQL Server 2000 package, from a structured storage file, or from a DTS package imported into SQL2005 (Developer Edition, 32 bit). Running the Package Migration Wizard, every time I get to the List Package screen, i get the error below. I haven't found any other mention of this so far. Anyone else seen this error or have suggestions "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index (mscorlib) ------------------------------ Program Location: at System.Collections.ArrayList.get_Item(Int32 index) &nbs ...Show All
SQL Server Access Data From Multiple SqlSever Instances
Hi I am having two SQL Server instances installed at two different systems and want to fetch data from both of them in a sigle query with joins. Somebody suggested that I need to link up the sql server instances at the admin level. If you have an idea about the process of linkng multiple sql server instances kindly convey it to me. For Details of the discussion kindly follow the undergiven link http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=138563&SiteID=1 Thanks How to add linked servers is described in the Books Online topic for sp_addlinkedserver and the related topics. See ms-help://MS ...Show All
Visual Studio 2008 (Pre-release) my vs.net version
i have Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Microsoft Visual C# 2005 77626-009-0000007-41370 Microsoft Visual C# 2005 and I run Install Visual Studio IDE Support.cmd from \Program Files\LINQ Preview\Bin and completed successfully but my Visual Studio IDE still does not suuport so please help me I know that I am a disturber man I am sorry Please help! Oh my God!!! it is work !!! thank you Matt Warren ...Show All
Windows Forms Crystal.net requires DB login?
I have an application that I've added a Crystal Report Viewer to. Now when I start my application I get a login screen for the database that I'm using to report on. Does anyone know of how I get rid of the login requirement I want my users to have access to the report without having to login again. &nbs ...Show All
Windows Forms ImageIndex
Ok I have a custom treeview I've added more properties Public Property Table_ImageIndex() As Integer Get Return _TableIndex End Get Set(ByVal Value As Integer) _TableIndex = Value End Set ...Show All
SQL Server Dataset’s
Im trying to make a dataset from a stored procedure. My problem is that RS wont use all of the rows returned. My SP returns 9 rows. Some of them are dublicates and some ar on of a kind. And it seeems that RS just displays one of each kind. No mater how many there are i the resultset. Ive read that RS cant handle more than one resultset, but i think that the result returned is just one resultset. If a run the SP in the Data tab it works just fine, it displays all rows. But when im using it in previewmode its not. The SP is built around a cursor. It makes a temporary table with info. Then just JOINs it with a real table. Would not that crea ...Show All
Visual Studio LogonInfo, linked parameters, different databases, subreports, Oh My
I'm having a bear of a time getting reports with subreports to function correctly. I have followed all of the directions for logonInfo updates. The original report running under v9 only has to have the first four parameters filled, from there 9 other linked parameters are supposed to be filled. I started with code that we have in production (v9). This code ran fine when running against the server that the report was designed against. But when compiled in CR .net 2005 the linked parameter values kept prompting. Then I tried to hack my way through that problem and set all of the parameters (13) instead of just the 4 we normally send. Stil ...Show All
Visual C++ Unmanaged / Managed Code Integration
I know for alot of us developers it would be nice to have a forum for integration between legacy c++ code and new managed c#. Or vice-versa (calling managed code with legacy code)....... Good idea If you are looking for more information on C++/CLI, I put together a list of resources back in January at: http://dotnetjunkies.com/WebLog/jhaley/archive/2005/01/18/45686.aspx Unless you are looking at production code right now, I wouldn't suggest using the current version of the __mangaged extensions (but if you have to, you have to). There is A LOT of new stuff in C++/CLI. The most current l ...Show All
SQL Server help, how to make the label for pie chart out of the chart???
Hi, anyone can teach or show me how to create a pie chart that show the Point label for the value outside of the pie chart. because my report will having a minor group of data. example 0.12% and 0.15%. so if i just show the Point Label from right click on the pie chart->"propertise"->"Data" (tab)->click "Edit..." button on "values:"->"Point Labels"(tab)->click on show point labels, it will show me both 0.12% and 0.15% at the same place. so i can either see 1 of that value and the other 1 value will behind the 1st value. any place can allow me to change the setting to make the % out side the pie c ...Show All
