I am trying to modify Repository module. From its source code, I used Vs.NET 2005 to include two project DotNetNuke.Modules.Repository and DotNetNuke.Modules.Repository.SqlDataProvider in my current project. Everything is ok when I recompile the solution. Then I created two other projects which copied DotNetNuke.Modules.Repository and DotNetNuke.Modules.Repository.SqlDataProvider. I changed only the namespace and project name. I also copied the references and dependencies. However, there are an error with my two custom projects when recompiling the solution.
As you know, the SqlDataProvider.vb in DotNetNuke.Modules.Repository.SqlDataProvider inherits from DataProvider.vb in DotNetNuke.Modules.Repository. However, in my custom SqlDataProvider, it can't find the definition of DataProvider.
Help me, please.