473,569 Members | 2,844 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Studio.NET 2005 Service Pack 1

http://msdn.microsoft.com:80/vstudio...1/default.aspx

1) This is big - nearly 500Mb

2) If you have WAP installed, you must uninstall it first - WDP doesn't need
to be uninstalled

3) It will almost certainly take over an hour to install!!!
Dec 16 '06 #1
29 2995
Hi Mark,

Mark Rae wrote:
http://msdn.microsoft.com:80/vstudio...1/default.aspx

1) This is big - nearly 500Mb
Having had to download the 1.16 GB big Windows SDK for .NET 3.0 at least
once every month since March, I don't feel that 430 MB or so are that
big ;-) It took me 3 minutes to download the SP1.

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
Dec 16 '06 #2
"Laurent Bugnion" <ga*********@bl uewin.chwrote in message
news:O1******** ******@TK2MSFTN GP06.phx.gbl...
It took me 3 minutes to download the SP1.
And how long to install it...?
Dec 16 '06 #3
>
3) It will almost certainly take over an hour to install!!!
Possibly longer:

"The download you requested is unavailable. If you continue to see this
message when trying to access this download, go to the "Search for a
Download" area on the Download Center home page."

Dec 16 '06 #4
"Stuart" <no@thanks.comw rote in message
news:0F******** *************** ***********@mic rosoft.com...
>3) It will almost certainly take over an hour to install!!!

Possibly longer:

"The download you requested is unavailable. If you continue to see this
message when trying to access this download, go to the "Search for a
Download" area on the Download Center home page."
I guess the site is getting hammered...
Dec 16 '06 #5
I downloaded VS 2005 SP1 + all the Express products SP's
before the site started getting hammered.

;-)

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Mark Rae" <ma**@markNOSPA Mrae.comwrote in message news:e2******** ******@TK2MSFTN GP04.phx.gbl...
"Stuart" <no@thanks.comw rote in message
news:0F******** *************** ***********@mic rosoft.com...
>>3) It will almost certainly take over an hour to install!!!

Possibly longer:

"The download you requested is unavailable. If you continue to see this message when trying to
access this download, go to the "Search for a Download" area on the Download Center home page."

I guess the site is getting hammered...

Dec 16 '06 #6
Hi,

Mark Rae wrote:
"Laurent Bugnion" <ga*********@bl uewin.chwrote in message
news:O1******** ******@TK2MSFTN GP06.phx.gbl...
>It took me 3 minutes to download the SP1.

And how long to install it...?
Didn't do it yet. Your word of caution (as well as others I read) made
me decide to wait until I find a good time.

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
Dec 16 '06 #7
re:
Didn't do it yet. Your word of caution (as well as others I read) made me decide to wait until I
find a good time.
I figure we're headed for there anyway, so I installed it right away.
No problem so far.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Laurent Bugnion" <ga*********@bl uewin.chwrote in message
news:uL******** ******@TK2MSFTN GP02.phx.gbl...
Hi,

Mark Rae wrote:
>"Laurent Bugnion" <ga*********@bl uewin.chwrote in message
news:O1******* *******@TK2MSFT NGP06.phx.gbl.. .
>>It took me 3 minutes to download the SP1.

And how long to install it...?

Didn't do it yet. Your word of caution (as well as others I read) made me decide to wait until I
find a good time.

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

Dec 16 '06 #8
"Mark Rae" <ma**@markNOSPA Mrae.comwrote in message
news:uw******** ******@TK2MSFTN GP06.phx.gbl...
http://msdn.microsoft.com:80/vstudio...1/default.aspx
Hmm - interesting...

1) Uninstalled "old" WAP.

2) Started installation of SP1

3) Went to the pub to watch the match

4) After installation of SP1, rebooted machine - it didn't ask me too, but
this isn't my first day... ;-)

5) Opened all my existing web application projects - all recompiled without
error in both Debug and Release mode

Smile - relief... etc

However, now I need to make a change to one of the existing web app
projects, so I open the aspx in question, and immediately get the following
error:

Error 3 C:\Documents and Settings\MarkRa e\My Documents\Visua l Studio
2005\Projects\x xxxxxxx\xxxxxxx x_app\Global.as ax: ASP.NET runtime error:
There is no build provider registered for the extension ''. You can register
one in the <compilation><b uildProvidersse ction in machine.config or
web.config. Make sure is has a BuildProviderAp pliesToAttribut e attribute
which includes the value 'Web' or 'All'. C:\Documents and
Settings\MarkRa e\My Documents\Visua l Studio
2005\Projects\x xxxxxxx\xxxxxxx x_app\Global.as ax 1 1 xxxxxxxx_app

[Obviously, I've replaced the actual name of the solution and project with
xxxxxxxx because it's a very well-known company and I've signed an NDA
etc...]

The entire first line of the aspx file has the blue squiggly line underneath
it...
<%@ Application Codebehind="Glo bal.asax.cs" Inherits="xxxxx xxx_app.Global"
Language="C#" %>

What is even stranger is that this shows up as an error, not a warning or a
message, but the app still compiles and runs...???

Anybody else experiencing this? Any ideas on what to do about it?

There is a mention of it on Scott Guthrie's blog as relates to the "old"
WAP, but no mention on what causes it or how to get rid of it...
Dec 16 '06 #9
re:
The entire first line of the aspx file has the blue squiggly line underneath it...
<%@ Application Codebehind="Glo bal.asax.cs" Inherits="xxxxx xxx_app.Global" Language="C#" %>
1. Where's the "codefile" property ???
2. Why are you using "codebehind " in an ASP.NET 2.0 global.asax ?

