我使用VB开发了asp.net Web应用程序。现在我希望我的Web应用程序使用多种语言。所以我尝试为多语言添加全局资源。
当我尝试在我的用户控件中使用全局资源键时,它会给我以下错误。
“Exception message: The resource object with key 'FirstText' was not found.”
<asp:Label ID="lblmsg" runat="server" Text="<%$ Resources:DisplayLang, FirstText%>"> </asp:Label>
我在C#中也有Web应用程序,但是在Visual Basic Project中没有得到任何资源键,也没有在bin文件夹中生成.dll文件。