Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...Error compiling projectError compiling project
Previous
 
Next
New Post
7/14/2009 3:28 AM
 

I've been braking my head over this problem for weeks now. I'm using VS2008, ASP.NET 3.5 and acuitiDP source version 04.08.02 on XP. The weird thing is: the project used to work but one day I compiled and I suddenly got these errors. I gave the project to a co-worker and he compiled the project on his computer and it worked fine. As a last resort I formatted my computer and installed windows XP (I used Vista when the errors starting occuring). Unfortunately the errors never went away. If I compile another DNN project that doesn't use AcuitiDP and connects to an sql DB, it compiles fine. If I try to create a new project with AcuitiDP, I receive the errors again. I'm at my wits end: can someone help me?

Below are the errors I receive when I compile:

 Error    1    Class 'DNNDropDownNavigationProvider' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):
    DotNetNuke.Modules.NavigationProvider.NavigationProvider : Public MustOverride Sub Bind(objNodes As UI.WebControls.DNNNodeCollection).    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\DNNDropDownNavigationProvider\DNNDropDownNavigationProvider.vb    29    15    Provider.DNNDropDownNavigationProvider
Error    2    sub 'Bind' cannot be declared 'Overrides' because it does not override a sub in a base class.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\DNNDropDownNavigationProvider\DNNDropDownNavigationProvider.vb    76    24    Provider.DNNDropDownNavigationProvider
Error    3    Class 'DNNMenuNavigationProvider' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):
    DotNetNuke.Modules.NavigationProvider.NavigationProvider : Public MustOverride Sub Bind(objNodes As UI.WebControls.DNNNodeCollection).    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\DNNMenuNavigationProvider\DNNMenuNavigationProvider.vb    30    18    Provider.DNNMenuNavigationProvider
Error    4    sub 'Bind' cannot be declared 'Overrides' because it does not override a sub in a base class.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\DNNMenuNavigationProvider\DNNMenuNavigationProvider.vb    733    30    Provider.DNNMenuNavigationProvider
Error    5    Class 'DNNTreeNavigationProvider' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):
    DotNetNuke.Modules.NavigationProvider.NavigationProvider : Public MustOverride Sub Bind(objNodes As UI.WebControls.DNNNodeCollection).    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\DNNTreeNavigationProvider\DNNTreeNavigationProvider.vb    30    18    Provider.DNNTreeNavigationProvider
Error    6    sub 'Bind' cannot be declared 'Overrides' because it does not override a sub in a base class.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\DNNTreeNavigationProvider\DNNTreeNavigationProvider.vb    295    30    Provider.DNNTreeNavigationProvider
Error    7    Class 'SolpartMenuNavigationProvider' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):
    DotNetNuke.Modules.NavigationProvider.NavigationProvider : Public MustOverride Sub Bind(objNodes As UI.WebControls.DNNNodeCollection).    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\SolpartMenuNavigationProvider\SolpartMenuNavigationProvider.vb    29    15    Provider.SolpartMenuNavigationProvider
Error    8    sub 'Bind' cannot be declared 'Overrides' because it does not override a sub in a base class.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\SolpartMenuNavigationProvider\SolpartMenuNavigationProvider.vb    834    24    Provider.SolpartMenuNavigationProvider
Error    9    Class 'ASP2MenuNavigationProvider' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):
    DotNetNuke.Modules.NavigationProvider.NavigationProvider : Public MustOverride Sub Bind(objNodes As UI.WebControls.DNNNodeCollection).    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\ASP2MenuNavigationProvider\ASP2MenuNavigationProvider.vb    30    18    Provider.ASP2MenuNavigationProvider
Error    10    sub 'Bind' cannot be declared 'Overrides' because it does not override a sub in a base class.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Providers\NavigationProviders\ASP2MenuNavigationProvider\ASP2MenuNavigationProvider.vb    364    30    Provider.ASP2MenuNavigationProvider
Error    13    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    609    53    DotNetNuke.Library
Error    14    Type 'Crc32' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    610    24    DotNetNuke.Library
Error    15    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    621    26    DotNetNuke.Library
Error    16    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    1394    38    DotNetNuke.Library
Error    17    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    1395    32    DotNetNuke.Library
Error    18    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    1404    41    DotNetNuke.Library
Error    19    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    1437    37    DotNetNuke.Library
Error    20    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    1481    61    DotNetNuke.Library
Error    21    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\FileSystem\FileSystemUtils.vb    1482    32    DotNetNuke.Library
Error    23    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackReader.vb    113    30    DotNetNuke.Library
Error    24    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackReader.vb    116    30    DotNetNuke.Library
Error    25    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackReader.vb    168    30    DotNetNuke.Library
Error    26    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackReader.vb    170    30    DotNetNuke.Library
Error    30    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackWriter.vb    340    38    DotNetNuke.Library
Error    31    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackWriter.vb    342    41    DotNetNuke.Library
Error    32    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackWriter.vb    344    39    DotNetNuke.Library
Error    33    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackWriter.vb    345    38    DotNetNuke.Library
Error    34    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\LocaleFile\LocaleFilePackWriter.vb    356    42    DotNetNuke.Library
Error    50    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Modules\PaWriter.vb    343    38    DotNetNuke.Library
Error    51    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Modules\PaWriter.vb    345    41    DotNetNuke.Library
Error    52    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Modules\PaWriter.vb    390    120    DotNetNuke.Library
Error    53    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Modules\PaWriter.vb    418    34    DotNetNuke.Library
Error    54    Type 'ZipOutputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Modules\PaWriter.vb    432    87    DotNetNuke.Library
Error    56    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Packages\InstallFile.vb    63    37    DotNetNuke.Library
Error    57    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Packages\InstallFile.vb    63    68    DotNetNuke.Library
Error    58    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Packages\InstallFile.vb    374    44    DotNetNuke.Library
Error    59    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Packages\InstallFile.vb    374    75    DotNetNuke.Library
Error    62    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Packages\InstallerInfo.vb    309    30    DotNetNuke.Library
Error    63    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Packages\InstallerInfo.vb    310    26    DotNetNuke.Library
Error    66    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Packages\Installers\FileInstaller.vb    164    50    DotNetNuke.Library
Error    69    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Portal\PortalController.vb    1465    38    DotNetNuke.Library
Error    70    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Portal\PortalController.vb    1467    41    DotNetNuke.Library
Error    73    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\ResourceInstaller\PaDnnInstallerBase.vb    249    46    DotNetNuke.Library
Error    79    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\ResourceInstaller\PaFile.vb    53    33    DotNetNuke.Library
Error    80    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\ResourceInstaller\PaFile.vb    53    64    DotNetNuke.Library
Error    82    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\ResourceInstaller\PaInstaller.vb    107    30    DotNetNuke.Library
Error    83    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\ResourceInstaller\PaInstaller.vb    109    26    DotNetNuke.Library
Error    91    Type 'ZipInputStream' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Skins\SkinController.vb    151    42    DotNetNuke.Library
Error    92    Type 'ZipEntry' is not defined.    C:\Inetpub\vhosts\dnn_intranet_orig\Library\Components\Skins\SkinController.vb    153    32    DotNetNuke.Library
 

 
Previous
 
Next
HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...Error compiling projectError compiling project


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out