Greg K's Q&A profile
Visual Studio Team System TF53010 - The build request is not from the configured Team Foundation Server.
I'm getting this whenever I try to execute a Team Build on my build server. This started happening even on fresh generic Team Builds. TF53010 : An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 5/2/2006 8:04:17 PM Machine: TEAMSYSTEM Application Domain: /LM/W3SVC ...Show All
Visual Studio Team System HTTP Status 503: Service Unavailble
I have just installed TFS before 2-3 days back. During these 2-3 days everythings work perfectly. But since today while connecting to TFS ove HTTP using TFS Proxy I receive above message. On examining Server I found following things. 1) TFSAppPool was stop. 2) SQL Server Configuration shows insufficent diskspace message. 3) I scan through Application vent log which shows many error message related to 503 but in the root it shows as a fa ...Show All
SQL Server Why can't query analyzer be made to work for SQL 2005?
I know my investigation is pretty light but it appears that DMO works fine against SQL 2005 (we use the same code to generate script against a SQL 2005 server that we do for a sql 2000 server). Why prevent query analyzer from being able to use the same DMO so that it works on SQL 2005. I really miss the simple ways of using query analyzer that I have become accustomed to and would love to be able to keep it in my toolbox foruse with both d ...Show All
Visual C++ Very simple question from a programming newbie
All I need to do is use VS.NET to compile a .c program to the point that the result is a .o file. I know very little about programming and even less about VS. What I do know has lately concerned UNIX and FORTRAN. Can anyone help Thanks! --Amanda If what you need is just the object code, you can always run the c/c++ compiler from the command line. if you have a file named hello.c, the command will be: cl -c hel ...Show All
Smart Device Development what the error message means?
hi guys! i have encounter with this problem and had no idea what is all about .. i already put different file name..yet the same error message come out.. this error message goes" File already exists. try using different database name" Do i need to do some configuration on this If it's coming from this line: engine.CreateDatabase() you already have a data base. If you'd like a brand new data base, delete the ...Show All
Visual C# Multiple Header Levels on a DataTable?
Is there a way to have multiple levels of Column headers for a datable. For each column, I wish to have a header. However, I wish to also have Column headers which span multiple Columns to give groups of columns a header. EXAMPLE: | Basic Info | Details   ...Show All
Smart Device Development Deploy Failed
Hi Developers, I am trying to deploy my sms application on the phone , but cant do so . I get a error saying deploy failed . It was working fine for few runs before . I am building this in VC for smartphone 2003 Can any one help me with it 1>------ Deploy started: Project: SMS, Configuration: Debug Smartphone 2003 (ARMV4) ------ 1>Deployment and/or registration failed with error: 0x80070020. The process cannot access the fil ...Show All
SQL Server Add a DateLoaded column to input data
OK, I *know* this is trivial, and please feel free to giggle, but after years of DTS 2000 my poor brain can't make all the jumps neccesary to cope with SSIS 2005. I have a Transfer data task. Source input (non SQL Server) has x columns, SQL Destination has x+1 columns, where the extra column is a non-null smalldatetime column DateLoaded. This will be populated with the Date & time the row was added. In DTS I do this either by adding a ...Show All
SQL Server Debugging a customponent used in a Integration Services project
Hi there I'm building a SQL Server integration services project with a custom component. I created the custom component as a separate C# library project and compiled it. With the help of some online resources I was able to make it appear in the Dataflow Transformations toolbox items of Integration Services IDE. But this component is throwing some errors. My question how do I setup the environment such that I can set break ...Show All
SQL Server SSAS Restore of large cube (6.16gb) fails on 64bit Server
I have large cube (6.16gb) that I backed up to a compressed file of 1.43gb. I restored the backup to a new database on the same server and it failed to display measures from the largest measure group. The measures are displayed as #VALUE. All other dimension and measure groups are OK. The largest measure group file is 4.4gb in the database ie. 1.fact.data file. I remember the restriction of 2gb backup in SQL 2000. Has anyone come across ...Show All
SQL Server Error importing excel file
When ever importing a excel file or flat file, I get an Unhandled exception error and the event log reads a .Netframework error ID 1000. Checking the database I was importing into, I find that the table was created with the columns, but no data within the columns. The import wizards report 509 row copyed before crashing with the Handle error, where a dialog box appears allowing debug or close. Can anyone help I include the logged err ...Show All
Visual Studio Tools for Office ClickOnce with VSTO - The application is improperly formatted.
Hi, I am trying to deploy a VSTO application using ClickOnce. I am getting the following warning in Visual Studio's Error List. Warning 1 Assembly 'VstoSmartTagDemo.dll.manifest' has mismatched identity 'VstoSmartTagDemo.manifest', expected filename: 'VstoSmartTagDemo.manifest.manifest'. C:\Programme\MSBuild\Microsoft.VisualStudio.OfficeTools.targets 0 0 Note that the status bar displays the message "Publish Succ ...Show All
Visual Studio Team System TFS beta3 removes source code - now what?
I added projects in my solution to version control of TFS. Then I wanted to rebuild folder structure on the server, but I couldn't 'move' folder to another folder and create folder other way than adding new solution to it. Maybe I did not read blogs carefully enough So I decided to remove folders from source control and add them once again. I removed mapping of the projects from the workspace in workspaces dialog. Then I pressed <delete> ...Show All
Visual Studio 2008 (Pre-release) WPF Feb CTP 2006, XAML Designer not available in VS 2005
Hi, I installed the WPF Feb CTP 2006 version. Apart from the namespace bugs, i have run into a peculiar problem where the xaml designer is not shown in the VS 2005. Is this by design or is it a bug Any help in this regard would be highly appreciated. Thanks & Regards Susheil Kumar System Analyst Hi Susheil, I think this is a better question for the Cider discussion forums - http://forums.microsoft. ...Show All
Visual Studio Express Editions Membership Provider..?
Hi. I created an Login-Form in Visual Basic.NET Express edition. Now I want, that the Application validate the typed username and password in the login-form with an online MySQL database. I already found an tutorial from MS, but it wasn't usefull, becouse i needed MS Visual Studio. Can anyone help me Micronax What did the tutorial use that is not in the express edition, was it the database explorer You should find code to connect to mySQ ...Show All
