shaul_ei's Q&A profile
Visual Studio Team System Another "Currituck.WITs" failed
Initially project creation failed due to a problem with Rosetta, which I solved. But when I tried to create a project (with the same name) again it failed with the exception trace at the bottom. Creating a new project with another name works fine. Is there a way to clean up the database (or whatever is going wrong), so that this doesn't happen again Best regards borge3000 ---begin Exception entry--- Time: 04/29/2005 11:12:44.38 ...Show All
Visual Studio Team System Looking for a sample LLD
Hello, I have been reading MS VSTS and am getting a little confused on the LLD. If someone could provide a quick sample I would greatly appreciate it. I have two scenarios: Scenario 1: We have two physical boxes. 1) Database Server w2k3 2) IIS server w2k3. The IIS box has both the webservices as well as the web site application on the same box. What endpoints do I add How can I represent this on an LLD Scenario 2: On a client we ...Show All
Visual Studio Team System Error executing reports in RTM Trial
I have been evaluating the Team Foundation Server Beta Refresh 3 without any problems, but have recently installed on a new server the RTM Trial Version, but the reports don't work, so this is not an upgrade. For report Bug Rates: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'PriorityParam'. (rsErrorExecutingCommand) Query (19, 3) The ALLMEMBERS function expects a hierarchy e ...Show All
Windows Forms Treeview Nodes.Add Problem
I have a problem when I add a child node. When the tree loads the first time, all the child nodes display correctly. If I add a child node, it gets saved to the database, and I clear out the tree (treeview.Nodes.Clear) and repopulate it for the new node to show. However, now the new node I just added, appears in another location and I end up with 2 child nodes with the same name. Any ideas on how to make the treeview refresh cor ...Show All
Windows Forms Remote DB Server Login
When passing sensitive data such as passwords from a browser to a web app I know that SSL can be used to encrypt the transmission. Is there a similar way to protect the login password for a remote database server when accessed through a&nb ...Show All
Visual Studio Express Editions Linking To A Web Page From Button
How do u link to a web page from a button, the web page is an .html stored on my computer. Help urgently required. Any help appreciated. thanks Process.Start will start an app. I believe it's System.Diagnostics.Process.Start nowadays. Where-ever it lives, it will start a program for you, and if you pass it a URL, it will open the URL in your default browser. ...Show All
Visual Studio mobile web forms
Hello, I installed the vs 2005 standard edition and I want to build a web site for mobile devices. My problem is that all the controls under "Mobile Web Forms" tab are grayed out. Can you pls tell me how to make them available for use in my website Thanks I found the answer: Add New Item-> Mobile Web Form. Once you're on the mobile form all the controls are enabled ...Show All
Visual Studio Can I draw something on the report?
I want to draw sth on the report, how can I do that Thanks in advance. Long im trying to do the same, i have a field in a database that has point values (used on a bitmap), and im trying to output that into my winforms app. i have a custom code that takes the coordinates and creates a bitmap image, which can then be assigned to the image object but it doesnt work, for somereason it doesnt see the Type Bit ...Show All
Visual Basic Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All
Visual FoxPro Number of variables
When I create a 200 x 200 array dimension MyArray(200,200) no problem, but when I try to create a 400 x 600 array, I get a "Too many variables" message. How could I make my application work Thank you for your help. Michel Cariotis I have never gotten this error nor can I replicate it, but ….. Prior to ver 9.0 Arrays where limited to 64,000 elements, yours has a whopping 240, ...Show All
Windows Forms Finding values in a databound combobox
I have a set of two comboboxes. When the value of combo1 changes I need to change the selecteditem of combo2. The selecteditem of combo2 is related to the particular value selected in combo1. The mechanics of this is easy enough but I'm having a problem. Since the combobox (combo2) is databound, its items are DataRowViews. This means I cannot use items.indexof to search for my value. combo2.FindString and combo2.FindStringExact will not work i ...Show All
Windows Forms Determine Source Control of Drag Drop Operation
Hello: I have a MainForm with 2 treeViews and 1 listView. I allow drags from treeView1 and the listView1. TreeView2 only allow drops. I would like to determine the source control from where the drag started in the DragDrop eventhandler. Is this possible basically: after drop if treeView1 is the sourceControl > do this if listView2 is the sourceControl > do this Thanks in advance. {C# VS2005} I found a little ...Show All
Visual Basic Issues with Express Registration and Activation
Now that Visual Basic 2005 and Visual Studio 2005 has shipped the final release, we have a new home for setup and registration issues for VB Express. Please direct all setup, install/uninstall, and registration issues to this forum: Installing and Registering Visual Studio Express Editions Thanks, Paul I am still having the issue I described on 5/29. I have 12 day ...Show All
Visual C# how to register windows service in Registry Editor
Hello all, is any body know how to register windows service using registry Editory. i need the registry path of that any suggestions will be appriciated ...Show All
Visual Studio Express Editions How to even place objects lol!?
How do I place objects I find it quite advanced, as of how easy it was in Visual Basic 6. Now, I've figured out how to add them as referances. However, it doesn't seems like it actually gets added to the Object list so I can place it on the form. Anyone has got a clear, smooth and good solution on this Thanks from, Mathy If you're talking about placing controls on a form, which is not clear from the wording of your post, then all you h ...Show All
