dinks's Q&A profile
Visual Studio Unable to find required file 'Microsoft.VisualBasic.dll' - VS2005-B2
I thought I had managed to install Beta correctly from the DVD, but when I go to create an empty VB project I get the following error: "Project "Project1" could not be opened because the Microsoft Visual Basic 2005 compiler could not be created. Unable to find required file "Microsoft.VisualBasic.dll'. I am able to create a web project, but not compile it ('compiler initializatin failed unexpectedly: Unspecified error'). Tried uninstall / reins ...Show All
Visual Studio Team System Exception - missing performance counters when running load test
I followed the help example on setting up a load test. When it runs, I get this error: Exception LoadTestException 20 Could not find dependent counter needed to apply threshold rule: \\MyServer\LoadTest:Page\Avg . Page Time(_Total) How can this be fixed Thanks. This is not an issue. We do not expose the counters, so you will not be able to view them with perfmon or any other performance ...Show All
SQL Server rsExecutionNotFound
I can preview a report I've written in VS (BIDS) without error. However, when I've deployed it to the report server, I'm unable to execute the report. I receive the following error: Reporting Services Error What are you using to view the report The HTML viewer What happens if you close IE and try to render it again ...Show All
Visual Studio Team System Team Build - Build Directory?
I'm a little confused as to why the new build type wizard asks for a build directory. You have to specify a workspace and since that specifies a local directory I would have thought that the build would just occur in that directory. Why not just build in place Thanks Marcel for explaining our design and for the feedback. We could have asked users to define a dedicated workspace for build ma ...Show All
Visual Studio Team System Source Code Control - Share
In VSTS, is there an equivalent to Share available We have applications which are developed across multiple platforms (web, desktop, mobile) which many of the class files are just shared accross the different project types to allow code reuse. We will have a seperate project for Full Framework and Compact Framework. ClassA exists in both projects. If either project makes changes, the other should see those changes. In V ...Show All
Smart Device Development Problem launching a debugging session on VS.NET 2005 Standard
I'm trying to create a simple test app to begin development on a SmartDevice app in VS.NET 2005 Standard. I have WinXP SP2. I chose a "Device Application (1.0)" project from the C# projects (I wanted .NET CF 1.0 rather than requiring 2.0). Did nothing else, just decided to launch it in the emulator to make sure everything worked - and it didn't. When I try to deploy to any of the emulators, I get a dialog box which says: "Fai ...Show All
Windows Forms Checked Items in DataGridViewCheckBoxColumn
Hi all, I have a DataGridView control binding with a DataSet, and a DataGridViewCheckBoxColumn is placed at the last column. Now, I want to get the checked items from this DataGridView and do other processes. Can you tell me how can I do this (E.g. loop all rows in DataGridView and then cast the CheckBox control, so that I can retrieve the value of the CheckBox as well as the values of cell[2] and cell[3].) Thanks, Peter ...Show All
Visual Studio Express Editions TextBox (multiple line) & Databinding
In an attempt to do a project recently, I've bumped into a problem with textbox and databinding. I have a multiple line textbox and wish to display the address of a company. However the full address of the company is stored in multiple columns inside my database. When implemented, I can only display the street address onto my textbox. I'm currently databinding the textbox to the address field in my customer table. Is there a way to display more ...Show All
Visual Basic Add connection wizard fails with Access database
I have the RTM version installed. I am quite puzzled at this wizard. It works fine with SqlClient. But for Access databases, this wizard completely fails. In this wizard, I only have one option to do - setting the ConnectionString. I set it to Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\path\abc.mdb, which works fine in my code. But when I click OK, it complains: --------------------------- Microsoft Visual Studio --------------------------- ...Show All
Windows Forms Inheriting the contextmenustrip problem
I searched through the contextmenustrip questions and didn't see this one: We have a base form that has a context menu strip on it where we put a few common features (we made the menu and the menu items protected friend). Then we have a form that inherits the base form and we are extending the menu. It shows a few problems: 1. When you try to set properties on the menu itself they are all disabled as if it was scoped wrong to b ...Show All
SQL Server Transaction (Process ID 58) was deadlocked on thread error...
In an SSIS package I am continually getting the same error: "Transaction (Process ID 58) was deadlocked on thread | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. The package is attempting to do a simple Execute S ...Show All
Visual C# Disappearing threads in this NG?
When threads disappear from a NG, are the OPs notified in any way Other than by the disappearance, I mean. I'm not aware of any threads disappearing, but they are on occasion moved to more appropriate forums. When you log in, you should have a link to "My Threads" in the upper right corner of the page. This will take you to a list of all the threads you have participated in, regardless of the forum. Does that help -Tom Meschter Softwa ...Show All
.NET Development Query SQL and write to a string
sb = StringBilderObject dr = DataReaderObject while(dr.read()) { sb.append( dr["ColumnName"].toString() ) } return the result using sb.toString() Hope this clue helps. Regards Jignesh Desai < JaganMalkareddy@discussions.microsoft.com > wrote in message news:9aceb8be-747a-4d5e-bddb-6152a2f3f585@discussions.microsoft.com ... I ...Show All
Visual Studio Express Editions PYTHON problems with MSVC 2005 runtime
I'm trying to use Python 2.4 API with MSVC 2005 Express Edition. And I get runtime access violation error when calling any Python API functions, for example PyRun_SimpleFile(...) I thought that compiling Python from source in vc 2005 could help me, but it didn't. When I use compiled by my own libraries, i stiil get runtime errors, but allready not access violation, but debug assertion failure. I know that the most common problem with pytho ...Show All
Visual Studio Team System Source Control Explorer with no Team Project?
I have a lot of sample code that I'd like to store in TFS Source Control. Is it possible to use the TFS Source Control Explorer when there is no Team Project If so, how to do it If not, why Thanks in advance. GR No, it is not possible to add files to source control (using SCE or any other means) unless you have a Team Project. Running the Project Creation Wizard only takes a minute or two. ...Show All
