I have some * .java files on the asp.net website. And when I try to create a website in visual studio, it fails with an error
Error 1 CodeDom provider type "Microsoft.VJSharp.VJSharpCodeProvider, VJSharpCodeProvider, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a" may not be located.
But I do not want to compile it. Files - it's just showing the source code in a browser. The solution might be to rename files with a different extension, but maybe you can just turn off compilation for java files. It will be a much better solution. Any ideas on how to disable it?
source
share