问题详情
3 66 | 微信用户
无法正常建置JxcLite 学习

:\JxcLite-master\JxcLite.Web\Services\BillService.cs(26,53,26,63): error CS0246: 找不到類型或命名空間名稱 'JxBillHead' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\FinanceService.cs(5,30,5,43): error CS0246: 找不到類型或命名空間名稱 'JxAccountHead' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\BaseDataService.cs(60,30,60,39): error CS0246: 找不到類型或命名空間名稱 'JxPartner' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\BillService.cs(46,56,46,66): error CS0246: 找不到類型或命名空間名稱 'JxBillHead' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\BaseDataService.cs(65,56,65,65): error CS0246: 找不到類型或命名空間名稱 'JxPartner' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\FinanceService.cs(10,23,10,36): error CS0246: 找不到類型或命名空間名稱 'JxAccountHead' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\FinanceService.cs(21,56,21,69): error CS0246: 找不到類型或命名空間名稱 'JxAccountHead' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\BaseDataService.cs(84,59,84,68): error CS0246: 找不到類型或命名空間名稱 'JxPartner' (是否遺漏了 using 指示詞或組件參考?) 2>C:\JxcLite-master\JxcLite.Web\Services\FinanceService.cs(41,59,41,72): error CS0246: 找不到類型或命名空間名稱 'JxAccountHead' (是否遺漏了 using 指示詞或組件參考?)

回复列表
清风大侠

默认数据库登录用户名是Admin,密码是1

2024-09-24 07:29 |
微信用户

目前建置好了,但是 我是建置Winform的才能正常使用 Web的部份 能开起来 但是 无法登入

2024-09-23 23:19 |
清风大侠

你这是Build时报的错吧,难道不兼容繁体字?看你这个错误,是实体类没有引用命名空间,看看JxcLite.Web下面的_Imports.cs文件有没有。

2024-09-23 22:17 |