Advertisement
Guest User

Untitled

a guest
Jul 24th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
  2.  
  3. Compiler Error Message: CS1501: No overload for method 'UpdateBookInfo' takes '5' arguments
  4.  
  5. Line 33: //Update Book Info
  6. Line 34: Book BookProcess = new Book();
  7. Line 35: BookProcess.UpdateBookInfo(SKU, Title, Description, Price, Status);
  8. Line 36:
  9. Line 37: //Update Book Picture
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement