Ошибка ORA-12154. Help!
такая ситуация:
комп-клиент Оракла...
если папка ORA92 расшарена, то все работает нормально...
если нет, то выдает вот такую ошибку -
Server Error in '/Metrology' Application.
--------------------------------------------------------------------------------
Error while trying to retrieve text for error ORA-12154
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OracleClient.OracleException: Error while trying to retrieve text for error ORA-12154
Source Error:
Line 42: else
Line 43: {
Line 44: oracleDataAdapter1.Fill(dataSet11);
Line 45: //DataGrid1.DataSource = GetData();
Line 46: Session["DataSet1"] = dataSet11;
Вопрос: почему так происходит?...
Вопрос: почему так происходит?...