Click here to Skip to main content
16,014,892 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 1:40
cmaheshwari166-Oct-10 1:40 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 1:48
Murugesan G6-Oct-10 1:48 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 2:26
cmaheshwari166-Oct-10 2:26 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 3:34
Murugesan G6-Oct-10 3:34 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 4:06
cmaheshwari166-Oct-10 4:06 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 4:08
Murugesan G6-Oct-10 4:08 
QuestionUnit test cases for Web Services Pin
indian1435-Oct-10 7:56
indian1435-Oct-10 7:56 
AnswerRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 10:29
professionalKeith Barrow5-Oct-10 10:29 
First, what you are doing isn't really unit testing, it is integration testing (as long as your architecture is good), but you can use unit tests to exercise this.

I actually don't recognise the actual error you give - is it the actual message? I'm assuming the error is with the proxy accessing the server.

First: Is your test config pointing at the server?
Second: Is your sevice running under the web server built into Visual Studio: http://stevennagy.spaces.live.com/blog/cns!B2EFDBF0964586B3!198.entry?sa=436582379[^] If so, when you run your unit tests the server isn't necessarily running - and this might cause your problem ().

As for the wsdl.exe - it should be installed alongside VS, it is part of the .Net Framework Tools[^]. That said, I've used a web reference in the past without any problems.

If you give the actual error text, you'll have more chance of getting an answer.

GeneralRe: Unit test cases for Web Services Pin
indian1435-Oct-10 11:07
indian1435-Oct-10 11:07 
GeneralRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 11:54
professionalKeith Barrow5-Oct-10 11:54 
GeneralRe: Unit test cases for Web Services Pin
indian1436-Oct-10 9:06
indian1436-Oct-10 9:06 
GeneralRe: Unit test cases for Web Services Pin
Keith Barrow6-Oct-10 10:06
professionalKeith Barrow6-Oct-10 10:06 
AnswerRe: Unit test cases for Web Services Pin
Luc Pattyn5-Oct-10 11:34
sitebuilderLuc Pattyn5-Oct-10 11:34 
GeneralRe: Unit test cases for Web Services Pin
indian1435-Oct-10 11:59
indian1435-Oct-10 11:59 
GeneralRe: Unit test cases for Web Services Pin
Luc Pattyn5-Oct-10 12:06
sitebuilderLuc Pattyn5-Oct-10 12:06 
GeneralRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 12:38
professionalKeith Barrow5-Oct-10 12:38 
QuestionShort key for proeject in Solution Explorer Pin
indian1435-Oct-10 5:27
indian1435-Oct-10 5:27 
QuestionNOOB Question: using LIKE in SelectParameter Pin
Figmo25-Oct-10 4:48
Figmo25-Oct-10 4:48 
AnswerRe: NOOB Question: using LIKE in SelectParameter Pin
Electron Shepherd5-Oct-10 5:06
Electron Shepherd5-Oct-10 5:06 
AnswerUse Parameterized queires Pin
David Mujica5-Oct-10 5:13
David Mujica5-Oct-10 5:13 
AnswerRe: NOOB Question: using LIKE in SelectParameter Pin
Keith Barrow5-Oct-10 5:13
professionalKeith Barrow5-Oct-10 5:13 
AnswerRe: NOOB Question: using LIKE in SelectParameter Pin
Figmo25-Oct-10 7:12
Figmo25-Oct-10 7:12 
GeneralRe: NOOB Question: using LIKE in SelectParameter Pin
Electron Shepherd5-Oct-10 8:11
Electron Shepherd5-Oct-10 8:11 
QuestionHow to present the link more elegant(ASP.Net,C#.Net) [modified] Pin
Jayadheer Reddy5-Oct-10 3:40
Jayadheer Reddy5-Oct-10 3:40 
AnswerRe: How to present the link more elegant(ASP.Net,C#.Net) Pin
Brij5-Oct-10 4:56
mentorBrij5-Oct-10 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.