Sign In
Karthick's Blog
That's the secret to life...,replace one worry with another. -This posting is provided "AS IS" with no warranties, and confers no rights-
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.net
Content Management Server (MCMS)
SharePoint
Archive
Archives
January 2007
(3)
December 2006
(18)
November 2006
(6)
May 2006
(1)
April 2006
(15)
March 2006
(14)
February 2006
(3)
November 2005
(2)
MCMS 2002 : Getting “Unable to cast object of type system.net.filewebresponse
MSDN Blogs
>
Karthick's Blog
>
MCMS 2002 : Getting “Unable to cast object of type system.net.filewebresponse
MCMS 2002 : Getting “Unable to cast object of type system.net.filewebresponse
MSDNArchive
13 Dec 2006 9:22 AM
Comments
0
PROBLEM
========
Getting “Unable to cast object of type system.net.filewebresponse to type system.net.httpwebresponse” error message in client side import scirpt
RESOLUTION
============
The sdo package path has been specified as standard windows physical file format as “E:\folder\sdofilename.sdo”
ROOTCAUSE
==========
The SDAPI import method reads the sdo file path and it process afterward. It’s expecting a path format that compatible with HttpWebResponse. When we use x:// notation, .net might interpret it as a FileWebResponse and that’s could be what causes the InvalidCastException.
0 Comments
Content Management Server (MCMS)
Blog - Comment List MSDN TechNet
Comments
Loading...
Leave a Comment
Name
Comment
Please add 3 and 4 and type the answer here:
Post