c# - Invalid field number in Crystal report -


while loading crystal report using c# got error "load report failed" , inner error "invalid field number". error occurs in following line of code

 oreportdocument.load(server.mappath(convert.tostring(objhashtable["requestfile"]))); 

load report failed workaround following

  1. right click on report , select verify database update report , replace previous report one
  2. when report file name spell not match or file not exist.

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -