<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio 2005</title><link>http://forums.asp.net/138.aspx</link><description>General discussions of Visual Studio 2005.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=162&amp;c=30" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: MS first to break their own design (Exlclusion List Reverses)</title><link>http://forums.asp.net/thread/970433.aspx</link><pubDate>Mon, 27 Jun 2005 20:01:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:970433</guid><dc:creator>tbcarver</dc:creator><author>tbcarver</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/970433.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=970433</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;An exlclusion list reverses the original behavior of projects.&amp;nbsp; &lt;span&gt;&lt;/span&gt;The original functionality of a project is to exclude files
by default. Removing the project and creating an exclude list will reverse
things so that files are all included by default. This will be the opposite of
all other VS projects.&lt;br&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;The who idea of building an exclusion list does
not account for developers who leveraged the original design of having
a project.&amp;nbsp; I don't want to clutter up my web.config file with
project and development time only settings.&amp;nbsp; This has just shifted
the project file that includes what is in the project to a web.config
file that includes what is not in the project.&amp;nbsp; Why not just leave
it the way it was?!&amp;nbsp; This even makes less sense when talking about
deployment or working on a team.&amp;nbsp; Now I need a different
deployement web.config without all the developers settings.&amp;nbsp; And
on a team I don't always know or care what a developer may want to
exclude from a project, but I always now what I want IN the project.&lt;br&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Again, please do not take away existing features that we rely on.&lt;br&gt;
&lt;/p&gt;</description></item><item><title>Re: MS first to break their own design</title><link>http://forums.asp.net/thread/967344.aspx</link><pubDate>Fri, 24 Jun 2005 00:03:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:967344</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><author>Mikhail Arkhipov (MSFT)</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/967344.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=967344</wfw:commentRss><description>You can exclude the entire folder by putting the following web.config in it:&lt;BR&gt;&lt;BR&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT face=Arial color=#000080 size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;lt;configuration&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;compilation&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;buildProviders&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clear/&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/buildProviders&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/compilation&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/configuration&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;OR&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#0000ff&gt;&amp;lt;configuration&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpHandlers&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clear/&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add verb="*" path="*" type="System.Web.HttpForbiddenHandler" /&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/httpHandlers &amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/configuration&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description></item><item><title>MS first to break their own design</title><link>http://forums.asp.net/thread/962788.aspx</link><pubDate>Mon, 20 Jun 2005 17:21:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:962788</guid><dc:creator>tbcarver</dc:creator><author>tbcarver</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/962788.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=962788</wfw:commentRss><description>MS could not even live up to the requirements of this new
feature.&amp;nbsp; The've had to hard code in an exclusion for all .scc
files.&amp;nbsp; I'm amazed at how they immediately find a need for this
feature but assume all developers will not.&lt;br&gt;</description></item><item><title>You don't need that functionality.  We know best.</title><link>http://forums.asp.net/thread/962755.aspx</link><pubDate>Mon, 20 Jun 2005 16:47:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:962755</guid><dc:creator>tbcarver</dc:creator><author>tbcarver</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/962755.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=962755</wfw:commentRss><description>I have heard that the functionality is going back in for the final
release.&amp;nbsp; What I have not heard is how that will be
implemented.&amp;nbsp; If the same line of logic from MS is used I'm sure
it will be less than a full fix.&amp;nbsp; Please go comment and vote on
these issues.&amp;nbsp; There are 2 issues in the MSDN feadback center for
these issues:&lt;br&gt;
&lt;br&gt;
Just from a project perspective:&lt;br&gt;
&lt;span id="lblTitle"&gt;Bug Details: Exclude From Project / Include In Project not 
available in VS 2005 Web Applications&lt;/span&gt;&lt;br&gt;
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=84ab7f2f-bdcd-4e66-acaa-8c57dc016254&lt;br&gt;
&lt;br&gt;
From a VSS perspective:&lt;br&gt;
&lt;span id="lblTitle"&gt;Bug Details: VS Assumes All Files Under a Web Site Project Are 
To Be Checked Into Source Control&lt;/span&gt;&lt;br&gt;
&lt;span id="lblTitle"&gt;http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=ddc06744-622d-474e-a9b0-d74a4617b589&lt;br&gt;
&lt;br&gt;
A workaround of hidding your files from the project by using the hidden
file/folder attribute is what is being suggested.&amp;nbsp; This is so
irrelevent to a team situation and productivity!&lt;br&gt;
&lt;br&gt;
The funny thing is I was just praising MS the other day on how they
have included support for the XHTML spec, and how they have become SO
flexible.&amp;nbsp; I was amazed at how MS was going a direction where the
choices were left for the programmer.&amp;nbsp; And now this!?&amp;nbsp; A
classic, "You don't need that functionality.&amp;nbsp; We know best."&amp;nbsp;
Please, for the love of God, let us control what we want in a project
and VSS.&lt;br&gt;
&lt;/span&gt;&lt;br&gt;</description></item><item><title>Critical functionality for VSS and Development Team</title><link>http://forums.asp.net/thread/962703.aspx</link><pubDate>Mon, 20 Jun 2005 16:13:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:962703</guid><dc:creator>tbcarver</dc:creator><author>tbcarver</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/962703.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=962703</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;Is it just me or am I the only one that uses VSS and works
on development team.&lt;span&gt;&amp;nbsp; &lt;/span&gt;It's often the case
that we will reference several projects for base functionality for a Website
project.&lt;span&gt;&amp;nbsp; &lt;/span&gt;All the dll's go in the Bin
directory.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Now you are telling me that these
files have to be checked in to source control over and over and over?&lt;span&gt;&amp;nbsp; &lt;/span&gt;I don't have any need for any of these files
to go into source control.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Part of the point
of abstracting the functionality is that it is modular and exists somewhere
else, I don’t want artifact cluttering up all my projects and source control.&lt;span&gt;&amp;nbsp; &lt;/span&gt;I check out and build the base projects and I
never include their dll's as part of my web project.&lt;span&gt;&amp;nbsp; &lt;/span&gt;This should be so obvious.&lt;/p&gt;


