If I try to call my extension method which is defined like this:
Module LinqExtensions _ Public Function
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