TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Manoj Maharana
NA
362
127.7k
AmazonMetaData Unable to cast object of type System.String
Dec 1 2016 7:33 AM
Unable to cast object of type 'System.String' to type 'System.Object[]'
here is the code:
string
str = MFI.Helpers.Helpers.AmazonS3ImageURLGet(userType, id, pictureFile);
AmazonMetaData amazonMetaData;
if
(MFI.Helpers.Helpers.processingImages.GetObject(str) !=
null
)
{
//amazonMetaData = (AmazonMetaData)((object[])MFI.Helpers.Helpers.processingImages.GetObject(str))[0];
amazonMetaData = (AmazonMetaData)((
object
[])MFI.Helpers.Helpers.processingImages.GetObject(str))[0];
}
error in amazonMetaData = (AmazonMetaData)((object[])MFI.Helpers.Helpers.processingImages.GetObject(str))[0];
how to solve??
Reply
Answers (
1
)
Sql query for order by problem
Script file to Backup File