I am new into DotNetNuke. I am trying to run an application that was developed in dotnetnuke 3.2.2, Visual Studio 2003, SQL Server 2000. Operating System : Windows XP Professional.
When I run the file in browser (http://localhost/Appln) I can browse the homepage of the application, but I cannot login using the 'host' or 'admin' login names. I gives the error:
A critical error has occurred. Object reference not set to an instance of an object. |
I tried to Build the project again in MS Visual Studio 2003....( as it was done in vs 2003)....but it gave a lot of errors.....
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(107): Type 'DotNetNuke.UI.WebControls.DnnTree' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(196): 'ClientAPI' is not a member of 'Utilities'.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(369): Type 'TreeNodeCollection' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(369): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(854): Type 'TreeNodeCollection' is not defined.
D:\wwwroot\CMSDemo\admin\Files\FileManager.ascx.vb(1264): Type 'DNNTreeNodeClickEventArgs' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(50): Type 'DotNetNuke.UI.WebControls.DnnTree' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(136): Type 'DotNetNuke.UI.WebControls.DNNTreeNodeClickEventArgs' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(179): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(496): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(508): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(532): Type 'TreeNode' is not defined.
D:\wwwroot\CMSDemo\admin\Lists\ListEditor.ascx.vb(585): Name 'ClientAPI' is not declared.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(55): Type 'DotNetNuke.UI.WebControls.DnnTree' is not defined.
D:\wwwroot\CMSDemo\admin\Localization\LanguageEditor.ascx.vb(89): Name 'ClientAPI' is not declared.
.............................
Now I think DotNetNuke is not properly configured..... I got instructions to reinstall the DotNetNuke .....
My questions are:
1) How can I check whether DotNetNuke is installed in my computer? If so, which version is that? Also, how can I find the installation location?
2) Will there be any issues if I install DNN 3.2.2 using the starter kit....? I tried installing using, but I cannot set the location of installation.
3) The application I mentioned above was working fine, what are the suggestions to make this work again?
Thanks
Praveen