Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 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
 
Old September 16th, 2006, 08:32 PM
Registered User
 
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default INSTALL PROBLEMS

After extracting the zip to the Projects folder in the Visual Studio folder in My Documents and clicking on the sln, I get:

"The project location is not trusted:

...\My Documents\Visual Studio 2005\Projects\TheBeerHouse\TBH_CustomEvents

Running the application may result in security exceptions when it attempts to perform actions which require full trust.

Click Ok to ignore and continue."

I click OK out of that error....then

THEN I GET ANOTHER ERROR:

The application for project '...\TheBeerHouse\TBH_Deploy\TBH_Deploy.wdproj' is not installed.

I click OK, VS2005 opens and I press F5 and IE just hangs without displaying.

I am not on a network. This is a standalone machine. Why can't I get this project to run on my machine using XP Pro, VS 2005 Pro with the Express SQL Server?

How do make the folder trusted? How do I install the TBH_Deploy.wdproj?



 
Old September 17th, 2006, 09:59 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If the folder is on a local hard disk and it's not trusted, it means Win XP SP2 thought you downloaded the code and didn't recompile it on your machine, therefore it's not trusted.

If you configure Windows explorer to show hidden files you'll see the zone files that are causing the errors.

There are 2 ways to fix this:

1) make sure you build the whole project before pressing F5 to run it

2) delete the zone files yourself, or run the cool zonestripper utility program:
http://www.jameskovacs.com/blog/Zone...erUpdated.aspx

The problem about the Web Deployment project is that you didn't install that from MSDN. You can remove that project until you're ready for it. It's explained in the deployment chapter.

Please let me know if this doesn't fix your "trust" problem. I guess its also possible that you're not an administrator on your computer, but most developers and home users are, so this probably isn't the issue for you.

Eric

 
Old September 19th, 2006, 01:27 PM
LAM LAM is offline
Registered User
 
Join Date: Sep 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

"The problem about the Web Deployment project is that you didn't install that from MSDN"

What do you mean by that? what/how should we install from MSDN?

I am experimenting the same problem as "jjmonty".

Thanks.

LAM.
 
Old September 19th, 2006, 08:05 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It's explained in the deployment chapter. But 99% of us will not ever use a Web Deployment Project, so you can and should remove that project from your solution.

You can also search for "Web Deployment Project" on MSDN or Google if you really want to learn more without reading that chapter, but its a good chapter to read, anyway.

Eric

 
Old November 16th, 2006, 07:57 PM
Registered User
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

"Visual Studio 2005 Web Deployment Projects"
http://msdn.microsoft.com/library/de...t_projects.asp is a free add-in from Microsoft. You can read about it on page 543 of the book.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 5 Install problems meichmann BOOK: Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages ISBN: 978-0-470-12448-2 1 August 6th, 2008 05:42 PM
WroxUnited Install Problems with SQL2005 owhite BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 April 5th, 2007 08:32 AM
GoDaddy script install problems robhmac Perl 3 October 24th, 2006 07:39 AM
TBH install problems jjmonty BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 5 September 26th, 2006 05:23 PM
Post Install Problems planoie Visual Studio 2005 0 July 21st, 2004 04:31 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.