ASP.net 3.5 is asp.net 2 framework with new features. So I would guess you should have not problems.
Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
I am getting an error message that says \TheBeerHouse\TBH_Deploy.wdproj cannot be opened because its project type (.wdproj) is not supported by this version of Visual Studio. Can I change the project type??
Which version of visual studio are you using? Are you opening the project with open Project option in the file menu?
Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
I have ASP.Net 3.5. Once I download the file its under My Documents but it is a .zip and I can't find the .vsi file. Where would that be? I downloaded the Small Buisness Starter Kit just fine b/c it had a .vsi file... What do I need to do??
The beerhouse does not have a vsi. But it does have a c# project (TBH_CustomEvents) in it to edit this you would need to use visual c# express.
And the wdproj is a deployment project so you would need a full version of visual studio i believe to edit that, but that does not mean you can not just deploy the site another way say xcopy or ftp.
Hope it helps
Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
Marked as answer by MorganG on Jun 26, 2008 10:56 PM
MorganG
Member
2 Points
10 Posts
Compatible with ASP.Net 3.5??
Jun 25, 2008 07:07 PM|LINK
Is The Beer House Starter Kit compatible with ASP.Net 3.5??
jeremyh
Star
8173 Points
1477 Posts
Re: Compatible with ASP.Net 3.5??
Jun 25, 2008 07:56 PM|LINK
ASP.net 3.5 is asp.net 2 framework with new features. So I would guess you should have not problems.
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
MorganG
Member
2 Points
10 Posts
Re: Compatible with ASP.Net 3.5??
Jun 25, 2008 08:13 PM|LINK
I am getting an error message that says \TheBeerHouse\TBH_Deploy.wdproj cannot be opened because its project type (.wdproj) is not supported by this version of Visual Studio. Can I change the project type??
jeremyh
Star
8173 Points
1477 Posts
Re: Compatible with ASP.Net 3.5??
Jun 25, 2008 08:18 PM|LINK
Which version of visual studio are you using? Are you opening the project with open Project option in the file menu?
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
MorganG
Member
2 Points
10 Posts
Re: Compatible with ASP.Net 3.5??
Jun 26, 2008 12:12 AM|LINK
I have ASP.Net 3.5. Once I download the file its under My Documents but it is a .zip and I can't find the .vsi file. Where would that be? I downloaded the Small Buisness Starter Kit just fine b/c it had a .vsi file... What do I need to do??
MorganG
Member
2 Points
10 Posts
Re: Compatible with ASP.Net 3.5??
Jun 26, 2008 01:49 AM|LINK
I have the Visual Studio Express Edition. Would that be the problem?
jeremyh
Star
8173 Points
1477 Posts
Re: Compatible with ASP.Net 3.5??
Jun 26, 2008 10:36 AM|LINK
The beerhouse does not have a vsi. But it does have a c# project (TBH_CustomEvents) in it to edit this you would need to use visual c# express.
And the wdproj is a deployment project so you would need a full version of visual studio i believe to edit that, but that does not mean you can not just deploy the site another way say xcopy or ftp.
Hope it helps
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
MorganG
Member
2 Points
10 Posts
Re: Compatible with ASP.Net 3.5??
Jun 26, 2008 11:52 AM|LINK
So how do you deploy the site?? I'm so sorry I am being difficult. Thank you for all of your time!
MorganG
Member
2 Points
10 Posts
Re: Compatible with ASP.Net 3.5??
Jun 26, 2008 12:19 PM|LINK
Are there any e-commerce starter kits for visual basic ??
jeremyh
Star
8173 Points
1477 Posts
Re: Compatible with ASP.Net 3.5??
Jun 26, 2008 12:26 PM|LINK
If you look under the website menu when you have the site in vwd2008 you will see copy web site, which will enable you to deploy the site.
Video here to show how to use it http://www.asp.net/Learn/videos/video-281.aspx
and to move a local database to a remote server look at http://weblogs.asp.net/scottgu/archive/2006/12/22/recipe-deploying-a-sql-database-to-a-remote-hosting-environment-part-1.aspx
Hope info helpful
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.