
C#
iteye_19838
这个作者很懒,什么都没留下…
展开
-
C# 访问Http
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net; namespace Utility { /// <summary> /// 通过Http协议访问Web...原创 2017-03-22 09:11:31 · 258 阅读 · 0 评论 -
Authentication with old password no longer supported, use 4.1 style password
visual studio: 2012 MySql.Data: Version=6.9.4.0 问题描述: 连接msql connection时抛出异常: Authentication with old password no longer supported, use 4.1 style password. 原因: mysql 版本较老, 而MySql.Data版...原创 2015-03-03 11:20:50 · 278 阅读 · 0 评论 -
The located assembly's manifest definition does not match the assembly reference
将mysql.data.dll 从版本6.9.4.0换成6.5.4.0是遇到以下异常: Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The loc...原创 2015-03-03 11:28:27 · 877 阅读 · 0 评论