Advertisement
Guest User

Untitled

a guest
Nov 10th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. ./PdfMod/Gui/DocumentIconView.cs(322,53): error CS0039: Cannot convert type `byte[]' to `Hyena.Gui.DragDropList<PdfMod.Pdf.Page>' via a built-in conversion
  2. ./PdfMod/Gui/DocumentIconView.cs(322,17): error CS0825: The contextual keyword `var' may only appear within a local variable declaration
  3. ./PdfMod/Gui/DocumentIconView.cs(323,29): error CS0841: A local variable `pages' cannot be used before it is declared
  4. ./PdfMod/Gui/DocumentIconView.cs(324,56): error CS0841: A local variable `pages' cannot be used before it is declared
  5. ./PdfMod/Gui/DocumentIconView.cs(324,30): error CS1502: The best overloaded method match for `PdfMod.Pdf.Actions.MoveAction.MoveAction(PdfMod.Pdf.Document, System.Collections.Generic.IEnumerable<PdfMod.Pdf.Page>, int)' has some invalid arguments
  6. ./PdfMod/Pdf/Actions/MoveAction.cs(20,16): (Location of the symbol related to previous error)
  7. ./PdfMod/Gui/DocumentIconView.cs(324,30): error CS1503: Argument `#2' cannot convert `object' expression to type `System.Collections.Generic.IEnumerable<PdfMod.Pdf.Page>'
  8. Compilation failed: 6 error(s), 0 warnings
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement