I know this should be simple but I have Global.aspx.vb file with the public class [Globla] that I want to reference, that has some public properties and subs for a web service call and i can't see them in 2.0 in 1.1 no problem.
Since this is 2.0 and the dynamic compilation is there some trick that I need to use.
I have tried changeing it over to a different format with a totally new class and when I tried to use it I get typecast exceptions.
So any help would be appericated.
Allen Moon