Hello,
I've unpackaged bugnet into a folder at localhost/BugNET. The local host is a DNN site and I am getting the following error when I try to run the install:
```
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: CS0246: The type or namespace name 'DotNetNuke' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 168: <add namespace="DotNetNuke" />
Line 169: <add namespace="DotNetNuke.Common" />
Line 170: <add namespace="DotNetNuke.Data" />
Line 171: <add namespace="DotNetNuke.Framework" />
Line 172: <add namespace="DotNetNuke.Modules" />
Source File: c:\inetpub\wwwroot\web.config Line: 170
```
Any thoughts or ideas? Please HELP! Thank you.
Comments: issues migrated to github
I've unpackaged bugnet into a folder at localhost/BugNET. The local host is a DNN site and I am getting the following error when I try to run the install:
```
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: CS0246: The type or namespace name 'DotNetNuke' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 168: <add namespace="DotNetNuke" />
Line 169: <add namespace="DotNetNuke.Common" />
Line 170: <add namespace="DotNetNuke.Data" />
Line 171: <add namespace="DotNetNuke.Framework" />
Line 172: <add namespace="DotNetNuke.Modules" />
Source File: c:\inetpub\wwwroot\web.config Line: 170
```
Any thoughts or ideas? Please HELP! Thank you.
Comments: issues migrated to github