The problem got resolved after transferring all the code modules to the App_Code folder and declaring all the modules as public. The code modules are not classes. They are modules (created by choosing the "Module" option in the New Item dialog box).
Thanks to all!




Reply With Quote