CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > visual_studio.vs_2005_web_application_projects Tags:
Item Type: Date Entered: 1/30/2006 3:44:46 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 17 Views: 38 Favorited: 0 Favorite
18 Items, 1 Pages 1 |< << Go >> >|
"mh8759" <>
NewsGroup User
Web Application Projects1/30/2006 3:44:46 PM

0

Just installed this add-on and finally!! everything works as I'm used to. Now I can include/exclude with a simple touch of a button, use subprojects, sub sites and everything else that worked in VS.NET 2003. I don't understand why you had gone into such major changes, when things don't get easier but get worse. And I consider myself advanced web developer.

VS 2005 has numerous great features but managing complex/advanced web projects was not it's strong side, thanks to this update things changed.

So thank you for making the things the way they should be in the first place.

Although it comes a bit late (just spent a week changing projects back and forth to make my 2003 projects work) it is still great!

regards

"ScottGu" <>
NewsGroup User
Re: Web Application Projects1/31/2006 4:27:25 AM

0

Cool -- I'm glad you like it!

We will be coming out with an update for it in about a week that adds more features.  In particular, it will support auto-generation of control field declarations (a big missing feature today), as well as support for migrating a VS 2003 code behind page or a VS 2005 web site page to the web application project approach.

Hope this helps,

Scott

"mh8759" <>
NewsGroup User
Re: Web Application Projects1/31/2006 8:56:39 AM

0

I've just encountered an issue. I have two websites in my solution, then try to drag and drop user control from solution explorer from one site to another. VS drops only link in the designer window. What's with that? If a drag and drop user control that is member of one website project on pages in the same projects everything works well.

"ScottGu" <>
NewsGroup User
Re: Web Application Projects1/31/2006 4:30:16 PM

0

Web Application Projects don't yet support the ability to drag/drop user controls from the solution explorer into the design surface and have it automatically set the <%@ Register %> directive.  This is on the list of features still to implement.

Instead, what you'll want/need to-do is to manually add the register directive to the top of your .aspx page, and then declare the user control in source view.  Once you declare it, you can then flip to the design surface and manipulate the control using the designer (just like web site projects).  The only thing that needs to be done manually is declaring it.

Hope this helps,

Scott

"cgsturm" <>
NewsGroup User
Re: Web Application Projects2/7/2006 12:27:28 AM

0

I started using the new Web Application projects add-on too.  I am very glad to have this coming from VS 2003.

I too notice that the user controls are no longer drag/drop capable.  Also, style sheet drag/drop appears to not work also.  Looking forward to the next update.

Thanks.

"ScottGu" <>
NewsGroup User
Re: Web Application Projects2/7/2006 1:47:21 AM

0

Hi cgsturm,

Yep -- this is still on the list of things to implement.  In the meantime, you'll need to add stylesheet references and user-control declarations in the .aspx file using source view.

BTW -- here is a blog post I just did about the update we are doing this week for the Web Application Project: http://weblogs.asp.net/scottgu/archive/2006/02/05/437439.aspx

Hope this helps,

Scott

"vgl" <>
NewsGroup User
Re: Web Application Projects2/7/2006 8:26:09 PM

0

Hello.

As far as I understand it is still Beta version of this feature. Does anyone know when the real version will be available?

Thanks!

"ScottGu" <>
NewsGroup User
Re: Web Application Projects2/7/2006 10:53:25 PM

0

Hi VGL,

My blog post above provides more of a roadmap update.  But our goal is to have the feature-set finalized the end of next month.

Hope this helps,

Scott

"jnapier" <>
NewsGroup User
Re: Web Application Projects2/8/2006 5:00:26 PM

0

Will Microsoft support both models moving forward?  I have moved my 2003 project to the web project model that comes with vs.net 2005. It took me about a day and I still have some bugs to work out.  I have heard lots of complaints about the new web site model.  Since I have went through most of the torture of converting already, would it make any sense for me to move to the web application project?

