VS 2008 Team Testing Module
Sep 9, 2010I have the web project with web services. When just run it, it is OK.But when put???
View 4 RepliesI have the web project with web services. When just run it, it is OK.But when put???
View 4 Replieshow to set up work space on my computer using vs 2008. i am working with 3 junior developers and i got our own web hosting (not local own server yet). i am having problems that all juniors upload their files and overrided all the code.. so i want to set up work space on each computer and check in to local web server or web hosting we are using vs 2008 team editions, is there any possible in other version like professional and standard.
View 3 RepliesI have been working on this project for weeks. Every thing was fine. But all of sudden today, I got this error: Page cannot be displayed when I was trying to debug as usual.
I searched online for solution. Only one solution was found at [URL]. But when I followed its steps, I found in my hosts file, it is already like this: 127.0.0.1 localhost
I cannot continue to work without testing finished form pages.
nvironment : [Asp .Net Application in Visual studio Team System 2008 + SP 1 ]+ Windows 7 Enterprise + IE 8+ IIS 7.5
I am running into a odd problem with Visual studio 2008.
A scaled down version of problem is as:
Consider ASP .Net application with a simple ASP .net page.
Write Cookie on one button click as:
[code]....
Why Visual studio 2008 is automatically deleting the cookies on closing of Broswer?
Is it possible to stress test a managed host (not my own machine) using VS 2008?
View 4 RepliesI am new to .NET
what is Unit Testing in VS 2008 and how to implement it.
I want to load test an ASP.NET web service. I have Visual Studio 2008 Professional Edition and Visual Studio 2010. Can either one of these products facilitate load testing? I can't seem to find anything and all Google returns is higher end editions of Visual Studio.If not, what are some of the alternatives.
View 3 RepliesThis is sudhir iam new in testing in vusual studio 2008 . how to do the unit testing in visual studio 2008
View 1 RepliesIs there any way to test my website using MS .net 2008 tool.
View 1 Repliesis there any tutorial about how to run a unit testing on a web page (events...etc) in visual studio 2008? is it even possible? i can find anything to start with
View 1 RepliesWe have an issue with a .NET 2.0 web service application that is generating a module not found exception when we try to load on server 2008. A second server running the same 2008 version loads the service fine.As part of the investigation we have taken the default hello world .NET 2.0 web service and deployed to both servers and have exactly the same issue with it running fine on one but not the other. The issue is trying to track down the module in question. Running process explorer and dependency walker doesn't seem to give us a clue.
The full error is:-
[code].....
I have alway tested/debugged my web applications by using f5 to "Start Debugging". Recently (yesterday) I have begun to start without debugging then attach the debugger to the webdev process if I needed to set breakpoints or anything. So far I haven't noticed much of a performance increase when not using the debugger. I am curious about how others save time when running locally.
View 3 RepliesRecently for a class to implement unit test for one of its private methods I used PrivateObject by creating private accessor instead of refelection, to which i received a code review comment as below
"My main concern with Private Object is the use of object[] in constructor. It replaces strong typing enforced by compiler with JavaScript-style run-time error detection.Consequently , personally, I would not recommend it."
Comments above confused me beacuse as per my understanding reflection also needs the object[] to invoke any method.
am working as a web developer in a company. I am not aware of anything related to testing. Our company is planning to buy some testing softwares. Presently we are working on ASP.NET. We will be working on PHP and JAVA in future. I need your help to find out the best but cost effective testing sofwares.on TFS and Visual Studio Testing tool.
View 2 RepliesI'm currently building a .net web application that uses WCF web services to allow a Flex front end to access the database.
I'm in the process of setting up some unit/integration style testing on the web services and am trying to work out the best way to allow the tests to access and modify data in a separate test database.
Currently, the connection string in my unit test project points to my testing database, and the connection string in my web services project points to my development database. However, as I am using Linq it appears that when I call the web service methods from my test class, it uses the development database connection string. I have looked into creating mock objects or in-memory database but I believe the same issue would occur.
Is there a way to get this to work, or is my entire idea about what I want incorrect, in which case is there a better way to set this up?
I have a master page/content page going on in this situation. The page has two page methods that work, and they feed info to a pair of autocomplete extenders. The script manager on the Master Page has 'EnablePageMethods' set to true. The content page has a ScriptManagerProxy. The strange thing is that I have used this pattern on four other pages within the project.
<System.Web.Services.WebMethod()> _
Public Shared Function testing(ByVal uid As String, ByVal issn As String, ByVal journalName As String) As String
Return "true"
End Function
Here is the javaScript code:
function AddJournal(uid, issn, journalName) {
alert("uid: " + uid + " issn: " + issn + " name: " + journalName);
PageMethods.testing(uid, issn, journalName,
function(res) {
if (res !== "true") {
alert(res);
} else {
alert("The journal " + name + ", issn as " + issn + " was successfully entered.");
}
return;
},
function(res) {
alert("The journal database could not be accessed
" + res.get_message() + "
Status Code: " + res.get_statusCode() + "
Exception Type: " + res.get_exceptionType() + "
Please try again.");
});
}
The fail function is executed, and the status code is 0 (zero), and the exception type is an empty string. I can change the function with no parameters, and I get same error. I can the leave the parameters at three on the VB side, and change the parameters to two on the client side; then I do not get the error message, but none the other alerts are executed.
We own a small company and develop asp.net websites. Here is our work procedure:We have a server at the company with Sql Server 2008 and IIS 7.5 installed on it. All our projects including the database and website pages are on the server. We connect to the server and edit the files using FTP, so any change to a web page can be seen at once. The programmers (less than 10 programmers) connect to the server using Visual Studio 2010.Now we want to include source control system in our work. The problem is including a SCM in our work requires changing our way of working.
View 2 RepliesI am developing application for school management system.. I want to add functionality of team viewer for online support to the users.. How can i use runable third party software in my web application..
View 1 RepliesI'm struggling to get web.config transformations working with automated builds. We have a reasonably large solution, containing one ASP.NET web application and eight class libraries. We have three developers working on the project and, up to now, each has "published" the solution to a local folder then used file copy to deploy to a test server. I'm trying to put an automated build/deploy solution in place using TFS 2010. I created a build definition and added a call to msdeploy.exe in the build process template, to get the application deployed to the test server. So far, so good!
I then tried to implement web.config transforms and I just can't get them to work. If I build and publish locally on my PC, the "publish" folder has the correct, transformed web.config file. Using team build, the transformation just does not happen, and I just have the base web.config file. I tried adding a post-build step in the web application's project file, as others have suggested, similar to:
<target name="AfterBuild">
<TransformXml Source="Web.generic.config"
Transform="$(ProjectConfigTransformFileName)"
Destination="Web.Config" />
</target>
but this fails beacuse the source web.config file has an "applicationSettings" section. I get the error Could not find schema information for the element 'applicationSettings'.I've seen suggstions around adding arguments to the MSBuild task in the build definition like
/t:TransformWebConfig /p:Configuration=Debug
But this falls over when the class library projects are built, presumably because they don't have a web.config file.
I'm new in Team project and I want to open the project made by Team Project , but I didn't know how to open it?
View 4 RepliesMy team member not supporting to use Crystal report in asp.net web application. specially Crystal report with mysql database. Is there any other report available?
View 2 RepliesI have locally made a simple helloworld web service (.asmx) that I want to test.
I have an enviroment where I already have it uploaded to the Team Foundation server, in NAMECustomerApplicationsTestServiceTestServiceservice.asmx (the whole project is located in that structure).
The TF server and the IIS server are on the same machine.
Now, how do I deploy service.asmx file so I locally can get a path to the service like this: [URL]
I'm having the same problems as this:
[URL]
but I'm using Team Foundation Server 2010 and not 2008. The hotfix does not work with 2010 :/. The files are different.
Are there any people out there using TFS 2010 with Sql Server 2008 (not R2).
I'm have on my web page a text search box which I want users to type in there favourite football team and this will display a gridview of the teams with the replica shirts I offer.
This is where I thought about creating a stored procedure to carry out this task.
I looked online for ideas but I not found anything as yet.
I have installed Visual Studio 2008 team system.
I want to use team server with it to manage the project
How can i do it.