vb.net - vb asp.net solution namespaces issue -


my solution consists of several projects.

i define namespaces in different folder, common projects (say, helper classes import/export etc.). actually, when use methods namespaces in project's aspx.vb file, vs shows suggestions , automatically completes them.

but problem methods (from namespaces) not called, actually.

i'm writing messages log file see if function called. logs messages within aspx.vb scripts. refuses log when methods namespaces called.

i import namespaces in aspx.vb in appropriate way.

anybody knows problem may be?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -