.net - Imports Error In Visual Basic ASP.NET Project -
i setting local environment of project given source code. having setup iis7 , site in it, following error when visit localhost
in browser:
compilation error description: error occurred during compilation of resource required service request. please review following specific error details , modify source code appropriately. compiler error message: bc30002: type xxxlibrary.xxx_objectmanager' not defined. source error: line 5: inherits system.web.ui.masterpage line 6: line 7: dim xxxmanager xxxlibrary.xxx_objectmanager line 8: line 9: protected sub page_load(byval sender object, byval e system.eventargs) handles me.load
having looked resembling xxxlibrary.xxx_objectmanager
name structure, found separate project(repository) called xxxlibrary
following structure:
xxxlibrary/objectmanager/xxx_objectmanagermain.vb
there other .vb
files there, xxx_objectmanagermain.vb
contains following class partial public class xxx_objectmanager
, which, believe, 1 original project searching for.
my question how go fixing imports
statement? experience vb , windows technologies quite limited, feel bit blind kitten trying find way around basic things.
any appreciated.
add reference other project.
1) right click existing project in solution explorer
2) go add>reference
3) check box next xxxlibrary project
wiki
Comments
Post a Comment