c# - Page.LoadControl throwing "Access Denied" for new controls -


i in deep trouble.

previously developing website on windows7 using vs2012. installed win8 , migrated projects win8 , setup vs2012 , continued development. working fine. have loads of ascx controls load in website dynamically using page.loadcontrol method. existing controls loading perfect. when creating new controls, not loading. method fails , throws "access denied" bit puzzled. wrong new files dont have permissions?

can body guide me how solve permission issue?

update: wonder file.exists(path) unable find file. printed path , when access path, can see file.

thanks


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -