Hi,
I downloaded the new version of NCrunch and I have the following problem (which I didn't have previously). I have a VB Imports statement with this form:
Code:
Imports ShortName = Some.Long.Path.To.Namespace
NCrunch 1.36b doesn't seem to like it. I have the following error:
Quote:'ShortName' is not declared. It might be unaccessible due to its protection level.
I'm using Visual Studio 2010 / .NET 4.0. Thanks.
Sam