Hi Raman,
You didn't really give much to go on, like which line in your code is producing this error. I did a quick search on any issue with that error and all solutions point to a problem with a path. We don't know if your problem is only on dev server or production server. Please try to give more information so that someone might be able to help you.
For what it's worth I'm putting here what I found in another post.
<p>msxml3.dll error '80072ee7'
<p>
The server name or address could not be resolved
<p>
/ccgallery.asp, line 0
>>The server name or address could not be resolved
What is the value of normalUrl ? Is that URL exist and valid?
What is returned if response out:
normalUrl & "/cgi-bin/imager.dll?Image=" & basePath & mImage & "&Width=" & mWidth & "&Height=" & mHeight
Thanks,
Richard
|