&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;


&lt;p class="MsoNormal"&gt;Also, I now have to check files the size of 10MB like the
application MDF into source control over and over?&lt;span&gt;&amp;nbsp; &lt;/span&gt;Even when I'm the only one on the project
with these settings?&lt;span&gt;&amp;nbsp; &lt;/span&gt;This is the same
issue, many times several different developers will be working on an individual
DB for a project and individual settings.&lt;span&gt;&amp;nbsp;
&lt;/span&gt;This was actually a great opportunity to leave these individual settings
OUT of source control!&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;


&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;


&lt;p class="MsoNormal"&gt;The workaround works but is horrible for a team
situation.&lt;span&gt;&amp;nbsp; &lt;/span&gt;So what should I include a
text document with the project to inform anyone who checks out the project what
files and directories they have to hide so they don't get added to VSS and so
that person can work on the project?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;


&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;


&lt;p class="MsoNormal"&gt;We've been working with projects for years on end and all of
a sudden it's a good idea to just remove the whole concept?&lt;span&gt;&amp;nbsp; &lt;/span&gt;And everyone who leveraged the power of
having a project is now supposed to rethink it and use inefficient workarounds.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Why do people think that the only way to use
a project is their way?&lt;span&gt;&amp;nbsp; &lt;/span&gt;Please leave in
existing project functionality it is very useful.&lt;br&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;I voted, Please go Vote on this issue.&lt;br&gt;
&lt;/p&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/914660.aspx</link><pubDate>Tue, 03 May 2005 16:20:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:914660</guid><dc:creator>BrockAllen</dc:creator><author>BrockAllen</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/914660.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=914660</wfw:commentRss><description>&lt;P&gt;I guess my beef with this is that ASP.NET v2.0 is a different way of doing things. The App_Data folder is the location for storing additional files. Also, I suspect the reason for the files on the filesystem in the first place was really a workaround for something they weren't able to achieve. I don't see why they couldn't have just embedded the extra files as resources in the assembly, rather than having these extra files on the filesystem. &lt;/P&gt;
&lt;P&gt;Anyway, good luck with the petition. I voted ;)&lt;/P&gt;
&lt;P&gt;-Brock&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/914633.aspx</link><pubDate>Tue, 03 May 2005 16:04:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:914633</guid><dc:creator>C4702</dc:creator><author>C4702</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/914633.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=914633</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;Just so we're clear, they send you a source file to compile as part of your assembly? Compiling in VS.NET is simply compiling the codebehind files. This is why I say in v2.0 if you don't want an ASPX or ASCX to be part of your application, then it shouldn't be there in the first place.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Well, only one of the files needs to be included into my solution and modified as I see fit, and compiled as part of my solution.&amp;nbsp; The rest of the files are NOT to be included, they have their own DLL sitting in the BIN folder, and have their content encrypted / encoded making them difficult to view / change etc...&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I don't know enough about this product to offer an opinion about how they're doing things. But, it does sound like a vendor issue. This is going to be a problem for every one of their customers, so they're going to have to come up with a solution. I'd contact their customer support and ask them when they plan to have a fix.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, I've informed them of my talks with Microsoft, and they are working on the fix as we speak.&amp;nbsp; Also, MS has not ruled out having this feature completely removed (&lt;A href="http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=84ab7f2f-bdcd-4e66-acaa-8c57dc016254"&gt;http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=84ab7f2f-bdcd-4e66-acaa-8c57dc016254&lt;/A&gt;)&amp;nbsp; All those who would like to have this feature brought back, please go and VOTE on this issue!&amp;nbsp; The problem from MS point of view is the project file.&amp;nbsp; I believe we have a suggested workaround.&amp;nbsp; Go VOTE so MS will take this issue seriously!&lt;/P&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/913466.aspx</link><pubDate>Mon, 02 May 2005 18:04:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:913466</guid><dc:creator>BrockAllen</dc:creator><author>BrockAllen</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/913466.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=913466</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;C4702 wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt; 
&lt;P&gt;An ASP.NET Component (&lt;A href="http://Telerik.Com"&gt;http://Telerik.Com&lt;/A&gt;) requires ascx files to be in the directory structure, but NOT part of the solution as they have thier own DLL file bound to them.&amp;nbsp; Within this directory is ONE (1) aspx file that DOES need to be apart of the solution and thus compiled as part of the solution.&lt;/P&gt;
&lt;P&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;
&lt;P&gt;Just so we're clear, they send you a source file to compile as part of your assembly? Compiling in VS.NET is simply compiling the codebehind files. This is why I say in v2.0 if you don't want an ASPX or ASCX to be part of your application, then it shouldn't be there in the first place.&lt;/P&gt;
&lt;P&gt;I don't know enough about this product to offer an opinion about how they're doing things. But, it does sound like a vendor issue. This is going to be a problem for every one of their customers, so they're going to have to come up with a solution. I'd contact their customer support and ask them when they plan to have a fix.&lt;/P&gt;
&lt;P&gt;&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;C4702 wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt; &lt;/P&gt;
&lt;P&gt;Under 2.0 (beta 2) there is no way to exclude these files, and thus the framework tries to compile them as part of the solution which breaks the functionality.&amp;nbsp; (Actually, they won't even compile because thier code-behind is already in a DLL sitting in the BIN folder)&lt;/P&gt;
&lt;P&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;
&lt;P&gt;Again, this is primarily do to how the compilation model is different in v2.0 vs. v1.1. Since v2.0 has a different model, the semantics of having files in the application directory are different thus my comments. &lt;/P&gt;
&lt;P&gt;-Brock&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/913448.aspx</link><pubDate>Mon, 02 May 2005 17:49:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:913448</guid><dc:creator>C4702</dc:creator><author>C4702</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/913448.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=913448</wfw:commentRss><description>&lt;P&gt;An ASP.NET Component (&lt;A href="http://Telerik.Com"&gt;http://Telerik.Com&lt;/A&gt;) requires ascx files to be in the directory structure, but NOT part of the solution as they have thier own DLL file bound to them.&amp;nbsp; Within this directory is ONE (1) aspx file that DOES need to be apart of the solution and thus compiled as part of the solution.&lt;/P&gt;
&lt;P&gt;Under 1.1, I could exclude the folder, and include the 1 file that was needed to be included.&amp;nbsp; I compiled and ran sucessfully.&lt;/P&gt;
&lt;P&gt;Under 2.0 (beta 2) there is no way to exclude these files, and thus the framework tries to compile them as part of the solution which breaks the functionality.&amp;nbsp; (Actually, they won't even compile because thier code-behind is already in a DLL sitting in the BIN folder)&lt;/P&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/913320.aspx</link><pubDate>Mon, 02 May 2005 16:19:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:913320</guid><dc:creator>BrockAllen</dc:creator><author>BrockAllen</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/913320.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=913320</wfw:commentRss><description>&lt;P&gt;You exclude a file by not putting it in your web directory. Why do you need a file in the directory if it's not supposed to be included in some way?&lt;/P&gt;
&lt;P&gt;[Edit: Oh, and I'm speaking in the context of ASP.NET here. I didn't know if your question was about more general VS.NET development.]&lt;/P&gt;
&lt;P&gt;-Brock&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/912384.aspx</link><pubDate>Sun, 01 May 2005 08:14:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:912384</guid><dc:creator>ajk-eis</dc:creator><author>ajk-eis</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/912384.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=912384</wfw:commentRss><description>&lt;P&gt;Look at this thread &lt;A HREF="/908569/ShowPost.aspx"&gt;http://forums.asp.net/908569/ShowPost.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Especially the last two post from Omar and Simon.&lt;/P&gt;
&lt;P&gt;It's not very nice, since it requires command line compiler options, but it should work.&lt;/P&gt;
&lt;P&gt;Alle&lt;/P&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/912087.aspx</link><pubDate>Sat, 30 Apr 2005 17:17:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:912087</guid><dc:creator>C4702</dc:creator><author>C4702</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/912087.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=912087</wfw:commentRss><description>&lt;P&gt;I'm glad someone is still with me &lt;img src="/emoticons/emotion-2.gif" alt="Big Smile [:D]" /&gt;&amp;nbsp; Unfortunaitly the last post didn't help as the files needed to be present but part of the solution are user controls...&amp;nbsp; Besides I understand there is no longer a DLL created when you build the project, as it is compiled on the fly by the dotNet 2.0 framework.&lt;/P&gt;
&lt;P&gt;This is what I believe breaks the functionality &lt;img src="/emoticons/emotion-6.gif" alt="Sad [:(]" /&gt;&amp;nbsp; Since it's compiled on the fly, they didn't build in a way to exclude&amp;nbsp; folders/files from being built and compiled on the fly.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description></item><item><title>Re: 'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/911132.aspx</link><pubDate>Fri, 29 Apr 2005 14:39:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:911132</guid><dc:creator>ajk-eis</dc:creator><author>ajk-eis</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/911132.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=911132</wfw:commentRss><description>&lt;P&gt;I'm still with you ;-) and still looking / trying.&lt;/P&gt;
&lt;P&gt;As a possibility look at &lt;A HREF="/907365/ShowPost.aspx"&gt;http://forums.asp.net/907365/ShowPost.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Alle&lt;/P&gt;</description></item><item><title>'Exclude Files From Web Project' - Beta 2</title><link>http://forums.asp.net/thread/910585.aspx</link><pubDate>Fri, 29 Apr 2005 01:52:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:910585</guid><dc:creator>C4702</dc:creator><author>C4702</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/910585.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=910585</wfw:commentRss><description>&lt;P&gt;Is there anyone here who can help???&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=5241"&gt;http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=5241&lt;/A&gt;&lt;/P&gt;</description></item></channel></rss>