jimmyL's Q&A profile
Windows Forms How can I programmatically add text to textbox after calling AddNew()?
Greetings wise men... I hope someone can help me, I'm stuck. I have a form with textboxes that are databound to a dataset table. Eveyrthing is working correctly. When I want to add a new record I call BindingContext[localDS,"people"].AddNew(); .Now I want to programmatically set a value in one of the textboxes so the user doesn't have to. But when ...Show All
Visual Studio Team System TF30162: Task "WITs" from Group "WorkItemTracking" failed
This is with Beta3 on a real 2003 Standard Server SP1. Setup worked without a problem. I did change the name of the three accounts but they all work fine. I cannot create a project with a user account that's in the domain admin group. However I can create a project with the <setup> account logged on on the server directly. Thinking it's a SQL permission kinda thing, I gave the domain account all the same permissions as the <service> account, but that still did not work. I tried the deletion of the cache directory, but that did not make a difference. Can someone give me any hints how to go on with this. Peter ...Show All
Visual Studio Tools for Office How to the Spreadsheet Control as datasource to the Chart Control?
How to the Spreadsheet Control as datasource to the Chart Control thanks. “It is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tools per se. So you will be best served by posing this question to a forum or newsgroup wholly dedicated to application-specific issues such as yours. Here is a link to resources that will help you: http://msdn.microsoft.com/office ” Thanks, George ...Show All
Visual C# Repeating Sequence
You how you put Console.WriteLine("Press Enter to continue"); and then you put Console.ReadLine(); Now i want it to say would you like another entry Y or N if they enter Y how do i repeat the process of going back to the excution of the program....basically how do i start it over... I know it seems i am asking very basic question...but i started programming very differently than most developers... Hi, Yep, you got it right... . Your input logic must be placed in the do statement so that it would be included in the loop... cheers, Paul June A. Domag ...Show All
Windows Forms HTMLDocument question
Hi, I am using the WebClient.DownloadDataAsync() method to download data from a web page. I choose this method, because I can get feedback through a WebClient event so that I can update a progress bar whilst the downloading of the data takes place. This all works as expected, but once I have downloaded the data I want to process the data using the methods of the HTMLDocument class. How can I do this and is it even possible (I know I can process the data if I downloaded it using the WebBrowser as the HTMLDocument class is known at this point!) Regards Ron. ...Show All
.NET Development Refrerenced memory at 0x0000000c could not be "read"?
Hello all you nice people out there in 'Sanity' land, First - a message from my sponsor: 'For the record, I'm no computer wiz. And, I also do not know all-a-da proper terminologies either. This is stated before someone ups and decides to send any defamatory e-mail my way. Thank you.' You may now return to your regularly non-scheduled e-mails. Ah, hello again. Now, sledge-in-hand, let's have it. I had installed the VisualBasic Express, oh, about 2wks ago. A very short time thereafter I got an error message. It read, reads, as follows: aspnet_state.exe. Application Error. The instructi ...Show All
SQL Server MIIS 2003
Is there any way to make MIIS 2003 install with SQL 2005, or do I have to stay with SQL 2000 SP3 for all new MIIS 2003 implementations thanks, Azin Hey all For completeness sake: MIIS (Microsoft Identity Integration Server 2003) will not currently install on SQL 2005 (but can be upgraded to SQL 2005). SQL 2005 is however NOT currently supported. This support should be added with MIIS 2003 SP2 (due to be release some time this year). SSIS (SQL Server Integration Services) - is the new DTS and is completely unrelated to MIIS. I'm sure there could be some way in which the two can compliment each other (creating transforms of data ...Show All
SQL Server How do I know where my message come from
I have a service broker service and there are multiple clients that can put messages in the queue of that service. How do I check which message comes from which client There is no field in the queue like message_senderId or something like that. If all you need is to send back replies, then is not necesary too know the sender of the message. Simply send back replies on the conversation_handle received and they'll reach the sender. If you need to know for other reasons, look up sys.conversation_endpoints by the conversation_handle of the received message. It contains the far_fervice and far_broker_instance fields, that are the name of ...Show All
Visual Studio Document explorer does not show document contents
Visual Studio 2005 Professional I can see both index and contents in Developer Documentation and Help System window, but clicking any node displays nothing in the right frame. It did not begin abruptly. For some time dexplorer showed topics if clicked some nodes in the contents tab. But later it ceased showing anything altogether. Any ideas Thanks in advance. Give this a try: 1. Export all your Settings through Import Export Settings (every single one) 2. Close VS2005 3. Go to Start -> Run and type devenv /resetuserdata then 4. Go to Start -> Run and type devenv /setup Now ...Show All
Visual Studio Error (1304) installing Visual Studio 2005 August CTP
Hi, I am trying to install Visual Studio 2005 August Community Technology Preview but am getting the following error: "Error: 1304. Error writing to file Microsoft.VisualStudio.WizardFramework.dll. Verify that you have access to that directory." I can not see any previous versions of VS.Net 2005 or .NET 2.0 in the Add/Remove Programs window. I only have .Net 1.1 installed. I found a tool to clean the OS before installing the beta but I am unsure if I should run this. The tool is called "vs2005_beta_cleanup_tool.exe". Any help would be greatly appreciated! Thanks, Gav Hello gavwell, did you solve ...Show All
SQL Server Unable to connect to Analysis Services as a client
Hi, I got SQL SERVER 2005 SP1 installed on a server and is running fine. I've installed BI studio on a client computer and I can access the database engine. On the client computer, while deloying my cube I get the following error : the project could not be deployed on the server "server_name\instance_name" due to connectivity problems. Verify that the server is running I've checked the project properties and in the deployment section I have the right server : "server_name\instance_name" and the right database : "database_name". I can access the server since i've created the datasource using the sqlclient provi ...Show All
Smart Device Development How to prevent selecting a ComboBox value pushing the shift and down keys
Hi all, I want the user to be able to navigate through the Input controls on a form, some of these controls include ComboBoxes. I am making the user navigate by pressing shift on the keypad along with the down arrows (I have set up the relevant events to trap these and set focus() to the relevant controls). But it seems I have a problem with ComboBoxes in that when I select the down arrow (even with shift pressed) to navigate to the next control, I also select the next value down in the ComboBox control - which is something i def do not want to do. Is there anyway I can prevent this from happening Thanks in advance. Tryst I think I ha ...Show All
Visual C# sql connection
I haved installed SQL Servver 2005. I am trying to make a connection to it in VS.NET. I get a error that says "Can notr make a connection to sql server. This may be due to the fact you have remote connections turned off. I change this settings and still have the same problem. Do you know why Cisco I got exact same error, and remote connections were enabled for my server too. This error message was a bit misleading, what actually happened in my case was I had installed SQL Server 2005 on a named instance e.g. mysvr\dev01 and in connection string I used only mysvr. Please check if yo ...Show All
Visual Studio Compartiment with multiple classes to be added
Is there a way to add two or more attributes from diferent classes in the same compartment Thanks Mapping compartments to relationships to abstract classes is now enabled in DSL Tools December CTP, so Luiz's initial issue shoudl be solved. ...Show All
Visual Studio Team System Workitem to Workitem Transition
I want to customize my Agile Workitem Types so I can be able to do workitem to workitem transition in such a manner: I have a "Customer Inquiry" type with the following states: Open Closed What I want to be able to do is create the following transitions: <empty> ==> Open (New) Open ==> Closed (Answered to the Customer) Open ==> Closed (Bug Detected) ==> New Bug Workitem with the information provided in the Customer Inquiry Workitem. Is it possible Can anyone help me (Sorry for the cross-posting as I’m not sure where to post this question) Bernardo Heynemann Lead Architect and Devel ...Show All
