CHABdesign's Q&A profile
Visual Studio Team System TF53011 - Not a licensed user
We've been using the RC of TFS with no issues. Yesterday we followed the instructions to upgrade from the RC to the RTM workgroup version. We only have two users who will be using TFS. I can access TFS with no problems. Another user, gets the error: TF31001: Team foundation cannot retrieve the list of team projects from Team Foundation Server....The Team Foundation Server returned the following error: The request failed with HTTP status 403: TF53011: "user" is not a licensed user... We are both using VS Team Edition for Developers and Team Explorer was also updated to the RTM on both workstations. How do we correct t ...Show All
Visual Studio Team System Event log errors RTM Workgroup edition
I have just installed the workgroup edition on a fresh installation of Windows Server 2003 R2. I'm getting the following errors in the application event log on boot: 1) MS SQL Server - Failure Audit - Event ID 18456 "Login failed for user 'domain\tfsservice'. User: TFSSERVICE Followed by 2) Windows SharePoint Services 2.0 - Error - Event ID 1000 #50070: Unable to connect to the database STS_Config_TFS on THUNDER. Check the database connection information and make sure that the database server is running. Any ideas Regards Phil Lee How are you running the database Is it ru ...Show All
.NET Development Undocumented Changed SqlDbType behaviour in .NET 2.0
Has anyone experienced this 'feature' and if so found a neat solution that avoids a lot of recoding In .NET 1.x when you create SqlParameter objects, without specifying the SqlDbType, .Net would infer the SqlDbType from the .Net type that contains the parameter's value. A string would infer nVarChar. The same code, converted to VS2005, running over .NET 2.0 experiences different behaviour. On some, but not all(aargh!), ocassions a SqlDbType of nText is inferred for a .Net 'parameter value' type of string. This is not even one of the listed options in the MSDN documentation. (It is even more odd given that I ...Show All
Windows Forms using datasets...
Hi, I'm trying to create a program, in c#, to handle (insert, update, delete...) a BIG access database, for which the structure I do not know in advance. What is the best way to do this I thought of datasets, but how do I load the db into the dataset I tried: this.dataSet = new DataSet(); this.connection = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;&nbs ...Show All
Windows Forms PLEASE do not publish my previous post
RE: whidbey detect a new userCtrl. It apparently works now....Good work microsft :-) cheers, yogi ...Show All
SQL Server Doesn't like a particular namespace
Hi, Can someone try and replicate an error for me. Follow these steps: 1) Create a new package 2) Place a Sequence container in it 3) Create a variable called User::ContainerStartTime scoped to the package 4) Create a variable called User::ContainerStartTime scoped to the sequence container 5) Change the namespaces of the 2 variables from "User" to "Metadata" You get an error on step 5 saying another object in the collection already has that name yet it doesn't mind them when they're both called User::ContainerStartTime Why -Jamie Hi Jamie, Yes, but we had already found and fixed it for SP1 and that is what it is being tested on for ...Show All
Visual Studio Team System Unable to establish data connection: Microsoft.VisualStudio.Shell.Interop.IVsProjectDataConnection.
Has anyone encountered the same problem Error says, that assembly Microsoft.VisualStudio.Shell.Interop.8.0 gives the error. On install von VS2005 I got error 1603, has this one got to do with it Thanks for any hint! markus I did find a solution to my problem, look here: https://blogs.msdn.com/astebner/archive/2005/04/19/409905.aspx ...Show All
Visual C# Detection of Windows-Version
Hi, I'm writing a class, whitch detects the Version of the installed Windows. On the MSDN, I found this link: http://msdn.microsoft.com/library/default.asp url=/library/en-us/sysinfo/base/getting_the_system_version.asp This works good, but I need more information. How can I detect the different WindowsXP Media Center Versions (2002,2004,2005) How can I detect the WindowsXP Edition N-versions Can anyone give me some information about this Thanks. Andre you can use the Environment.OsVersion class to check the version of the OS however if you need to check more specifically the "type" of product (like XP home or XP Pro ...Show All
Windows Forms DataGridView maintain scroll position after refresh
I have a read-only DataGridView that I periodically refresh with data. If the user is looking at the grid and has scrolled vertically or horizontally I want to maintain that position after I do the refresh. I can't find any way to interogate the current scroll position or to manually change the scroll position. Am I overlooking the obvious TIA ...Show All
Visual Basic source control optino not availabe
I have installed visual studio team edition 2005 and sour safe 2005 but there is no option in the studion in the file menu to add project to source safe. I have tried re-installing the source safe but could not find any solution. If any one can guide me how to use source safe in the studio 2005. Thanks. If I recall you need to select the Source Control Plugin from Tools -> Options -> Source Code Control Once this has been selected you should see the source control options appearing. ...Show All
Visual Studio 2008 (Pre-release) Combobox with changed items style
I'm trying to build a custom control that inherits from the ComboBox control. I've tried to change the style used in the items rendering with no success. I've set my style in the generic.xaml file in the Control's assemply (after creating a control library project in VS2005). Is there a sample of this Or could you give me some pointers Does it have to do with ItemsPresenter or ComboBoxItem How Thanks a lot. :) Answering to myself. :) I found the way to do this. But, I don't know how to bind to current item value in its template. Any ideas Here goes the code: < Style TargetType = " {x:Type local:Col ...Show All
Visual Studio Team System Object reference not set to an instance of an object
Everytime I check in a file, i get this message. What is this for Thanks, Ted OK, I just went through and traced by my fix for this. As indicated by my earlier posts, I fixed this in the sources about this time last year. The fix did NOT go into SP1, however. I believe this was due to the fact that the null reference exception occurs after the check-in is already complete and no harm is done. I agree it is annoying, but it really doesn't hurt anything. Because the bug was low impact, the fix did not make the bar for inclusion in SP1. The good news is that I verified the fix was brought over ...Show All
Smart Device Development Camera settings registry key "flash"
Hi, I would like to know what the registry key "flash" is for. This key is under [HKEY_CURRENT_USER\Software\Microsoft\Pictures\Camera\USER] and it's a DWord set by default to 1 but my device doesn't have any flash. Thanks, it's there by default, but don't mess with it, most devices I've edited it on that lack a flash will no longer run the camera executable until the flash value is set back to OEM. ...Show All
SQL Server How to allow remote connections to SQL Server 2005 Express database
I've developed an asp.net 2.0 web app with vs 2005 and am using a SQL Server 2005 Express database. The app works fine locally, but after uploading to the remote web server the following error occures: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) How do I go about granting remote connections to SQL Server Express Does the web server have to have SQL Server Express instal ...Show All
.NET Development Automation Error Raised by VB6 App on a .NET component ever since installing .NET 2.0 Framework
I noticed that a VB 6 app is no longer able to properly call a .NET component exposed with a COM interface that was compile via Visual Studio 2005, it raises an Automation error . Setting the application configuration file to point to the .NET framework v2.0.50727 does not help the situation. However, when the .NET component is compiled via Visual Studio 2003 it works provided I have the infamous application configuration for the VB6 app set to: < xml version ="1.0" > <configuration> <startup> <requiredRuntime version="v1.1 ...Show All
