Hi to all,
I downloaded all files that I needed from the Download space, I'm using SQL instead Access and I did this:
1. - created a folder and added Application, CustomModulesCsharp and Files folder
2. - created a new database in SQL 2005 Express Edition and restore the DefaultEmptyData.bak into it
3. - add a login user under Security > Logins and add a User Mapping to the restored database with db_datawriteer and db_datareader access (as well public, but I think we don+t need this)
4. - open the AccessUsers table and change the MD5 password of the admin user into a plain one
5. - set the AccessUserType to 0 on that user
6. - created a new website on IIS (using XP Pro IIS Admin tool)
7. - open the IIS console and add to virtual folders, Admin and Files
8. - Set read and write permitions on ASP.NET and IUSR_[MACHINE NAME] users
9. - change the GlobalSettings.aspx file under the Files folder to use the created SQL database
10. - restart IIS with iisreset command line
11. - open http://localhost/Admin and logged in with admin / password
12. - set up the Dynamic web type under control panel [I chose Portal]
13. - enable the modules that I need
14. - Open the CustomModulesCsharp solution and create my module following the Lars video tutorial on his blog
15. - register the new module
now ...
every time I choose ADD PAGE I get ASP.NET error on the right frame
every time I choose Language/Area I get ASP.NET error on the right frame
what am I doing wrong?
---
error on ADD PAGE:
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 'PageTopLogoImageAlt' is not declared.
Source File: C:\...\Application\Admin\Page_Edit.aspx Line: 471
image: http://img122.imageshack.us/img122/9159/dwerror01om7.gif
---
error on LANGUAGE AREA MODULE:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: AreaDomainLock
Source File: C:\...\Application\Admin\Area_List.aspx Line: 71
image: http://img111.imageshack.us/img111/8430/dwerror02cy1.gif
There are more errors... so, I'm guessing that the standard files are not working properly...
:-(
any help will be highly appreciated!