New default VB.NET project immediately gives an error

前端 未结 4 787
不思量自难忘°
不思量自难忘° 2021-02-15 17:40

I just installed Mono version 2.10.8 and MonoDevelop 2.8.6.5 on a Mac. When I create a new project (File -> New solution -> VBNet -> ASP.NET -> Web Application) it gives me an e

4条回答
  •  攒了一身酷
    2021-02-15 18:33

    Using a text editor, change your *.vbproj file to add the following line:

        v3.5
    

    to the first PropertyGroup, e.g.

    
    
      
        ...
        v3.5
      
      ...
    
    

提交回复
热议问题