
C#
文章平均质量分 64
sdk25
不忘初心,方得始终。
展开
-
ASP.Net MVC Ajax.BeginForm不执行
MVC5 Ajax.BeginForm 提交表单不执行转载 2022-07-11 12:05:31 · 421 阅读 · 0 评论 -
使用VS2015创建C#Windows服务定时程序
public partial class Service1 : ServiceBase { public Service1() { InitializeComponent(); }原创 2019-03-06 13:35:05 · 2830 阅读 · 0 评论 -
NCO3.0连接SAP报错处理Could not load file or assembly 'sapnco_utils.DLL' or one of its dependencies.
问题:主要是缺少相应的VC++库,因为SAP的连接类库需要用到VC++解析。安装VC++也需要根据nco3.0的版本对应的选择。例如我用的版本是sapnco.dll for .NET v4.0 on x64,文件版本3.0.16.0,需要安装Microsoft Visual C++ 2010 Redistributable Package (x64)参考:https://support.mi...原创 2019-06-19 11:24:55 · 2209 阅读 · 0 评论