开发者

App_Code folder issues

开发者 https://www.devze.com 2023-02-12 14:50 出处:网络
The problem t开发者_JAVA技巧hat your classes are not compiled, You\'ll solve this issue simply by going to the properties of any class in the App_Code folder and change it\'s \'Build Action\' property

The problem t开发者_JAVA技巧hat your classes are not compiled, You'll solve this issue simply by going to the properties of any class in the App_Code folder and change it's 'Build Action' property from "Content" to "Compile"

But how can I set the property?


Right-click on the item in the solution explorer, and select Properties. In the properties window, there is a Build Action option.

0

精彩评论

暂无评论...
验证码 换一张
取 消