Hi,
I use RazorGenerator.MsBuild to precompile Razor views in my application. The main project will not compile with NCrunch (2.x). The following exception is thrown:
Quote:The "RazorCodeGen" task could not be loaded from the assembly... Could not load file or assembly...
I can fix this by specifying additional files to include (packages\RazorGenerator.MsBuild.2.2.2\tools\**.*). The assembly is correctly loaded, but there are some errors in precompiled views.
Quote:The type or namespace name 'TypeFromReferencedProject' could not be found (are you missing a using directive or assembly reference?)
I am not able to fix this. Can you help me?
Thank you!
Dusan