hey all,
Ive have created a module called G_book using the c# compiled module starter kit and while creating i included the 4 c# classes (sqlQuery, DBConnection,DataExtractor, Utils) and then compiled it..a G_book.dll was created and it was successfully ran on my pc. when i sent it to anther pc that supported dotnetnuke and had the same 4 c# classes i mentioned above,i got 390 errors related to all my modules on that pc. here are examples of the errors..
Error 109 The type 'LZN.SqlQuery' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\App_SubCode_LZN.4aq_eqr1.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\assembly\dl3\52465ae0\2a624000_8506c901\G_Book.DLL' c:\inetpub\wwwroot\DotNetNuke434\App_Code\LZN_DataModel\Partner.cs 137 13 http://localhost/DotNetNuke434/
Error 123 The type 'LZN.SqlQuery' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\App_SubCode_LZN.4aq_eqr1.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\assembly\dl3\52465ae0\2a624000_8506c901\G_Book.DLL' c:\inetpub\wwwroot\DotNetNuke434\App_Code\LZN_DataModel\Survey_QuestionCondition.cs 98 13 http://localhost/DotNetNuke434/
Error 192 The type 'LZN.DBConnection' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\App_SubCode_LZN.4aq_eqr1.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\assembly\dl3\52465ae0\2a624000_8506c901\G_Book.DLL' c:\inetpub\wwwroot\DotNetNuke434\App_Code\LZN_DataModel\Survey_Answer.cs 156 32 http://localhost/DotNetNuke434/
Error 198 The type 'LZN.Utils' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\App_SubCode_LZN.4aq_eqr1.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\assembly\dl3\52465ae0\2a624000_8506c901\G_Book.DLL' c:\inetpub\wwwroot\DotNetNuke434\App_Code\LZN_DataModel\Survey_Answer.cs 198 28 http://localhost/DotNetNuke434/
Error 246 The type 'LZN.DataExtractor' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\App_SubCode_LZN.4aq_eqr1.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke434\ad1245f3\7a4710e\assembly\dl3\52465ae0\2a624000_8506c901\G_Book.DLL' c:\inetpub\wwwroot\DotNetNuke434\App_Code\LZN_DataModel\Survey_Question.cs 57 13 http://localhost/DotNetNuke434/
please reply back as soon as possible.thanks!!