Advertisement
Guest User

Untitled

a guest
Jan 20th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.44 KB | None | 0 0
  1. There was an error downloading 'http://localhost:56335/DbVideos.asmx/_vti_bin/ListData.svc/$metadata'.
  2. The request failed with the error message:
  3. --
  4. <!DOCTYPE html>
  5. <html>
  6.     <head>
  7.         <title>Runtime Error</title>
  8.         <meta name="viewport" content="width=device-width" />
  9.         <style>
  10.          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  11.          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  12.          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  13.          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  14.          H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  15.          pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  16.          .marker {font-weight: bold; color: black;text-decoration: none;}
  17.          .version {color: gray;}
  18.          .error {margin-bottom: 10px;}
  19.          .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  20.          @media screen and (max-width: 639px) {
  21.           pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  22.          }
  23.          @media screen and (max-width: 479px) {
  24.           pre { width: 280px; }
  25.          }
  26.         </style>
  27.     </head>
  28.  
  29.     <body bgcolor="white">
  30.  
  31.             <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  32.  
  33.             <h2> <i>Runtime Error</i> </h2></span>
  34.  
  35.             <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  36.  
  37.             <b> Description: </b>An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.
  38.             <br><br>
  39.  
  40.     </body>
  41. </html>
  42.  
  43. --.
  44. Metadata contains a reference that cannot be resolved: 'http://localhost:56335/DbVideos.asmx'.
  45. The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html>
  46. <html>
  47.     <head>
  48.         <title>Runtime Error</title>
  49.         <meta name="viewport" content="width=device-width" />
  50.         <style>
  51.          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  52.          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  53.          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  54.          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  55.          H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  56.          pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  57.          .marker {font-weight: bold; color: black;text-decoration: none;}
  58.          .version {color: gray;}
  59.          .error {margin-bottom: 10px;}
  60.          .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  61.          @media screen and (max-width: 639px) {
  62.           pre { width: 440px; o'.
  63. The remote server returned an error: (500) Internal Server Error.
  64. If the service is defined in the current solution, try building the solution and adding the service reference again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement