Eric Oostergo's Q&A profile
Visual Studio Team System TFS problems
I just emailed this to my whole team, who is getting ready to switch from SOS to TFS. I made a series of changes before checking in, including things like adding a new code file, then later removing that same code file. Recap of my issues: When I went to check in, the Pending Checkins window would not give me the option to check in. It only gave me the option to unshelve. So I chose that option thinking it would lead to a ch ...Show All
Visual Studio Team System TFS Setup Fails with Error 32000 / stsadm.exe
The relevant setup log data appears to be this: 04/10/06 11:00:53 DDSet_Status: Commandline: "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Bin\Stsadm.exe" -o setconfigdb -connect -databaseserver "CGDPS01" -databasename "STS_Config_TFS" 04/10/06 11:00:53 DDSet_Status: IgnoreExitCode: 0 04/10/06 11:00:53 DDSet_Status: Silent: 0 04/10/06 11:00:53 DDSet_Status: ActionStart: 0 04/10/06 11:00 ...Show All
Visual Studio Express Editions Connecting to an Access 2003 Database from VB 2005 Express
Hi ! I have a form with some textboxes and a button. I have an Access Database on my desktop. I want to write the values from my textboxes to a table in the database. I havesome code to do this, and it should work, but It throws an exception that is far too complicated for a Newbie like me to decifer. Here is the Excption (on top) with the code I'm using below that. Heeeeelllllp! P.S . The values in the "TextBoxes&qu ...Show All
SQL Server Taking reports backwards
Can I take reports developed with the SQL 2005 reporting services and transfer them back to SQL 2000 I'm sure there are differences, but can basic reports work in both versions Any tips or tricks would be most appreciated. Thank you ...Show All
.NET Development Multiple FTP commands via one connection
Another FTP question. :) What's the best way to use the 2.0 Framework to send multiple FTP commands during one connection The FtpWebRequest class seems to make a separate connection for each command. I'd like to connect/login once, send two or more FTP commands, receive the response to each, then disconnect. Karen mahjayar wrote: For that request where you want to close it you c ...Show All
SQL Server How to Store System Variables in DB?
Hi, I want to store the System::StartTime in my Integration Table Log. Please guide how can I use this in my Execute SQL Task Block. I write this SQL Statement: INSERT INTO CMN_tblIntegration VALUES ('HRM_tblParty', ) Which the is for the parameter. I go to parameter mapping tab and map the System::SatrTime to parameter0, but the package fails to run. I also changed the to @IntDate and also changed the parameter name but the error was the ...Show All
Windows Forms Binding datagrid to data returned by DataReader problem
I am having problems with binding datagrid to an arraylist. The way I am doing it is asking for much code to be written in order to achieve a simple task. Here is an example ' Getting data Dim cmd As New OleDbCommand(strSQL, conn) Dim dr As OleDbDataReader Dim arr As ArrayList cmd.CommandType = SQLType conn.Open() dr = cmd.ExecuteReader(CommandBehavior.CloseConnection) simple so far, but now I am having troubles in storing thi ...Show All
.NET Development How to pass a structure to a web service?
Hi all - This is a simple problem that I'm having all sorts of trouble with. Web Services all work fine while I'm passing standard data types, but when I try to pass a structure, one end or the other always acts like it doesn't know what I'm talking about! I realise I probably have to serialize myStruct somehow, and maybe put xmlInclude in there, like I had to when I was returning an arraylist from a service, but how (Before even starting ...Show All
Windows Forms Datagrid ColumnStyle MappingName To SubClass of A Collection?
Hello: I am binding a collection of strongly typed objects to a datagrid without a problem. However, when I attempt to set the mapping name of a column to an object property within the base class the mapping does not take. For instance:& ...Show All
SQL Server Connecting to SQL server 2005 express in LAN Using C# express
I tried to connect to SQL server 2005 express in LAN Using C# express I got this msg the file \\blablabla\\blablabla.mdf is on a network path is not supported for database file.An Attempt to attach an auto-named database for file \\blablabla\blablabla.mdf failed. a database with same name is exist, or specified file can not be opened, or its located on UNC share. Is that mean : I can not connect to SQL server remot ...Show All
Visual C# write a filestream to the browser
I have a filestream that contains a pdf file that I have changed. I want this pdf file to be written out to the browser so that it can open in the clients adobe reader. I have figured out how to write the pdf to the server and then open it with javascript. But I was wondering if there was a way to just write that directly to the browser so i don't have to deal with extra files being dumped on the server that may not get deleted. ...Show All
Architecture Software architecture... I'm stuck!
Hi all! I'm currently stuck in the design process of my next app. This is nothing new as I've been trying to get past this particular hurdle (over several projects) for the last 3-4 years without much success. Everything goes well until the end of the requirement gathering phase. I have a list of detailed , categorized requirements and I think the next logical step would be to work on the architecture of the project at a highest possible level o ...Show All
Visual Basic Need some advice in solving....
Hi guys, I have an application(MDI form with 4 forms in it). I want to do the following: 1. Checking whether my application is active(focused) among others(like winamp,word,etc) 2.If it is active, i need to find the number of minutes it was idle(ie. without mouse movements,etc.. I donno how to check for all the 4 forms and MDI form). 3. if the appln is idle for 2 minutes, i need to open another form from the appln(which has a ...Show All
.NET Development .Net 1.0 & .Net 2.0
Hi, I don’t know if this is a silly question but the problem that I have is that, I have a large application written in .net 1.0 which integrates with many third party applications. One third party application was originally written in 1.0 and has now been upgraded to .net 2.0. I need to get my application working with this third party application without having to recompile my application in 2.0. Are there any workarounds o ...Show All
Visual Studio Printing Reports: Layout help
Hello, Having created a report and set the page size and layout without any problems when printing the report each page is divided down the middle. This results in the report effectively separated into two smaller tables. I am unable to find any options to change the print layout either in the preview pane or anywwhere else. Thanks Hi, BoonUnit, How did you set your Report body 's size ", Repo ...Show All
