c# - Typed dataset gives object reference not set error -


i working on asp.net application , using typed data sets. have added table adapter , data table developed dataset. works on local system when publish website using right click , deploy , upload live server.

i error on line:

folderstableadapter vta = new folderstableadapter(); int vacancyid = (int)vta.update(itemid, resumefoldername.text, employeeid, 0, false); 

error is:

object reference not set instance of object.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -