 |
BOOK: ASP.NET Website Programming Problem-Design-Solution  | This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution 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
|
|
|
|
|

April 22nd, 2006, 09:42 AM
|
|
Authorized User
|
|
Join Date: Oct 2005
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Microsoft Visual Web Developer 2005 Express Editio
I have instaled Microsoft Visual Web Developer 2005 Express Edition on my computer ,and now I get this error, when I try to open any .sln file
make sure the application for the project type (.csproj) is installed
Does anyone know what is wrong ?
and how to fiks this problem ?
I have tryed to remove Framework 1,0 and 1,1 but that did not help.
|
|

April 22nd, 2006, 06:36 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Are you trying to use ThePhile with 2005? There's a thread here that tells how to do that. You have to download the Web Application Project support.
The second edition of the book (due out very soon) was specifically written for 2005.
|
|

April 23rd, 2006, 05:25 AM
|
|
Authorized User
|
|
Join Date: Oct 2005
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes I have converted the The Phil to VS2005 but I still get the same error.
I have have tryed to run The Beer house sln file whith the VS2005 Express edition and I get the same error.
make sure the application for the project type (.csproj) is installed
Why do I get this error and have can I fiks it ???
|
|

April 23rd, 2006, 06:18 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Is it supposed to work with Visual Web Developer?
It sounds like you have a separate class library project (the (.csproj file) that cannot be opened in Visual Web Developer. You need to separate it from the web site and open it in Visual C# Express Edition.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
While typing this post, I was listening to: boiler by Limp Bizkit (Track 12 from the album: Chocolate Starfish and the Hotdog Flavoured Water) What's This?
|
|

April 23rd, 2006, 01:19 PM
|
|
Authorized User
|
|
Join Date: Oct 2005
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok thanks so I have to get the Visual C# Express Edition in order to open it.
It was my understanding that I could open a web project that was programmed in C# whith Visuel web Developer 2005.
So if I want to do web applications in C# I need Visual C# Express Edition is this right?
|
|

April 23rd, 2006, 01:21 PM
|
|
Authorized User
|
|
Join Date: Oct 2005
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok thanks so I have to get the
Visual C# express Edition in order to open it.
It was my understanding that I could open a web project that was programmed in C# whith Visuel web Developer 2005.
So if I want to do web applications in C# I need Visual C# express Edition is this right?
|
|

April 23rd, 2006, 01:22 PM
|
|
Authorized User
|
|
Join Date: Oct 2005
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok thanks so I have to get the
Visual C# express Edition in order to open it.
It was my understanding that I could open a web project that was programmed in C# whith Visuel web Developer 2005.
So if I want to do web applications in C# I need Visual C# express Edition is this right?
|
|

April 23rd, 2006, 01:23 PM
|
|
Authorized User
|
|
Join Date: Oct 2005
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok thanks so I have to get the
Visual C# express Edition in order to open it.
It was my understanding that I could open a web project that was programmed in C# whith Visuel web Developer 2005.
So if I want to do web applications in C# I need Visual C# express Edition is this right?
|
|

April 23rd, 2006, 01:23 PM
|
|
Authorized User
|
|
Join Date: Oct 2005
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok thanks so I have to get the
Visual C# express Edition in order to open it.
It was my understanding that I could open a web project that was programmed in C# whith Visuel web Developer 2005.
So if I want to do web applications in C# I need Visual C# express Edition is this right?
|
|

April 23rd, 2006, 01:25 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yes, you can open a C# website with Visual Web Developer.
However, if the solution contains a Class Library project, next to the web site project, you also need C# Express. I am not sure if this applies in your situation, but I think it does.
It's not uncommon to have a web site solution thar exists of multiple projects: the actual website, and one or more class libraries that contain business logic, data access code and so on. If that's the case, then you can't open those solutions correctly with VWD Express Edition, and you'll need the C# Express for the other projects.
The full version of Visual Studio can handle them all.
Cheers,
Imar
|
|
 |