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
Raja
NA
2k
356.6k
'System.Web.HttpException' occurred in System.Web.dll ?
Jun 8 2017 7:29 AM
i add the below code for some datatable connection in global.asax page.
void Application_Start(object sender, EventArgs e)
{
string destinationConfigName = "development";
IDestinationConfiguration destinationConfig = null;
bool destinationIsInitalized = false;
if (!destinationIsInitalized)
{
destinationConfig = new SAPDestinationConfig();
destinationConfig.GetParameters(destinationConfigName);
RfcDestinationManager.RegisterDestinationConfiguration(destinationConfig);
destinationIsInitalized = true;
}
}
but i add the above code below error is occured. i search in online but no solutions is fix this issue.
Error:
An exception of type 'System.Web.HttpException' occurred in System.Web.dll but was not handled in user code
Additional information: Request is not available in this context
Reply
Answers (
2
)
Mobile Comparsion site
Dropdownlist binding in mvc5 razorview