Your namespace "myapp" cannot directly contain the function "ToTest", there is a Module defined there. Try
Imports myapp.LinqExtensions
and make sure it is a Public Module
                  Willem
                   2010-09-16 11:42:09
                
              Your namespace "myapp" cannot directly contain the function "ToTest", there is a Module defined there. Try
Imports myapp.LinqExtensions
and make sure it is a Public Module