473,322 Members | 1,405 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Show All Files in ASP.NET

kai
Hi,

Show All Files button in Solution Explorer doesn't work when creating Web
site (Is diabled), it works when creating Windows project. How do I enable
it under Web?

Thanks
Kai
Oct 20 '06 #1
5 2021
Hi,

kai wrote:
Hi,

Show All Files button in Solution Explorer doesn't work when creating Web
site (Is diabled), it works when creating Windows project. How do I enable
it under Web?

Thanks
Kai
If I am not mistaken, all files are always displayed in the "web site"
model. All files are also part of the project, always. You can exclude a
file from the web site project, but then it gets renamed with an
"exclude" suffix.

You should look into the Web Application Project.
http://webproject.scottgu.com/

Greetings,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Oct 21 '06 #2
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:eq**************@TK2MSFTNGP05.phx.gbl...
You should look into the Web Application Project.
http://webproject.scottgu.com/

Greetings,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch

Oct 21 '06 #3
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:eq**************@TK2MSFTNGP05.phx.gbl...
You should look into the Web Application Project.
http://webproject.scottgu.com/
Be aware, though, that there is currently a HUGE bug with web application
projects and web deployment projects specifically related to UserControls
which manifests itself in the dreaded CS0433 error.

There seems to be no patter to when / if this will happen - your app can
have been working for ages when suddenly it will stop and you will see
something like:

Compiler Error Message: CS0433: The type 'iss_proposal' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET
Files\intranet\982f569e\da8b6663\assembly\dl3\37c9 bf8f\a2199b8c_7af3c601\intranet.DLL'
and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET
Files\intranet\982f569e\da8b6663\assembly\dl3\e4be e18e\a092dc96_7af3c601\intranet_deploy.DLL'

Maybe your web application project will compile without error. Maybe your
web deployment project will compile without error. Sometimes the above error
happens on the deployment server only.

One fairly common way is to instantiate the class behind a UserControl. Of
course, MasterPages are user controls too, which is where the problem
started happening for me. E.g. your MasterPage might have a Label control
used as a heading which the ContentPages populate dynamically...

There's a whole slew of posts on the web about this (do a Google search)
with various suggested workarounds. However, none of these is guaranteed to
fix. Apparently, I'm reliably informed (though not officially!) that there
is a bug in the web application project compilation engine...

There are another couple of issues that I've reported to Scott Guthrie's
teamm and I'm still waiting for a resolution...

Web application projects and web deployment projects are IMO the greatest
add-ons to ASP.NET so far - however, I really get the feeling that they've
"done an Access 95" with these and released them before they're quite
finished...
Oct 21 '06 #4
Hi Mark,

Mark Rae wrote:
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:eq**************@TK2MSFTNGP05.phx.gbl...
>You should look into the Web Application Project.
http://webproject.scottgu.com/

Be aware, though, that there is currently a HUGE bug with web application
projects and web deployment projects specifically related to UserControls
which manifests itself in the dreaded CS0433 error.
Interesting, thanks for sharing. Do you know if it happens with each
version of the WAP or only with the latest one?

I saw that it is now included with VS 2005 SP1 beta
http://weblogs.asp.net/scottgu/archi...Templates.aspx

Hopefully that'll motivate Scott and his team to find the problem faster ;-)

Greetings,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Oct 21 '06 #5
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:Oo**************@TK2MSFTNGP04.phx.gbl...
Interesting, thanks for sharing. Do you know if it happens with each
version of the WAP or only with the latest one?
All of them, AFAIK...
I saw that it is now included with VS 2005 SP1 beta
http://weblogs.asp.net/scottgu/archi...Templates.aspx
Really? I wasn't aware that this had been addressed...
Hopefully that'll motivate Scott and his team to find the problem faster
;-)
The site talks about "hundreds" of bugs in the initial release - let's hope
so!
Oct 21 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Al Davis | last post by:
Note: I tried cross-posting this message to several newsgoups, including comp.lang.perl.misc, c.l.p.moderated, comp.infosystems.www.authoring.cgi, comp.lang.javascript and comp.lang.php. Nothing...
13
by: | last post by:
Although this question does not belong in here, I hope someone help, as I do not know where to send it, but someone here might have come acros similar problem: Some of JPG files sitting in the...
1
by: sirbum69 | last post by:
ive been searching all over to try and figure out how to show .PSP and .TUB files from inside my program useing a picture box. i have been able to get the program to show .JPG and .BMP and .GIF...
0
by: Jason Robertson | last post by:
Hi, I have just installed Visual Studio.net 2003 Enterprise Architect. I have been using Visual Interdev so far, and I am used to be able to select from a desktop, drag bunch of .asp files, and...
7
by: Larry Woods | last post by:
I don't see the pattern. I have a couple of solutions that I acquired from someone else. When I load these, I see the .vbproj and .vbproj.user files in the Solution Explorer. BUT, when I create...
1
by: Riky | last post by:
hi i have a windows application. I am select the folder or file name from the folderbrowserdialog box and to delete the folder or file i am calling the following code. Public Function...
0
by: remya1000 | last post by:
by using FTP i can send files to server using vb.net. if the file is big, then it will take some time to complete the sending process to server.or if we were sending 3-4 files to the server one by...
14
by: lalit | last post by:
Hi there, Can some plz suggest me a way to show .ppt files on my website that can't be copied or saved by user using asp.net. any idea !!!! thankx
5
by: akmsikhan | last post by:
I am using a Toshiba Satellite M115 Series Laptop. Recently I was trying to see some hidden files but I can't. When I try to enable Show Hidden Files and Folder it is not enabling. Each time I click...
7
by: sandeepk84 | last post by:
Hi all... I have file upload option in my web application. I use Struts 2. I wanted to show a preview of the uploaded file to the user. The uploaded file can be of any type like...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.