Carlosmcg's Q&A profile
Smart Device Development list view
how do i add a column of data in the list view for example John male 21 in a listview which contain a column header Name Sex and Age.. lstNetwork.Items.Add("John"); lstNetwork.Items[0].SubItems.Add("male"); lstNetwork.Items[0].SubItems.Add("21"); i get an error which Error 1 Value of type 'String' cannot be converted to 'System.Windows.Forms.ListViewIt ...Show All
Visual C++ use the VB private interfaces
Hello, I met a problem when compiling my activeX control developed by VS2005. The error LNK2001 occurred which is caused by 3 interfaces: IVBGetControl, IVBFormat, IGetVBAObject. Details are displayed as the following: editbase.obj : error LNK2001: unresolved external symbol _IID_IVBGetControl editbase.obj : error LNK2001: unresolved external symbol _IID_IVBFormat editbase.obj : error LNK2001: unresolved external symbol _IID_IGetVBAObject D: ...Show All
SQL Server Sql server 2000 and visual studio 2005
I can't connection with sql 2000 using visual studio 2005. Error definition : An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) thank alot your inte ...Show All
Visual Studio Team System Some reports are not being updated
I'm not sure if this is a problem with my environment, or a misunderstanding on my part. A couple of the reports are not being updated -- for example, the Builds report never shows anything, even though I've run several builds on the build server. I'm also not seeing anything other than "zeros" in the Bug Rate report, even though I've created and resolved a couple of bugs. The only Error in the Application log is below, but ...Show All
Windows Forms Global Application error event
Is there any event that raises anytime some error occures in the application I can manage the errors separate in every event with try... catch, but is there any global event that raises when there's an error in the Application In ASP.NET there is that event in glogal.asax (Application_Error), but in Windows Application I don't know is there any event like Application_Error In my VS 2005 project, I have an " ...Show All
Visual Studio Team System WebTestContext
Hello all, I'm trying to simulate our applications load environment. My plan is to run ~100 users in the load test. In order to act on the system, it is required that they log in first. However, this login operation is considered material, and therefore I don't want to log the users in for each different action, as it will inflate the numbers. I tried just running the login code once per WebTestUser, in terms of WebTestContext ...Show All
Windows Forms How do I NOT include the .NET Framework in my Setup & Deployment package?
I decided I needed to have my setup project include the .NET Framework so I installed the "Microsoft Visual Studio .NET 2003 Bootstrapper Plug-in". So it works great and all but now I don't know how to have my Setup project NOT include the .NET Framework. How do I turn it off Thanks in advance!!! The answer given by Toddap is the way to manage prerequisites in ClickOnce deployment in VS2005. Coz here is a foru ...Show All
Visual C# Typing in Visual Studio 2005 Text Editor is extremely slow
Has anyone else noticed that typing in Visual Studio 2005 is extremely slow Whey I type it seems that the screen is always 2 words behind where my hands are. It makes it extremely frustrating to get anything done. I'm mainly referring to C# code. It seems like Intellisense is going nuts trying to guess every word I'm going to type and never actually prints the characters to the screen. Has anyone else experienced this I ...Show All
Visual FoxPro older scatter gather, and VFP.
Hi; I have a form which the user fills. The info the user enters need to be added as a record in a table. In the Foxpro2.6 world I used to do this by letting the user edit empty memory vars, and then append blank / gather from memvar. I am wondering if there is a better way to do this in VFP9 I know I can use buffering then tableupdate(), but that requires that I would append blank FIRST before I let the user edit the fields. ...Show All
Visual Studio Express Editions command button as Accept button
like in asp.net - how can I make a command button as accept button in c#.net You should also be sure to set the DialogResult property of your dialog form to OK or another affirmative value so that the caller knows the results of your dialog. ...Show All
Visual Studio Team System Modelling SqlServer 2005 database
My TFS project has database, what is the best way for modelling database I guess I should use "Sql Server Project" template, but how can I add and support DB diagram to this project Should I still use Visio For Entrprise Architects 2003 (I have one 11.4301.6568 version) Ideally I want to have database schema stored in the TFS and all changes are made to the schema should be reflected to physical DB and vice versa. Are there any reco ...Show All
SQL Server Reporting Services 2005 xml datasource
Hi, i'm having problems with last version of reporting services. i've been trying to create a new datasource whose type was XML, this is posible in this version, but i can't create a report using this datasource, the following message appears : " A connection cannot be made to the database. Set and check the connection string." . I don't know how to do it, i don't know if i have to set a special connection string or any special co ...Show All
SQL Server "(rsInternalError) Index was outside the bounds of the array" after upgrade to SRS SP2
After upgrading to SQL Reporting Services SP2, we now get an error every time we try to run any of our reports. The error is "An unexpected error occurred in Report Processing. (rsInternalError) Index was outside the bounds of the array." Anyone have any suggestions I looked in the Report Server logs and see this error but there is no other information that points me to the problem. Thanks in advance. Can you ...Show All
Visual Studio Tools for Office About connecting to Oracle
Hi, I want to know if there is a limit for the length of 'strSQLCommand' for the below statement. objADORecordSet.Open strSQLCommand, objADOConnection, adOpenStatic as I've got a problem with the long query I created, inside the macro of the Excel file, for retrieving the records from Oracle DB. Here are the codes for the query: strSQLCommand = "Select rtrim(vessel)||', '||rtrim(voyage)||leg ves_fld, " &a ...Show All
Visual Studio How to change the legend text of a chart object
Hello. I have a chart on my report. The legend text says: Sum of StoredProcedureName.FieldName Is there a way to change this value in a more readable text Goos van Beek. Hi there, I have been having the same problem, and have been trying everything for a solution. It seems as though there is no way around this other than buying the full version of Crystal Reports. Brenden Stefano ...Show All
