Deepesh Verma's Q&A profile
Visual Studio Team System Cannnot Connect to TFS
I have TFS setup in a Single-Server environment on a server within my companies domain. Today, I tried to connect to TFS and received the following error in an alert box: Team Foundation Server TF31001: Team Foundation cannot retrieve the list of team projects from Team Foundation Server <servername>. The Team Foundation Server returned the following error: The request failed with HTTP status 503: TF30059: Fatal error while initializing we ...Show All
Visual Studio Tools for Office C# Word add-in...weird error
Fellow Developers, Thanks in advance for reading this. I am in dire need of help here. I've asked a few people around the office already for help but they haven't been able to come up with anything. Project Type: Microsoft Word 2003 Shared Add-In Development Language: C# Problem: Attempt to cast applicationObject as Microsoft.Office.Interop.Word. Application to access the CommandBars Count property. Comes back as NullReferen ...Show All
Windows Forms Application Question...
Hello all... I am writting a application that will utilize XML databases for the information that will be entered into the application. What I would like to know is what steps should I take in order for the user to be able to create new us ...Show All
Windows Forms strange error when 'using' system.runtime.interopservices
or in my language - using namespace System::Runtime::InteropServices if i do this then i get this error :\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinBase.h(3139) : error C2872: 'FILETIME' : ambiguous symbol could be 'C:\Program&n ...Show All
Smart Device Development Significant performance slowdown when running 2 .NET applications in PDA
Hi, In a project that I am making, I am currently making 2 applications. The first one is the main program, the exe file size is about 2.5 mb and when deployed, it consumes about 5 mb of memory. Its function is to read and store new data in XML's. The second one is more of a maintenance application, uploading the XML's on the backend server. (it should also run even when the main application is closed) When the main application is running, it wo ...Show All
Software Development for Windows Vista Administrator security issues
Maybe it's me... then there are only 7 posts before me on here, so now I am worried there will not be an answer.... Trying to install a simple antivirus program before I really start to test. I am the administrator account, but I do not have sufficient rights to write....hence install fails. Anyone else seen this... Hmm... Do you have UAP enabled And what simple anti virus program are ...Show All
Visual C# copy list items to database
How do i copy list items to database. List < string > lines = new List < string >(); I have added a 100 lines to my list "lines" and now i want to copy this over to my SQL tabe which has only 2 columns. ID and Value. I want to copy all line items to "Value" column and "ID" column must be filled with autoincremented number. How do i do this I know there is copyto() method for lists. I wonder if i could copy this lis ...Show All
Windows Forms View Data Grid (for xml database)
Since upgrading to VS 2005, when I right click on an xml database document that contains the schema, I no longer get a listing of the tables and cannot view the data contained in the tables. If I open the document created with VS2005 in VS2003, the grid populates fine. Thanks in advance for any replies. The tables are created and added to the dataset like this. DataTable dt = new DataTable ( "Table1" ); ...Show All
.NET Development Just two true
I noticed that true.ToString() Convert.ToString(true) Both return "True" rather than "true". Seems wrong to me somehow..... They both return (well Convert.ToString, simply calls Boolean.ToString()), either Boolean.TrueString or Boolean.FalseString depending on the value. I imagine if it returned 'false' or 'true', the Visual Basic programmers would probably say the same thing. ...Show All
Smart Device Development How to connect the Pocket PC to the Internet through the cradle?
Hi, I am developing wireless application for PPC 2003. However in some case, e.g. the wireless signal is not strong or there is no wireless access point arround, no GPRS,etc.. and my destop can connect to the Internet through wired network, is it possible for me to connect to the Internet through the cradle and debug my application Thanks and Regards, Stefen Huynh You can assuming this cradle is connected to your PC which has inte ...Show All
Software Development for Windows Vista using a DelayActivity
How can I use a Delay Activity in Listen Branche without interupt the others Handler Event driven in the rest of branches(i.e let them in listenning mode) the sweety sootion, is to use a asychron mode, but how thanks. The way the listen works is that once the delay occurs or one of the events is received all other branches are canceled. Do you always want the delay branch to be processed even if it is ...Show All
.NET Development FTPWebRequest and the 'dir' command
I have a project that I am working on to ftp files back and for between some robots. The people that made the controller changed the ftp server type and so half of the servers understand the 'list' command when trying to do a file list, and the other half just puke because they do not understand the command. Is there any way to use the 'dir' command with the FTPWebRequest methodes Steven If the servers ...Show All
.NET Development ProgressBar with FTP is it possible?
hi. I am new to .NET forms and C# application. I am trying to implement a simple UI that privdes button click to download a FTP file. I am using the Webclient class and WebRequestMethods.FTP.DownloadFile method for request's methods. I am read the stream using the streamreader. FTP works fine. Now i want to add progressbar to show progress of the file. is there anyway to do I have looked up few examples of downloadfileasync method combine ...Show All
Visual Studio Team System How to specify custom constraints?
I am trying to specify some custom database constraints like: - a database connection string should not include a username & password (but only Windows integrated authentication) - a dabase connection string should not include a Network library setting or a port number in the data source - I thought it would be quite simple, but I've been struggling for several hours with no result. Any help is appreciated. ...Show All
Windows Forms Can't set focus to form
I need some help... I'm creating a windows form application that contains large data entry screens, which are using AutoScroll. I'd like for the user to be able to use their mouse wheel to scroll the page, and it seems to me I need to  ...Show All
