I have some *.java files in the asp.net web site. And when I try to build web site in visual studio it fails with error
Error 1 The CodeDom provider type
“Microsoft.VJSharp.VJSharpCodeProvider,
VJSharpCodeProvider, Version=4.0.0.0,
Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a” could
not be located.
But I don’t want to compile it. The files is just to show source code in browser. The solution can be to rename the files with other extension, but may be it is possible to just disable compilation for java files. It will be the much better solution. Any ideas how to disable it?
You can exclude these files from project.
Right Click on the Fileand clickExclude From Project