000Brett000's Q&A profile
Visual C++ failed to start because the application configuration is incorrect
Hello! I am wondering if it is possible to configure visual studio 2005 to not require a bunch of external dll files to run the exe. Also is there any way to figure out exactly what the external files it needs are When i try to run an exe on a computer that does not have visual studio 2005 on it, i get the message: "failed to start because the application configuration is incorrect". I have succeded to solve this on some computers by putting a ...Show All
Visual Studio Team System TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed
Im trying to create a project and i got this error any ideas. Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking. Explanation Plugin error text: “Value cannot be null. ---> Value cannot be null.” User Action Contact your Team Foundation Server administrator. Warning TF30144: The New Team Project Wizard attempt ...Show All
Visual Studio Team System Can the configuration information in build type be customized
Hi all, During create a build type, there are fields about configuration and platform information. Can these information be customized For example, I want to add/delete/change the values in the configuration and platform list. Thanks, Leon As I remember (I don't have TFS here right now to test it) you can select a value on the list, but also "write" it, if you are asking about that. And for a Build type already crea ...Show All
Visual Studio 2008 (Pre-release) How to use List and Table
In a previous thread (Replacement for TextFlow) I was mentioning replacing TextFlow with TextBlock. Though I was able to use TextBlock for the inline elements (bold, hyperlink etc.), I couldn't find a way to display block elements (list and tables). How can I display them without using FlowDocument As detailed by our content schema, Block elements must ultimately reside inside a FlowDocument. Can you provide more info about your spe ...Show All
Smart Device Development Changes not saving when Editing DataRow?
I have an instance in which I create a new DataRow, input some data via code save the row with the following code.... 'Add a new row SampleDataRow = tblSampleData.NewtblSampleDataRow 'Insert Data into Row SampleDataRow.SampleCompleted = "No" 'Write DataRow to Table tblSampleData.AddtblSampleDataRow(SampleDataRow) The above code works fine. However, I need the ability to update a value in the datarow when the user pu ...Show All
Visual Studio Team System QTAgent Handle Count
I am trying to execute a total of 350 users for a load test using team test. Both my agent and the controller are residing on the same machine, I have 1GB of RAM on this box. When I am ramping up the number of users the counters shows and error symbol against the PC and the counter Process=> Handle Count => QTAgent shows an error. At this point my thorughput (Req/Sec) starts falling rapidly from 3.05 and stops near to .35 ...Show All
SQL Server Optimizing LIKE OR Selects
I'm having problems optimizing a sql select statement that uses a LIKE statement coupled with an OR clause. For simplicity sake, I'll demonstrate this with a scaled down example: table Company, fields CompanyID, CompanyName table Address, fields AddressID, AddressName table CompanyAddressAssoc, fields AssocID, CompanyID, AddressID CompanyAddressAssoc is the many-to-many associative table for Company and Address. A search quer ...Show All
SQL Server Can't connect to SQL Server 2005
Hello, I have a problem with connecting to SQL Server 2005. I have a small network at home with a WLAN router connected to Internet. My notebook computer and desktop computer are connected to router. My SQL Server 2005 is installed on notebook computer and Microsoft Server Management Studio is installed on desktop computer. I wanted to add login so I could connect to it from desktop pc and a problem came up. When I tryed to add acco ...Show All
Windows Forms Datagrid Problems
hi is it possible to turn off "DataSource " Property of the datagrid so that ,i can manually enter the values for the cells at the runtime pls help shabari As far as I'm aware, no there isn't. But you don't have to&n ...Show All
Visual Studio Team System How To Build/Maintain Customer Branches
Hi, We're just starting to move our development teams into the Team Foundation environment and we've run into a question about managing branches for which we haven't been able to find an answer. We have a core product implementation that, using configuration flags, we anticipate will address the majority of our customers' needs. However, we expect that there will be customers out there that will require code-level changes to support. We wo ...Show All
Smart Device Development Smart device help installed correctly?
I have VS2005 installed with WM 2003 and 5.0 SDKs. I am able to build and debug for both sets of platforms although I have just noted that the Windows Mobile SDKs are NOT listed in the results of any searches that I do. E.g., if I search for "SetWindowText" a general win32 API, the WM APIs do not appear only the desktop win32 type. Also, the VM 2003 SDKs appear in the contents but the VM 5.0 SDKs do not. My question is: are the VM 5.0 SDKs ...Show All
Visual C# Multiprocessor builds
I'm looking into buying new machines for my developers and was looking at the new dual core processors from Intel as an option to get faster compiles as compared to a "normal" single core processor. So my question is, does the C# compiler in VisualStudio 2005 take advantage of the dual execution cores or would I just be better off with a faster clocked P4 Thanks in advance for any info. Tom. Hi! ...Show All
Visual Basic Is this possible?
is it possible to control another app Like if i click a button on my app, on the other app the textbox fills up with the text "hello" Thanks very much for the code. It ran perfectly after a little tweaking with references in VB 2005. I was looking for a way to send progress messages from a file-processing assembly back to the user interface. I can use this code with little modification. Thanks again! ...Show All
Windows Forms Would you help me with the Updater component?
I would like to add some custom skins. Anyone know where to get them Thanks PThomas@Corillian.com Consider enabling script access for the folder that holds your update files (e.g. 1.0.0.1) in iis. Most of the times 403 (forbidden) is a&nbs ...Show All
Visual Studio Team System TeamBuild fails with <assembly>.xml in SCC
I have a project which generates XML documentation during all compile-flavours. This project is included as a reference of a web-project. This causes all related files (including the XML file) to be copied to the /bin dir of that web - and as a result, also to be checked into SCC. during TeamBuild, MSBuild is not able to copy over the newly generated .XML file of that DLL-Project, which causes TB to fail. I consider this a bug. A pos ...Show All
