|
客户端是用.NET开发的,数据库是MySQL。程序类似QQ,用于公司内部人员沟通。
LoadRunner录制C/S程序问题:
1.选择什么协议录制脚本?
2.我使用Windows Sockets协议,但是无法编译,一直停留在Compling
3.使用.NET协议出现:
#warning: Code Generation Error
// Found an undefined object of type System.Data.SQLite.SQLiteDataReader. Assigning it the name SQLiteDataReader_2.
// Suggested solution: adding both this type, in assembly System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, to the filter
// and/or any other types that return instances of this one.
// Note: This script will not compile as is.
lr.log("Event 2: SQLiteDataReader_2.Dispose();");
SQLiteDataReader_2.Dispose();
Error: Failed to compile virtual user.
请问出现这种情况的原因
谢谢 |
|