 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

November 20th, 2008, 01:30 PM
|
|
Authorized User
|
|
Join Date: Nov 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
CMS problem
I using the lastest version of wrox CMS but I have 2 problem
first, I click category such as FAQ or news, I click Readmore, I get error page
Server Error in '/CMS' Application.
PageViews
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: PageViews
And second, I can't create new Item in Admin control
2 line just appear everytimes when I Press Save Button
The intro text is required
The full text is required
helpme, thankss
|
|

November 20th, 2008, 07:10 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Re 1) Are you using the code as is? How did you install it?
Re 2) This may be a known issue with the validation controls and the FCK Editor. Try setting CausesValidation="False" to the Save button...
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
|
|

November 21st, 2008, 11:43 AM
|
|
Authorized User
|
|
Join Date: Nov 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I don't use it with ISS because I can't start ISS with my network.
But I use it by VS 2005, I Open it and I press F5. I can't run another way.
|
|

November 21st, 2008, 02:08 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
If you want me to help you, you need to provide a little more information. Did you try out setting CausesValidation? Did it work?
Where is your project stored? How did you open it? (Do you see files like Web.config directly in the root of the Solution Explorer?) And what steps did you take to get at this error?
Without answers to these kind of questions, I can't suggest anything useful.
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
|
|

November 22nd, 2008, 11:17 AM
|
|
Authorized User
|
|
Join Date: Nov 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I disabled validation control. Now i can save the new Post, but I just save the title, the intro text and body text I can't save
My new post just have a title. Nothing more
|
|
 |