Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站主机服务器的系统非常旧(顺便说一句,它被称为 123-reg,如果可以的话,尽量避免像瘟疫一样)它似乎甚至没有 linq 库。是否可以将 linq.dll 库上传到我的 bin 文件夹并加载它?文件在哪里?
这自然适用于运行 .net 3.5 或更高版本的站点。
但是,要回答您添加它的问题..
您可以右键单击 Visual Studio 中的站点 Bin 文件夹和“添加引用”。
选择顶部的 .Net 选项卡,您会发现它为System.Data.Linq
System.Data.Linq
不过请注意,如果您的主机不支持 .net 3.5 或更高版本,它将无法工作。