 |
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
|
|
|
|
|

October 6th, 2007, 04:44 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Config. error on CHAT server --cannot load file
HI Imar,
I was just trying your applications. IN chat server I met this runtime error. I have configure IIS & Installed application as per your directions in book.
Parser Error Message: Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 31: <compilation debug="true">
Line 32: <assemblies>
Line 33: <add assembly="vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 34: </assemblies>
Line 35: </compilation>
Source File: C:\inetpub\wwwroot\ChatServer\web.config Line: 33
I was also reproted by this error too:
Message 1 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. C:\Web\SurveyEngine\web.config
More over I am also getting some compile time errors:
a) Name 'ConfigurationManager' Not declared.
File: Config.vb
Line: 11, 20,29,40
b) Name 'DBnull' not declared.
file: chatroomDB.vb
Line:61
Oh! Ya one thing more I am using application on IIS. & Using VWD Exp. Edition
Please help me out...............
|
|

October 6th, 2007, 06:26 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello Imar
Thanks sir, it is running after installing J# pack.
One thing more :
After running the project I am getting a message
Directory Listing Denied.
This Virtual Directory does not allow contents to be listed.
How to get rid of this.
|
|

October 6th, 2007, 06:33 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
If you are running IIS, open up the web site's properties in IIS and on the Home Directory tab enable "Directory Browsing".
Alternatively, make sure you have a "default document" in your web site. Usually, this file is called Default.aspx.
Regarding J#: you didn't need to install it; as suggested in the other message, all you needed to do was remove the offending <add /> element from the web.config.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

October 6th, 2007, 06:48 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks Sir
Well now I am testing the application.
I have just open the two sessions on different windows.
If i'm right there be two different sessions on for each web browser.
After providing the email different addresses on two browsers(without @xyz.com part since it is raising an exception) I entered into signin.aspx. Now I chosen the very first chat room on both windows.
While sending the msgs nothing is appearing in chat box area (area with light yellow color)
Could you please tell me where these msgs are delivering.........
|
|

October 6th, 2007, 07:02 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
OK sir I'm on it
One more thing: I'll try to not bother you any more
Can we just discuss this book and projects in this book .......
or we can go for any topic on this forum. Some problem in any other projects (other than this book)..
Well It has been a nice interaction with you. I have met a very learned person after a long time...........
|
|

October 6th, 2007, 07:06 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Is it working now?
I am not sure what you are asking, BTW. What do you mean with
Quote:
quote:Can we just discuss this book and projects in this book .......
or we can go for any topic on this forum. Some problem in any other projects (other than this book)..
|
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

October 6th, 2007, 07:12 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sir I really want to apologize. I have just visited your link http://imar.spaanjaars.com/
and i understood that it was a stupid question. You only reply to p2p problems.
I'll tell every thing after going in deep.......
Thanks for your time sir.........
|
|

October 6th, 2007, 12:47 PM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar
well I'm back........
I am following your instructions in book........
Step no 4& 5 on page 77 (Implementing Callbacks)
In which page I suppose to add HTML textbox and the send button
I suppose it should be ChatRoom.aspx. But you have not instructed to do this in which page.
Also you have already implemented the code in some different style.
(Here my actual problem is what I have suppose to do in code.)
(Well where I'm going wrong? Am I actually following you?)
oh! ya few more things:
what if we set
<compilation debug="false">
&
<compilation debug="true">.
|
|
 |