3. Why are you using Inherits="xxxxx xxx_app.Global" in an ASP.NET 2.0 app ?
Is your ASP.NET 2.0 app named "Global" ?

http://msdn2.microsoft.com/en-us/library/wa20t577.aspx

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Mark Rae" <ma**@markNOSPA Mrae.comwrote in message news:O0******** ******@TK2MSFTN GP06.phx.gbl...
"Mark Rae" <ma**@markNOSPA Mrae.comwrote in message news:uw******** ******@TK2MSFTN GP06.phx.gbl...
>http://msdn.microsoft.com:80/vstudio...1/default.aspx

Hmm - interesting...

1) Uninstalled "old" WAP.

2) Started installation of SP1

3) Went to the pub to watch the match

4) After installation of SP1, rebooted machine - it didn't ask me too, but this isn't my first
day... ;-)

5) Opened all my existing web application projects - all recompiled without error in both Debug
and Release mode

Smile - relief... etc

However, now I need to make a change to one of the existing web app projects, so I open the aspx
in question, and immediately get the following error:

Error 3 C:\Documents and Settings\MarkRa e\My Documents\Visua l Studio
2005\Projects\x xxxxxxx\xxxxxxx x_app\Global.as ax: ASP.NET runtime error: There is no build provider
registered for the extension ''. You can register one in the <compilation><b uildProvidersse ction
in machine.config or web.config. Make sure is has a BuildProviderAp pliesToAttribut e attribute
which includes the value 'Web' or 'All'. C:\Documents and Settings\MarkRa e\My Documents\Visua l
Studio 2005\Projects\x xxxxxxx\xxxxxxx x_app\Global.as ax 1 1 xxxxxxxx_app

[Obviously, I've replaced the actual name of the solution and project with xxxxxxxx because it's a
very well-known company and I've signed an NDA etc...]

The entire first line of the aspx file has the blue squiggly line underneath it...
<%@ Application Codebehind="Glo bal.asax.cs" Inherits="xxxxx xxx_app.Global" Language="C#" %>

What is even stranger is that this shows up as an error, not a warning or a message, but the app
still compiles and runs...???

Anybody else experiencing this? Any ideas on what to do about it?

There is a mention of it on Scott Guthrie's blog as relates to the "old" WAP, but no mention on
what causes it or how to get rid of it...


Dec 16 '06 #10

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

Similar topics

1
3461
by: Mark Fitzpatrick | last post by:
I haven't seen anyone mention it here yet so I thought it would be worth noting that MS has apparently released VS 2005 Service Pack 1. It's available at: http://www.microsoft.com/downloads/details.aspx?familyid=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&displaylang=en A bit of a big download, but hopefully it will be worth it. --
8
6258
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
6046
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the Pervasive ODBC driver. The devenv.exe process hangs and will not respond with about 50% cpu usage and about 100 megs of memory used. I am...
0
2548
by: bernhard.nowara | last post by:
Hello, I found a bug in Visual Basic used with Visual Studio Macros (Microsoft Visual Studio 2005 + SP1). Description: If I apply the simple Visual Basic statement ActiveDocument.Selection.Text = "//" + ActiveDocument.Selection.Text
3
1495
by: cpasmwalolo | last post by:
Hello thezre, I recently installed the SP1 of visual studio, just before releasing a new version of my application. And I never though that this SP1 could change something fondamental in the final executables and DLLS, but it happened. All my C++ Dlls can not be loaded anymore on other machines that my current development machine. I read...
7
8126
by: Nathan Sokalski | last post by:
I am an ASP.NET developer, and Visual Studio 2005 seems to have stopped declaring the controls that I add in the *.designer.vb files, therefore forcing me to manually add them before I can use them in code that I write in the *.aspx.vb and *.ascx.vb files. Why is it no longer automatically declaring the controls? Is there a way to manually...
0
4853
by: =?Utf-8?B?S2FybCBQb3RoYXN0?= | last post by:
According to this page Crystal Reports for Visual Studio 2005 Service Pack 1 should be released soon. Does anyone know the exact release date for this? http://support.microsoft.com/default.aspx/kb/928957 ***from article**** Crystal Reports for Visual Studio 2005 Service Pack 1: Crystal Reports for Visual Studio 2005 Service Pack 1 will be...
2
2183
by: =?Utf-8?B?Um9iZXJ0IFNtaXRo?= | last post by:
Hi, I have just installed visual studio 2005 professional edition (evaluation version). However it will not allow me to view webforms in a website project in design view. I can just see the HTML and the code behind, but no graphical design view, which is pretty fundamental for development. I have .net framework 2.0 service pack 1 installed....
3
1841
by: Rachel Garrett | last post by:
This is driving me mad. I have Visual Studio.NET PRO 2005 installed on my machine at work. I want to write a web service. I find lots of tutorials on how to do this with Visual Studio.NET; some are even Visual Studio.NET 2005. These tutorials all have screenshots of the "Visual Studio Installed Templates" under Visual C#. Here is one...
1
1314
by: cliffpartridge | last post by:
I'm an experienced ASP.NET programmer (VB) and recently installed Visual Studio 2005 Professional Edition (SQL Server 2005 Developer Edition) for the first time. (also Service Pack 1) I can't open any of the examples supplied, I get an error (for example):- "Make sure the application for the project type (.vbproj) is installed" I'm...
0
7695
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7922
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7668
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6281
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5218
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.