It seems like the new web site model may be better for content rich sites that ned to be updated on the fly and the web application project would be better for a code rich site.  Is this what the major reasoning would be for using one project over the other?

 

Thanks.

"ScottGu" <>
NewsGroup User
Re: Web Application Projects2/8/2006 6:22:28 PM

0

Yep -- both models will be fully supported going forward.  If you are using the VS 2005 Web Site Model today and happy with it, then you should definitely use it going forward.

We are going to be coming out with whitepapers that describe the differences and pros/cons of each option for different scenarios over the next few months (each option can be used for pretty much all scenarios -- but some are more optimal than others). 

Hope this helps,

Scott

"Jesse Towner"
NewsGroup User
Re: Web Application Projects2/8/2006 11:08:49 PM

0

Hello,

This new project model looks great! As a developer entering the implementation phase next week on a product with a target ship date at the end of June for the first iteration, I'm thinking it wouldn't be wise to use the Web Application Project model (correct me if I'm wrong!). However, due to the code-heavy nature of the web application we'll be building and our desire to use test-driven development (NUnit), it might be beneficial to refactor towards the new model when it becomes more stable. So in the meantime, we'll be placing most of the business logic in seperate class libraries which can be tested independently, and the resulting assemblies will be referenced by the web site.

Will there be tools to easily automate the conversion between the two models? Or will it be as simple as dragging the source and content files from one project to the other and making a few quick changes where needed?

Is there anything we need to watch out for? What are your recommendations?

Thanks.
"ScottGu" <>
NewsGroup User
Re: Web Application Projects2/9/2006 4:34:01 AM

0

Hi Jesse,

It will be pretty easy to migrate from the web-site project model to the web application.  My blog post (http://weblogs.asp.net/scottgu/archive/2006/02/05/437439.aspx) shows a little how to-do this -- basically you just add your pages into the project and right click and choose the upgrade option to migrate them to use the new project system option.  I'll post more detailed tutorials on how to-do this over the next week or two.

For right now, you might choose to just start with a web-site project -- with your business classes cleanly separated into class library projects.  We are planning on having the VS Web Application Project feature complete in late March -- so if you want to migrate then (or even before then), that will also be an option for you to consider doing.

Hope this helps,

Scott

"mh8759" <>
NewsGroup User
Re: Web Application Projects2/9/2006 3:34:34 PM

0

Sorry if this is going to be a little bit "bitchin" post...

After testing it some more I discovered that this download is very buggy. At least once per few hours I experience "memory corruption" and inability to build/clean solution. From time to time debugger doesn't work as it should - it just hangs at some strange points/lines.

Solution files (specifically .designer.cs files) keep getting deleted?? I thought I personally deleted it when it first happened or did something that I wasn't aware of, but then again it happened again. And again. And the thing with user controls not being able to be drag&dropped...

So basically this feature is useless in its current state. I think it is terrible that we have to wait another two months to get the functionality that once existed in Visual Studio.Huh? [:^)]

I don't know what were you thinking with this new website project model, but it should be the second on the to-do list and Web Application projects should be the first. I don't even know what kind of advanced stuff can you make with the default method - why do you always take the most inexperienced users as your default user base? not to mention that not everyone is suited to be a programmer/developer...Surprise [:O]

"ScottGu" <>
NewsGroup User
Re: Web Application Projects2/9/2006 4:26:21 PM

0

The memory corruption error and debugging problem you are seeing is a known issue that is documented with the first preview -- it basically occurs if you keep the exception assistant enabled and manipulate documents while debugging is occuring.  If you turn off the exception assistant checkbox in tools->options you shouldn't see this issue at all (several people who have had this instability have changed this setting and have all reported that things worked fine after that).  The new refresh build that we are shipping this week turns off the exception assistant for you by default -- so people won't run into this error.

I have not heard of any issues with .designer.cs files being deleted.  Are you sure this is the case (the first preview today doesn't ever touch them -- so it is unlikely that the IDE is doing this)?

If you want to send me email ([email protected]) I'd be happy to send you the latest build (which we will be publishing shortly on the web).  It has more features, automatically updates the .designer.cs file with control declarations, and also has a number of bug fixes.

Hope this helps,

Scott

"jminond" <>
NewsGroup User
Re: Web Application Projects2/9/2006 5:19:48 PM

0

On the site, you mention "With the next refresh of the VS Web Application Project download, we will add context-menu support in the solution explorer for automatically converting an existing code-behind page into two separate files "

.. when do you predict this feature will be added, and available for download?

 

- Jonathan Minond

 


Jonathan Minond
http://www.Jonavi.com
http://www.jonavi.com/Default.aspx?pageID=21
http://RainbowBeta.com
http://community.rainbowportal.net/blogs/jonathans_rainbow_blog/default.aspx
http://dotnetslackers.com/community/blogs/jminond/default.aspx
"ScottGu" <>
NewsGroup User
Re: Web Application Projects2/9/2006 5:39:15 PM

0

Hi Jonathan,

Our plan is to have it available for download either today or tomorrow.  If you send me email ([email protected]) I can send you the build a little early.

Hope this helps,

Scott

"mbowles" <>
NewsGroup User
Re: Web Application Projects10/24/2006 1:28:30 PM

0

Just getting around to installing VS 2005, installing the Enterprise Library and the Web Application Project Tmeplate.  Is the ScottGu blog still the current place to get information on the Web App Project?  Any new gotchas?  Coming from 2003 (little too long I guess) I hope to jump right in building web apps the way we did in 2003.
"mbowles" <>
NewsGroup User
Re: Web Application Projects10/24/2006 2:11:38 PM

0

Of, course this leaves me in the "which do I use?" situation.  dangit!  New site to build and no VS2005 experience.  Will one be easier than the other to do "hey can you add this to the site?" requests from management, having a 3 ter system, etc...
18 Items, 1 Pages 1 |< << Go >> >|


Free Download:













namespace for classes in app_code

asp.net page title: having new line

request.applicationpath returning different result after website to web app conversion

please help me...its urgent

how to parse wikipedia xml

'java.lang.system' has returned a special case.

web app projects on a remote iis

no dataadapters in designer anymore?

templatedcontroldesigner

roles and security by page, control and data level

compile error on vs 2005 professional, but not on vs 2005 team edition

web application new project question

partial classes and waps

problems creating a usercontrol library

with no aspnet user account, can i use global.asax for application-level error trapping?

deploying sub projects

automatic registration of dll in windows user control in c#2005

runtime error

multi-project solution using wap & master pages

sqlprofileprovider, no profilecommon in code-behinds but yes in the aspx code?

preserving source control history across migration

team foundation version control and web site projects

problem in ie for mac

website testing tool

several problems with asp.net 2.0 web application project

tutorials for visual studio 2005 web application using c# and sqlserver database

addin support

make sure the application for the project type (.rptproj) is installed

web project does not know what "system" is anymore?????

textboxs readonly problem ..

migration from website project to webapplication project

web.config settings

problems with file upload

error: the document... is already open. do you want to close it?

visual web developer 2005; posting data entry for customer reports and other quick q's...

namespaces issues when migrating from vs 2005 web site projects to wap

web site projects?

assembly version issues with our new wap projects and external modules.

web application interface with card reader

question regarding multiple solutions

installation problem

http 500 - internal server error - when an aspx file in a sub folder is accessed.

building pages in wep application project

directory listing instead of served web page

webapplication does not unfold a gat .vstemplate

importing individual web forms and user controls from a web site

wap question

updade to vs2005 sp1 causes existing wap project file to become invalid. wap project type not recognized

migrating 2005 ajax-enabled web site to 2005 sp1 web application project

problems using vss and web application project

   
  Privacy | Contact Us
All Times Are GMT