c# - No such host is known, ClientDependency -


i'm hosting project in test server (proyectos.legendsoft.com.ve), since need project access cookies host, had change host file on local machine:

 75.125.228.200     legendsoft.batanga.com 

now seems cause problems clientdependendy library, if works fine on localhost:

127.0.0.1     localhost.batanga.com 

anyone know way fix or have remove library?

this complete error:

server error in '/batanga' application. no such host known  description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.   exception details: system.net.sockets.socketexception: no such host known  source error:   unhandled exception generated during execution of current web request. information regarding origin , location of exception can identified using exception stack trace below.  stack trace:     [socketexception (0x2af9): no such host known]    system.net.dns.getaddrinfo(string name) +250    system.net.dns.internalgethostbyname(string hostname, boolean includeipv6) +144    system.net.dns.gethostaddresses(string hostnameoraddress) +435    clientdependency.core.uriextensions.islocaluri(uri uri) +76    clientdependency.core.module.<>c__displayclass2.<replacecontent>b__1(match m) +264    system.text.regularexpressions.regexreplacement.replace(matchevaluator evaluator, regex regex, string input, int32 count, int32 startat) +244    system.text.regularexpressions.regex.replace(string input, matchevaluator evaluator) +84    clientdependency.core.module.roguefilefilter.replacecontent(string html, string namedgroup, string[] extensions, clientdependencytype type, string regex) +143    clientdependency.core.module.roguefilefilter.replacescripts(string html) +260    clientdependency.core.module.roguefilefilter.updateoutputhtml(string html) +16    system.func`2.invoke(t arg) +0    clientdependency.core.module.responsefilterstream.ontransformcompletestringinternal(memorystream ms) +107    clientdependency.core.module.responsefilterstream.flush() +109    system.web.httpwriter.filterintegrated(boolean finalfiltering, iis7workerrequest wr) +610    system.web.httpresponse.filteroutput() +100    system.web.callfilterexecutionstep.system.web.httpapplication.iexecutionstep.execute() +77    system.web.httpapplication.executestep(iexecutionstep step, boolean& completedsynchronously) +171 

this clientdependency needs fix. can turn off rogue file filtering work around issue though, else work fine.

i've created issue this, http://clientdependency.codeplex.com/workitem/13173


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -