Guest User

Untitled

a guest
Apr 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Server Error in '/cdb_deploy' Application.
  2. Microsoft Office Excel cannot access the file 'C:\work\erwin\cdb.xlsx'. There are several possible reasons:
  3.  
  4. • The file name or path does not exist.
  5. • The file is being used by another program.
  6. • The workbook you are trying to save has the same name as a currently open workbook.
  7. 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.
  8.  
  9. Exception Details: System.Runtime.InteropServices.COMException: Microsoft Office Excel cannot access the file 'C:\work\erwin\cdb.xlsx'. There are several possible reasons:
  10.  
  11. • The file name or path does not exist.
  12. • The file is being used by another program.
  13. • The workbook you are trying to save has the same name as a currently open workbook.
  14.  
  15. Source Error:
  16.  
  17. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  18.  
  19. Stack Trace:
  20.  
  21. [COMException (0x800a03ec): Microsoft Office Excel cannot access the file 'C:\work\erwin\cdb.xlsx'. There are several possible reasons:
  22.  
  23. • The file name or path does not exist.
  24. • The file is being used by another program.
  25. • The workbook you are trying to save has the same name as a currently open workbook.]
  26. Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad) +0
  27. cdb._Default.Page_Load(Object sender, EventArgs e) in C:\Documents and Settings\Andrei T.R3DB0SS\My Documents\Visual Studio 2010\Projects\cdb\cdb\Default.aspx.cs:85
  28. System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
  29. System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
  30. System.Web.UI.Control.OnLoad(EventArgs e) +91
  31. System.Web.UI.Control.LoadRecursive() +74
  32. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
  33.  
  34.  
  35. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
Add Comment
Please, Sign In to add comment