hi,
i want to use module made by dotnet 2003 and i want to open it in dotnet2005
how can i make it take all the library classes i guess that the error is that some lack of classes
the errors :
the reference component 'Dotnetnuke' could not be found
the referenced prohect 'Dotnetnuke' doest not exist
Warning 3 Namespace or type specified in the Imports 'DotNetNuke' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. D:\mayada\NewsModule\news_src\Components\Utilities.vb 3 9 Orizonti_NukeNews
Warning 4 Namespace or type specified in the Imports 'DotNetNuke.Security' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. D:\mayada\NewsModule\news_src\Components\Utilities.vb 4 9 Orizonti_NukeNews
Error 5 Type 'Security.Roles.RoleController' is not defined. D:\mayada\NewsModule\news_src\Components\Utilities.vb 28 36 Orizonti_NukeNews
Error 6 Type 'Security.Roles.RoleInfo' is not defined. D:\mayada\NewsModule\news_src\Components\Utilities.vb 29 33 Orizonti_NukeNews
Error 7 Name 'PortalSecurity' is not declared. D:\mayada\NewsModule\news_src\Components\Utilities.vb 30 22 Orizonti_NukeNews
Error 8 Name 'PortalSecurity' is not declared. D:\mayada\NewsModule\news_src\Components\Utilities.vb 33 22 Orizonti_NukeNews
Error 18 Name 'Request' is not declared. D:\mayada\NewsModule\news_src\ctlViewNews.ascx.vb 96 24 Orizonti_NukeNews
Error 25 Name 'PortalId' is not declared. D:\mayada\NewsModule\news_src\ctlViewNews.ascx.vb 130 38 Orizonti_NukeNews
till 102 error i do not know where ie the problem any one can help me