Click here to Skip to main content
15,913,055 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Leonardo Muzzi6-Aug-09 8:16
Leonardo Muzzi6-Aug-09 8:16 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Leonardo Muzzi6-Aug-09 8:32
Leonardo Muzzi6-Aug-09 8:32 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Luc Pattyn6-Aug-09 8:38
sitebuilderLuc Pattyn6-Aug-09 8:38 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Luc Pattyn6-Aug-09 8:35
sitebuilderLuc Pattyn6-Aug-09 8:35 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Leonardo Muzzi6-Aug-09 8:51
Leonardo Muzzi6-Aug-09 8:51 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Luc Pattyn6-Aug-09 9:00
sitebuilderLuc Pattyn6-Aug-09 9:00 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
supercat97-Aug-09 7:58
supercat97-Aug-09 7:58 
QuestionGetting Error while accessing web service. Pin
Trupti Kadam5-Aug-09 23:24
Trupti Kadam5-Aug-09 23:24 
My web site calling to the proxy web service using javascript and proxy web service calling actual local web service. Till yesterday its working fine. now suddenly its giving me error.When i run project first few (2-3) web request giving response properly but after that its giving me following error in fiddler.

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Net.WebException: The request failed with HTTP status 403: Access Forbidden.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at localhost.Service.ProcessGetRequest(String data) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\globexmall\d53d5ac4\3be925d4\App_WebReferences.xxn2txa_.0.cs:line 51
at Globexmall.Proxy.GetResponse(XmlDocument xmlData) in c:\Inetpub\wwwroot\GlobexMall\App_Code\Proxy.cs:line 59
--- End of inner exception stack trace ---


using following code i am making call to the local web service

[WebMethod]
public string GetResponse(XmlDocument xmlData)
{

localhost.Service Wservice = new localhost.Service();
XmlNode xmlResponse = Wservice.ProcessGetRequest(xmlData.OuterXml);
XmlDocument wsResponse = new XmlDocument();
wsResponse.AppendChild(wsResponse.ImportNode(xmlResponse, true));
return wsResponse.InnerXml;
}

If anyone knows the answer then plz help me as soon as possible
Thanx in advance
AnswerRe: Getting Error while accessing web service. Pin
Mark Salsbery6-Aug-09 6:50
Mark Salsbery6-Aug-09 6:50 
Questionconvert data in LINQ? Pin
Member 64596175-Aug-09 19:57
Member 64596175-Aug-09 19:57 
AnswerRe: convert data in LINQ? Pin
Toshiya TSURU5-Aug-09 20:23
Toshiya TSURU5-Aug-09 20:23 
AnswerRe: convert data in LINQ? Pin
Tamer Oz6-Aug-09 0:18
Tamer Oz6-Aug-09 0:18 
Questionrelease dates of WCF,AJAX,.. Pin
suni_dotnet5-Aug-09 7:03
suni_dotnet5-Aug-09 7:03 
AnswerRe: release dates of WCF,AJAX,.. Pin
Not Active5-Aug-09 9:12
mentorNot Active5-Aug-09 9:12 
QuestionFTP client unicode format Pin
akshata115-Aug-09 1:32
akshata115-Aug-09 1:32 
QuestionVista style 'progress window' in .NET? Pin
pimb24-Aug-09 21:35
pimb24-Aug-09 21:35 
AnswerRe: Vista style 'progress window' in .NET? Pin
Henry Minute5-Aug-09 12:23
Henry Minute5-Aug-09 12:23 
GeneralRe: Vista style 'progress window' in .NET? Pin
pimb26-Aug-09 0:03
pimb26-Aug-09 0:03 
GeneralRe: Vista style 'progress window' in .NET? Pin
pimb26-Aug-09 1:58
pimb26-Aug-09 1:58 
GeneralRe: Vista style 'progress window' in .NET? Pin
Henry Minute6-Aug-09 2:14
Henry Minute6-Aug-09 2:14 
GeneralRe: Vista style 'progress window' in .NET? Pin
pimb26-Aug-09 2:38
pimb26-Aug-09 2:38 
GeneralRe: Vista style 'progress window' in .NET? Pin
Henry Minute6-Aug-09 2:43
Henry Minute6-Aug-09 2:43 
GeneralRe: Vista style 'progress window' in .NET? Pin
pimb26-Aug-09 2:47
pimb26-Aug-09 2:47 
GeneralRe: Vista style 'progress window' in .NET? Pin
pimb26-Aug-09 2:54
pimb26-Aug-09 2:54 
AnswerRe: Vista style 'progress window' in .NET? Pin
pimb26-Nov-09 8:30
pimb26-Nov-09 8:30 

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.