VS 2005 Testing Tools For .Net - 2005?
Apr 29, 2009few good testing tools for VB.Net 2005 Windows application. Please let me know the URL as well.
How about winrunner but i dont know the website (URL)
few good testing tools for VB.Net 2005 Windows application. Please let me know the URL as well.
How about winrunner but i dont know the website (URL)
I am responsible for rewriting an internal tool for my company. I am currently reworking the most time consuming step to run faster which should give me time to re-think the design of the application for a full rewrite as the interstitial version will meet the current needs. I really want to take this opportunity to implement this code using BDD/TDD but I am new to this method of programming in general and especially within the context of .NET. Are there BDD/TDD tools available for .NET? What resources should I look at?
View 2 RepliesI was fooling around with the toolbars and noticed the Refactor section. So I made a toolbar with all of the refactor buttons and ... they don't do anything.I don't often customize so maybe I'm missing something.
View 6 Repliesi have an mdi form with a menustrip.. File Edit View i have an mdi child with a menustrip... Tools Actions i want to be able to add the Tools Actions to the menu in my mdi and not show them in my mdichild.
View 13 Repliesis there a section on how to add controls, Ie like in fire fox Tools/Options
View 1 RepliesIs this software what i need to install to extract data from PDF documents using 2005? If so is this the link i need to get it from? [url] I just got no idea about itextsharp
View 5 RepliesI am using memorystream to get and store images into sqlserver 2005 table image field. This process is working and I am able to display image in picture box. I need to be able to store PDF files into the same field and be able to display in a picture box.
View 2 RepliesI have developed win application on win XP with office 2003 using visual studio .net 2005.I am using Microsoft activex spreadsheet component.I installed my application on win 7 with office 2007, i get runtime error when i load the screen on ehich i have used that component. it says "Attempted to read or write protected memory. This is often an indication that other memory is corrupt"My AxInteropx.Owc11.dll and Interop.Owc11.dll are in same directory where .exe is stored.
View 3 RepliesI working on a project that includes to call a certain type of method to each control, i have this
Private Sub txtBcNum1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtBcNum1.KeyPress
[Code]...
This code works like a charm if i want to allow only numbers and backspace on my textbox.Problem: I have 15 textboxes( txtBcNum1,txtBcNum2,....,txtBcNum15 ), what's the best way to call this function inside KeyPress method on each textboxes with out manually adding it to KeyPress method?
how to make a multi language desktop application in vb.net 2005. only a small desktop application in which i can change language according to countries.
View 1 RepliesI am in process to develop an application for Windows Mobile 6.5 using Visual Basic 2005 and .NET Compact Framework. My problem is that I want to know if an instance of my application is already running and, in that case, I want to jump directly to that instance, without starting another one. I tried several solutions found on the internet but I think there are solution for desktop applications not for mobile applications because I have a lot of errors.
View 1 RepliesI recently moved my Application that was running off of Window XP and created in VS 2005 over to a box that's running Windows7.Now, when I try to debug, I can't edit. In the lower portion of the screen, it gives me this error: Cannot currently modify this text in the editor. It is read only.
Under Tools->Options->Debugging, Edit and Continue are already selected; so it's something else. Also, under project properties->compile I have it set to Cofiguration (Active Debug) and Platform (Active Any CPU).
does any body have the link for the offline installer of vb2005
View 1 RepliesJust copied a saved VB 2005 project to a new machin which has VB 2005. When I build or rebuild this project I get one error and 14 Warnings...Warnings and error are:Warning 1 The referenced component 'LCC11' could not be found.Warning 2 The referenced component 'Microsoft.Office.Core' could not be found. Warning 3 The referenced component 'Microsoft.Office.Interop.Word' could not be found.
[Code]...
i have installed visual studio 2005 in my computer i want to create a sql server 2005 file i saw a sql server 2005 option in my installed components i want to know how to create a sql server 2005 from my visual studio 2005 it is possible or not.
View 1 RepliesIf I have a project that I built in 2005 can I also work on it in 2008 and vice versa? What are the main differences from each version Also I deployed a project and it installs on the user computer with the name I installed VB 2005 with, not the name I use in project set up?? Is this common how can i change that without having to uninstall VB and reinstall with new name? Or is it picking that name up from somewhere else in my project?
View 2 RepliesI am attempting to use the System.Management.ManagementObjectSearcher class in VS 2005 (see below) but get a error message for both the ManagementObjectSearcher class and queryObj As ManagementObject - Type ManagementObjectfSearcher is not defined and Type ManagementObject is not defined. how do I use this class in Visual Studio 2005?
Dim searcher As New System.Management.ManagementObjectSearcher( _
"rootCIMV2", _
"SELECT * FROM Win32_ComputerSystemProduct")
[code]....
i got error that is not familiar to me in the line with bold font... i'm using windows 7 with MS Office 2010 and Visual studio 2005 in this application
[Code]...
I am writing a program using Visual Basic 2005 in Visual studio 2005. I created a Setup project and added it to my solution using the setup wizard. I did all this on a Vista based computer. Will the install work on a Windows 98 system.
View 3 RepliesI'm looking into adding some unit tests for some classes in my data access layer and I'm looking at an update routine that has no return value.It simply updates a row based on the id you provide at whichever column name you provide.Inside of this method, we collect the parameters and pass them to a helper routine which calls the stored procedure to update the table.Is there a recommended approach for how to do unit testing in such a scenario?
View 4 Repliesi wrote a software which would work perfectly fine on vb.net with connection string: [code] but if i try and run it on a pc with sql server 2005 installed it fails to run what changes do i need to do to make it run
View 5 RepliesI had made a project in VB.NET 2005 with SQL SERVER 2005 used as database. Now i want to make a setup of this project but i am unable to integrate sqldatabase and .net framework in this setup project. Is there any way to do this. Because it is assumed that the client does not have .NET Framework installed nor he has SQL Server on his system and the worst condition would be he does not have even internet connection from where these two setups can be downloaded if we give the condition for downloading these programs from the net if the client does not have these programs installed on his machine.
View 2 RepliesI'm attempting to copy a rather complex form from one part of my project and use it (modified) within another part (ie, depending on whether it's maintenance or an outage, you'll get a slightly different email screen).
My first attempt failed miserably, as I had simply right-clicked and pasted the form within the project, assuming renaming the controls would work. nope, I didn't realise that there was stuff in the original form that was renamed as well, and that created a monstrous pile of errors.My second through fourth attempts also failed, generating errors in forms that (I thought) weren't related or connected. Once I deleted the copied form, all was fine.
So, short of trying to rebuild the form from scratch (using a different naming convention for my controls etc.), is there a simple way of doing this? This seems to be such a simple task, but alas I was wrong....(or, at least it's not easy with the information I have right now.
I am writing an application to gather, display and export system information for use with a Support Dept.Is there a performance difference between using WMI and My.Computer.X.X in VS 2005? Is one method better practice than the other?There are more lines with WMI, but am willing to write more if it's considered good practice over using My.Computer.X.X.
View 2 Repliesway to do the following in VB 2005:
I need to access, but not display, a web page out of a VB 2005 program. The web page would be an aspx page with a query string as part of the url - with the url using values acquired thru the program - e.g. www.mysite.com?arg1=this&arg2=that
So the aspx page would produce an html output with values I need placed in specific elements. I want to read that page from my app and do stuff with the resulting values.
I use VS team system 2008. At the moment i need to test some business classes, i have found two kinds testing NUnit and the unit testing provided by the VS team system. what are there differences?
View 1 RepliesI'm building an Active Directory wrapper in VBNET 2.0 (can't use later .NET) in which I have the following:
IUtilisateur
IGroupe
IUniteOrganisation
These interfaces are implemented in internal classes (Friend in VBNET), so that I want to implement a façade in order to instiate each of the interfaces with their internal classes. This will allow the architecture a better flexibility, etc.Now, I want to test these classes (Utilisateur, Groupe, UniteOrganisation) in a different project within the same solution. However, these classes are internal. I would like to be able to instantiate them without going through my façade, but only for these tests, nothing more.
[Code]...
I don't have a license for vs 2008, but I want to use the Packaging namespace in .net 3.0. What do I need in order to build .net 3.0 apps using visual studio 2005?
View 4 RepliesIs it possible to create web games in VB 2005? If so, how does the process work?
I'm also looking for a tutorial to assist me in creating a tic-tac-toe game for my web site.
Im trying to compile a project but when i open it the fol. msg is displayed:Warning 1 The referenced project '..ExtGridViewExtGridView.csproj' does not exist. WODB_LibraryWarning 2 The referenced component 'ExtGridView' could not be found.
View 4 Replies