1> 请考虑使用 app.config 将程序集“System.Memory, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51”从版本“4.0.1.1”[]重新映射到版本“4.0.1.2”[D:\vs\GoodsWebService\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll],以解决冲突并消除警告。
1> 请考虑使用 app.config 将程序集“System.Runtime.CompilerServices.Unsafe, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”从版本“4.0.4.1”[]重新映射到版本“6.0.0.0”[D:\vs\GoodsWebService\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll],以解决冲突并消除警告。
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2382,5): warning MSB3247: 发现同一依赖程序集的不同版本间存在冲突。在 Visual Studio 中,请双击此警告(或选择此警告并按 Enter)以修复冲突;否则,请将以下绑定重定向添加到应用程序配置文件中的“runtime”节点: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Memory" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51" /><bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /></dependentAssembly></assemblyBinding>
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(27,13,27,33): error CS0103: 当前上下文中不存在名称“lblSingleGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(28,13,28,30): error CS0103: 当前上下文中不存在名称“lblAllGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(29,13,29,25): error CS0103: 当前上下文中不存在名称“lblAddResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(37,27,37,37): error CS0103: 当前上下文中不存在名称“txtGoodsId”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(39,13,39,33): error CS0103: 当前上下文中不存在名称“lblSingleGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(78,17,78,37): error CS0103: 当前上下文中不存在名称“lblSingleGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(87,17,87,37): error CS0103: 当前上下文中不存在名称“lblSingleGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(92,13,92,33): error CS0103: 当前上下文中不存在名称“lblSingleGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(137,17,137,34): error CS0103: 当前上下文中不存在名称“lblAllGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(141,17,141,34): error CS0103: 当前上下文中不存在名称“lblAllGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(146,13,146,30): error CS0103: 当前上下文中不存在名称“lblAllGoodsResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(155,28,155,40): error CS0103: 当前上下文中不存在名称“txtGoodsName”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(158,13,158,25): error CS0103: 当前上下文中不存在名称“lblAddResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(162,31,162,39): error CS0103: 当前上下文中不存在名称“txtPrice”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(164,13,164,25): error CS0103: 当前上下文中不存在名称“lblAddResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(168,27,168,35): error CS0103: 当前上下文中不存在名称“txtStock”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(170,13,170,25): error CS0103: 当前上下文中不存在名称“lblAddResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(174,32,174,46): error CS0103: 当前上下文中不存在名称“txtPutawayDate”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(200,25,200,37): error CS0103: 当前上下文中不存在名称“lblAddResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(207,25,207,37): error CS0103: 当前上下文中不存在名称“txtGoodsName”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(208,25,208,33): error CS0103: 当前上下文中不存在名称“txtPrice”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(209,25,209,33): error CS0103: 当前上下文中不存在名称“txtStock”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(210,25,210,39): error CS0103: 当前上下文中不存在名称“txtPutawayDate”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(214,25,214,37): error CS0103: 当前上下文中不存在名称“lblAddResult”
1>D:\vs\GoodsWebService\GoodsWebClient_DirectDB\Default.aspx.cs(221,13,221,25): error CS0103: 当前上下文中不存在名称“lblAddResult”