I am working DNN Portal, it has several projects in it.
I use to work on source and compile the dlls and copied in virtual directory on my system where this portal is hosted, In this way I am making some
enhancements and checking them on my machine.
But when I make minor changes in Dotnetnuke project and copied the compiled copy of dll on the virtual directory's bin folder.
It is showing following error:
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: BC30451: Name 'Framework' is not declared.
Source Error:
|
Line 49: ' dynamically create provider Line 50: Private Shared Sub CreateProvider() Line 51: objProvider = CType(Framework.Reflection.CreateObject("data", "DotNetNuke.Modules.Html", "DotNetNuke.Modules.Html"), DataProvider) Line 52: End Sub Line 53:
|
Source File: E:\Share and Care\stage.otranorge.no\App_Code\HTML\DataProvider.vb
Line: 51
Please suggest some points on this issue.