http://chs.gotdotnet.com/quickstart/aspplus/doc/resourcefiles.aspx

解决方案 »

  1.   

    我建了一个aspx.net工程,加入了几个资源文件resx ,但是编译时为什么没有生成resource文件,因些没法使用ResourceManager调用其中的资源。
    当我建一个class工程时,却可以自动编译资源文件。请问大侠这是什么原因呢?我需要手工编译这些资源文件,还是在vs.net环境中进行必要的配制?谢谢!
      

  2.   

    现在编译是通过的,但是访问页面时却报这个错:
    Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "FilePicker.strings.resources" was correctly embedded or linked into assembly "sdfrzhtu". baseName: FilePicker.strings locationInfo: <null> resource file name: FilePicker.strings.resources assembly: sdfrzhtu, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 请问大侠这是为什么?