求助,调用company.dll 文件时出错了,多谢各位帮忙!
Server Error in '/' Application.--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'HisjKinger.companyinfo' exists in both 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f44648a6\be5ba34e\App_Code.6vyw0fc3.dll' and 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f44648a6\be5ba34e\assembly\dl3\4bba6c95\6a0e8915_d6b2c901\company.DLL'
Source Error:
Line 26: //con.Open();
Line 27: //SqlDataReader dr = myCommand.ExecuteReader();
Line 28: companyinfo comp = new companyinfo();
Line 29:
Line 30:
Source File: d:\tongpai\company\contact.aspx.cs Line: 28
补充:.NET技术 , C#