51Testing软件测试论坛

标题: QTP调用.NET4.0的DLL报错,求助 [打印本页]

作者: liiiih    时间: 2013-8-6 21:19
标题: QTP调用.NET4.0的DLL报错,求助
c#DLL代码
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace QtpLibrary
{
    public class QtpTest
    {
        public int AddTest(int a, int b, int c)
        {
            return a > b ? a + b : a + c;
        }
    }
}


QTP 代码
Set qtp = DotNetFactory.CreateInstance("QtpLibrary.QtpTest","D:\WorkPlace\C Sharp\ClassLibrary\QtpLibrary\QtpLibrary\bin\Debug\QtpLibrary.dll")

msgbox qtp.AddTest(1,2,3)
报错见图片
作者: Alvin-x    时间: 2013-8-8 17:38
亲,QTP11支持.net 3.5,你的工程用.3.5 重新編譯
作者: pl80601983    时间: 2013-8-9 12:17
同意楼上。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2