Исключение типа 'System.веб.httpexception произошел в system.web.dll но не было обработано в коде пользователя
я добавляю приведенный ниже код для некоторого datatable соединения на странице global. asax.
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. 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
Что я уже пробовал:
найдите некоторые решения, но ни одно из них не исправит эту проблему.как это исправить.