gesu33's Q&A profile
Visual Studio Team System "The process cannot access the file" during GET
I get the following error everytime I do a GET (latest or specific): C:\Q3\webroot\aspnet_client\aaa.js: The process cannot access the file because it is being used by another process. I get the same error in the output window with multiple files... Some files are placed in my workspace correctly but the ones with this error are missing. (I'm using Beta 3 refresh) Buck Hodges wrote: Hmm, there ...Show All
Windows Forms TaskVision Bugs
Has anyone tried the "Export to Excel" function in TaskVision, only to find out that TaskVision tries to reinstall Microsoft Office The attempted reinstallation has now permanently disabled all my MS Office applications; even Norton AntiVirus wasn't s ...Show All
.NET Development Accessing data in a DataSet
Hello all, ADO is very new to me, so I hope this question doesn't seem too simple. If anybody can recommend a good ADO book or tutorial that would be great. I am using C# Express and SQL Express. I've been able to connect to my database, use a TableAdapter to get access to it, and fill a DataSet with a query from the TableAdapter. My question is, how can I get access to the the rows and columns in my DataSet I know how to "databind&q ...Show All
Visual Studio 2008 (Pre-release) problem with custom panel
Hi here I'm trying to create a custom panel that organises its children in a circle (like radial panel) my problem is to arrange those shapes in center of a canvas but it starts from very first location of canvas and some shapes were invisible. how can I arrange it in the center and io am not able to get their individual positions either. Here I'm attaching my code below. code here Thanx-Nag ...Show All
Windows Forms error when log in window(too many parameter)
my computer using win 98,there is bad sector with my harddisk,the win.com file is missing,i get another file from another computer which using win 98 too,but when i start my computer,it stay at dos ,and say it is too many parameter,but i can enter safe mode of window.What can i do & ...Show All
Visual Basic Form Order
I am using VB.net 2005 Express Edition I started a project, Form1, and after a while I decided to add a password form so that you enter a password before you can view Form1, my question is how, when I run the project, do I get the password form to be the start form Access the Properties page for your project and on the Application tab you will see a drop down box labeled ‘Startup form’. Change this to your passw ...Show All
Smart Device Development Anyone give me a poom's sample. c#
please don't use inthehand's dll and language isn't c++, it can run on ppc 2002. Hi Geng, The ability to call COM components directly from managed code (C# and VB.NET) was added in NETCF V2.0 NETCF V2.0 is not supported on PPC 2002. So you are limited to the NETCF V1.0 approach in which case you'll have to use P/Invoke wrappers which involves native code. http://blogs.msdn.com/stevenpr/archive/2004/ ...Show All
Visual Studio Team System Merging individual changesets
I was under the impression that if I did a merge and specified a specific changeset as in: C:\Foo\Branches\Releases> h merge /preview /version:C39 RB-1.0 $/Foo/Trunk and that changeset only contained a change to one file then that one file would be the only one affected by the merge I am getting other files with conflicts that weren't part of changeset 39. Is this a bug or (more likely) is my understanding of merging with TF ...Show All
Visual Basic open file dialog box
I am new to vb, and yes i am a student who has a major project due this wednesday Could anyone give me hand on how to properly code the open file dialog box.. the help files and this msdn site are not very helpful.... (I need to open txt files only in a certain location) Also need help on drawing on the form.... the help files explain how to get the pen to draw certain objects (rectangles, squares, circle shapes basically), I need to draw ...Show All
Visual Basic RegularExpressionValidator in ASP.net
I want syntax for RegularExpressionValidator in ASP.net. I mean what i will write in ValidationExpression so i will get some validation List of Expression I will write this than this expression will work some like that This site should help you out: http://www.regexlib.com/ ...Show All
Visual Studio Team System Areas and Iterations defined for project not listed in work item drop downs
1) July CTP of TFS 2) I've read through the existing threads regarding onchange latency and 10 minute cache refreshing 3) I've waited over-night and shutdown and restarted TFS Explorer 4) I am a TFS Administator on this server In light of the above, I've added additional areas at the first child level and also added iterations (2 at first child, with another as a child of a child). I can see the areas and iterations I've added in the Areas/Itera ...Show All
Visual FoxPro Grids are readOnly. How do I put text in them?
Hi there. Kind of embarrassing asking simple question when other people post such advanced requests. I am new here. I got as far as creating a form with two grids and other controls I need. There is a Pageframe that switches between pages and I have each grid on the corresponding page. All the way I am making comparisons with dBASE stuff which I hope soon will be a thing in the past. Anyway, when I run the form all rows in grids appear to be rea ...Show All
SQL Server Where is the Northwind SQL scripts for SQL server 2005
I am looking for the northwind install script in my SQL server 2005 directory and cannot find it. The introduction to VB 2005 uses it for an example and I would like to walk thru it. Does anyone have the sql If so could you send it to me. I am going to see if I can get it off a 2000 install. Thanks. Hi Arnie, thanks for sharing the helpful link. i downloaded the northwind db setup from the microsoft site and ...Show All
.NET Development xml data posting and retrieving in c#.net
hi i have to send xml data to the payment gateway which accepts xml data in partuclar format and returns the responce in xml format. I am new to payment gateway, i dont know how to send the xml data and retrive the information. can any one plz help me in this Plz give me any code sample Here's a sample method that uses HttpWebRequest and HttpWebResponse to post an XML string to some URL. The method doesn't really look into the respon ...Show All
.NET Development How do i use WIAVIDEOLibs
Hi i am currently tryin got make a webcam application. base on this currently http://www.codeproject.com/dotnet/wiascriptingdotnet.asp forumid=3908&exp=0&select=1486895&df=100#xx1486895xx in there there is a line of code wiaVideo.CreateVideoByWiaDevID( cameraID, panelVideo.Handle, 0, 1 ); // overlay into video panel //can be compiled fine but when i make my own project and wrote this line, it can be compiled wiaVideoCl ...Show All
