29 2949
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:O1**************@TK2MSFTNGP06.phx.gbl...
It took me 3 minutes to download the SP1.
And how long to install it...?
>
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."
"Stuart" <no@thanks.comwrote in message
news:0F**********************************@microsof t.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...
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**@markNOSPAMrae.comwrote in message news:e2**************@TK2MSFTNGP04.phx.gbl...
"Stuart" <no@thanks.comwrote in message
news:0F**********************************@microsof t.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...
Hi,
Mark Rae wrote:
"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:O1**************@TK2MSFTNGP06.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
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*********@bluewin.chwrote in message
news:uL**************@TK2MSFTNGP02.phx.gbl...
Hi,
Mark Rae wrote:
>"Laurent Bugnion" <ga*********@bluewin.chwrote in message news:O1**************@TK2MSFTNGP06.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
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:uw**************@TK2MSFTNGP06.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\MarkRae\My Documents\Visual Studio
2005\Projects\xxxxxxxx\xxxxxxxx_app\Global.asax: ASP.NET runtime error:
There is no build provider registered for the extension ''. You can register
one in the <compilation><buildProviderssection in machine.config or
web.config. Make sure is has a BuildProviderAppliesToAttribute attribute
which includes the value 'Web' or 'All'. C:\Documents and
Settings\MarkRae\My Documents\Visual Studio
2005\Projects\xxxxxxxx\xxxxxxxx_app\Global.asax 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="Global.asax.cs" Inherits="xxxxxxxx_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...
re:
The entire first line of the aspx file has the blue squiggly line underneath it...
<%@ Application Codebehind="Global.asax.cs" Inherits="xxxxxxxx_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="xxxxxxxx_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**@markNOSPAMrae.comwrote in message news:O0**************@TK2MSFTNGP06.phx.gbl...
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message news:uw**************@TK2MSFTNGP06.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\MarkRae\My Documents\Visual Studio
2005\Projects\xxxxxxxx\xxxxxxxx_app\Global.asax: ASP.NET runtime error: There is no build provider
registered for the extension ''. You can register one in the <compilation><buildProviderssection
in machine.config or web.config. Make sure is has a BuildProviderAppliesToAttribute attribute
which includes the value 'Web' or 'All'. C:\Documents and Settings\MarkRae\My Documents\Visual
Studio 2005\Projects\xxxxxxxx\xxxxxxxx_app\Global.asax 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="Global.asax.cs" Inherits="xxxxxxxx_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...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uM**************@TK2MSFTNGP02.phx.gbl...
>The entire first line of the aspx file has the blue squiggly line underneath it... <%@ Application Codebehind="Global.asax.cs" Inherits="xxxxxxxx_app.Global" Language="C#" %>
1. Where's the "codefile" property ???
It's nowhere, obviously, because it's not needed here - where would you like
it to be...? This is a web application, not a web site...
2. Why are you using "codebehind" in an ASP.NET 2.0 global.asax ?
Why not?
3. Why are you using Inherits="xxxxxxxx_app.Global" in an ASP.NET 2.0 app
?
Why not?
Is your ASP.NET 2.0 app named "Global" ?
No of course it isn't - why would you think it is...?
re:
It's nowhere, obviously, because it's not needed here
ASP.NET 2.0 has gone away from the code behind model
to the inline script model for its Global.asax pages.
Here's an alternate way to switch back to the global.asax codebehind model:
<%@ Application Language="C#" Inherits="Global" %>
Look, ma, no ' Codebehind="Global.asax.cs" ' !
The only other step is to write your code to a class file called Global.cs.
public partial class Global : System.Web.HttpApplication
void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
}
etc...
You must move global.asax.cs to the App_Code directory, too.
Of course, you may use :
<%@ Application Codebehind="Global.asax.cs" Inherits="YourNamespace.Global" %>
( notice : "YourNamespace.Global", not "YourApplicationName.Global" )
....but why would you ? ( since it entails additional work... )
( and why would you use the alternate method I suggest ? )
I have changed over to the inline, default, no codebehind, model.
re:
- where would you like it to be...? This is a web application, not a web site...
Why not?
No of course it isn't - why would you think it is...?
If you change to the inline model for global.asax ( which is now the default in
ASP.NET 2.0) you won't have any of the problems you seem to be having.
Using the CodeBehind and Inherits attributes and putting the .cs file in App_Code does work.
There is not much of a benefit in doing so, though.
There's nothing you can do in global.asax codebehind which you can't do inline.
Besides, why work against what the ASP.NET Dev Team
decided was a better way to implement global.asax ?
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**@markNOSPAMrae.comwrote in message news:%2****************@TK2MSFTNGP03.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uM**************@TK2MSFTNGP02.phx.gbl...
>>The entire first line of the aspx file has the blue squiggly line underneath it... <%@ Application Codebehind="Global.asax.cs" Inherits="xxxxxxxx_app.Global" Language="C#" %>
1. Where's the "codefile" property ???
It's nowhere, obviously, because it's not needed here - where would you like it to be...? This is
a web application, not a web site...
>2. Why are you using "codebehind" in an ASP.NET 2.0 global.asax ?
Why not?
>3. Why are you using Inherits="xxxxxxxx_app.Global" in an ASP.NET 2.0 app ?
Why not?
>Is your ASP.NET 2.0 app named "Global" ?
No of course it isn't - why would you think it is...?
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:ui**************@TK2MSFTNGP06.phx.gbl...
re:
>It's nowhere, obviously, because it's not needed here
ASP.NET 2.0 has gone away from the code behind model
to the inline script model for its Global.asax pages.
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
Besides, why work against what the ASP.NET Dev Team
decided was a better way to implement global.asax ?
So why doesn't one get created by default, or by adding a new Global
file...?
re:
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
A global.asax *without* a codebehind file.
What do you get ?
re:
>Besides, why work against what the ASP.NET Dev Team decided was a better way to implement global.asax ?
So why doesn't one get created by default, or by adding a new Global file...?
Not all applications need a global.asax file.
Why add a global.asax file by default to applications which don't need it ?
To those that do need it, as determined by the developer,
one can be added although, as noted, it won't have a codebehind file.
The key, Mark, is that ASP.NET 2.0's (and, therefore VS 2005's)
default global.asax file does *not* use codebehind because you
can do anything inline, in a global.asax file, which you can do in
a global.asax codebehind file, so why go to the extra trouble ?
To top it all, if you use a codebehind file, which you can still do,
as the procedure I outlined proves, you will be compiling the code twice.
Once to compile global.asax.cs's codebehind and another time to merge
global.asax.cs's compilation with the compilation which global.asax will require anyway.
That seems more than a bit wasteful.
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**@markNOSPAMrae.comwrote in message news:uX**************@TK2MSFTNGP02.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:ui**************@TK2MSFTNGP06.phx.gbl...
>re:
>>It's nowhere, obviously, because it's not needed here
ASP.NET 2.0 has gone away from the code behind model to the inline script model for its Global.asax pages.
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
>Besides, why work against what the ASP.NET Dev Team decided was a better way to implement global.asax ?
So why doesn't one get created by default, or by adding a new Global file...?
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
re:
>1) Create a new web application project 2) Right-click the project in Solution Explorer 3) Click Add, New Item 4) Select Global Application Class 5) Click Add What do you get...?
A global.asax *without* a codebehind file.
What do you get ?
A global.asax *with* a codebehind file...honest :-)
Guys,
I don't understand what this little diatribe is all about. I have no trouble
creating Global.asax with matching codebehind in the WAP model. That's the
way I prefer it.
And yes, not every project "needs" to have a Global class.
Peter
--
Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
"Mark Rae" wrote:
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
re:
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
A global.asax *without* a codebehind file.
What do you get ?
A global.asax *with* a codebehind file...honest :-)
Peter,
do you think that, perhaps, my not using WAP makes a difference ?
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/
===================================
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:F5**********************************@microsof t.com...
Guys,
I don't understand what this little diatribe is all about. I have no trouble
creating Global.asax with matching codebehind in the WAP model. That's the
way I prefer it.
And yes, not every project "needs" to have a Global class.
Peter
"Mark Rae" wrote:
>"Juan T. Llibre" <no***********@nowhere.comwrote in message news:%2******************@TK2MSFTNGP03.phx.gbl. ..
re: 1) Create a new web application project 2) Right-click the project in Solution Explorer 3) Click Add, New Item 4) Select Global Application Class 5) Click Add What do you get...?
A global.asax *without* a codebehind file.
What do you get ?
>A global.asax *with* a codebehind file...honest :-)
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:F5**********************************@microsof t.com...
I don't understand what this little diatribe is all about. I have no
trouble
creating Global.asax with matching codebehind in the WAP model. That's the
way I prefer it.
Me too.
And yes, not every project "needs" to have a Global class.
Obviously.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
do you think that, perhaps, my not using WAP makes a difference ?
Ah - well of course it does!
*Now* I understand your "Where's the CodeFile...?" comment... :-)
Yup. It dawned on me that was the reason.
I don't know why Peter called our exchanges a "diatribe", though.
"Diatribe" means : "a thunderous verbal attack".
Neither of us was doing that, were we ?
;-)
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**@markNOSPAMrae.comwrote in message news:uK*************@TK2MSFTNGP04.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>do you think that, perhaps, my not using WAP makes a difference ?
Ah - well of course it does!
*Now* I understand your "Where's the CodeFile...?" comment... :-)
Just poking fun, Juan.
:-)
--
Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
"Juan T. Llibre" wrote:
re:
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
A global.asax *without* a codebehind file.
What do you get ?
re:
Besides, why work against what the ASP.NET Dev Team
decided was a better way to implement global.asax ?
So why doesn't one get created by default, or by adding a new Global file...?
Not all applications need a global.asax file.
Why add a global.asax file by default to applications which don't need it ?
To those that do need it, as determined by the developer,
one can be added although, as noted, it won't have a codebehind file.
The key, Mark, is that ASP.NET 2.0's (and, therefore VS 2005's)
default global.asax file does *not* use codebehind because you
can do anything inline, in a global.asax file, which you can do in
a global.asax codebehind file, so why go to the extra trouble ?
To top it all, if you use a codebehind file, which you can still do,
as the procedure I outlined proves, you will be compiling the code twice.
Once to compile global.asax.cs's codebehind and another time to merge
global.asax.cs's compilation with the compilation which global.asax will require anyway.
That seems more than a bit wasteful.
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**@markNOSPAMrae.comwrote in message news:uX**************@TK2MSFTNGP02.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:ui**************@TK2MSFTNGP06.phx.gbl...
re: It's nowhere, obviously, because it's not needed here
ASP.NET 2.0 has gone away from the code behind model
to the inline script model for its Global.asax pages.
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
Besides, why work against what the ASP.NET Dev Team
decided was a better way to implement global.asax ?
So why doesn't one get created by default, or by adding a new Global file...?
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:ur**************@TK2MSFTNGP03.phx.gbl...
Yup. It dawned on me that was the reason.
:-)
I don't know why Peter called our exchanges a "diatribe", though.
Me neither.
"Diatribe" means : "a thunderous verbal attack".
Neither of us was doing that, were we ?
I don't believe so...
Mr. Barnard: WHADDAYOU WANT?
Man: Well, I was told outside that...
Mr. Barnard: DON'T GIVE ME THAT, YOU SNOTTY-FACED HEAP OF PARROT
DROPPINGS!
Man: What?
Mr. Barnard: SHUT YOUR FESTERING GOB, YOU TIT! YOUR TYPE REALLY MAKES
ME PUKE! YOU VACUOUS TOFFEE-NOSED MALODOROUS PERVERT!!!
Man: Look, I came here for an argument! I'm not just going to stand
here...
Mr. Barnard: OH! Oh! I'm sorry! This is abuse!
Man: Oh I see! Well, that explains it...
Mr. Barnard: Aha! No, you want room 12A, just along the corridor.
Man: Oh...Thank you very much...Sorry...
Mr. Barnard: Not at all!
Man: Thank you. (Leaves)
Mr. Barnard: (under his breath) Stupid git.
I figured as much, Peter.
;-)
When two people go back as far as we do, it's easy
to figure out the intent in almost anything we write.
To others who don't know that, it might not be as easy.
That's why I sought an explanation : for their benefit.
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/
===================================
"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.comwrote in message
news:6A**********************************@microsof t.com...
Just poking fun, Juan.
:-)
--
Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
"Juan T. Llibre" wrote:
>re:
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
A global.asax *without* a codebehind file. What do you get ?
re:
>Besides, why work against what the ASP.NET Dev Team decided was a better way to implement global.asax ?
So why doesn't one get created by default, or by adding a new Global file...?
Not all applications need a global.asax file. Why add a global.asax file by default to applications which don't need it ?
To those that do need it, as determined by the developer, one can be added although, as noted, it won't have a codebehind file.
The key, Mark, is that ASP.NET 2.0's (and, therefore VS 2005's) default global.asax file does *not* use codebehind because you can do anything inline, in a global.asax file, which you can do in a global.asax codebehind file, so why go to the extra trouble ?
To top it all, if you use a codebehind file, which you can still do, as the procedure I outlined proves, you will be compiling the code twice.
Once to compile global.asax.cs's codebehind and another time to merge global.asax.cs's compilation with the compilation which global.asax will require anyway.
That seems more than a bit wasteful.
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**@markNOSPAMrae.comwrote in message news:uX**************@TK2MSFTNGP02.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:ui**************@TK2MSFTNGP06.phx.gbl...
re: It's nowhere, obviously, because it's not needed here
ASP.NET 2.0 has gone away from the code behind model to the inline script model for its Global.asax pages.
1) Create a new web application project
2) Right-click the project in Solution Explorer
3) Click Add, New Item
4) Select Global Application Class
5) Click Add
What do you get...?
Besides, why work against what the ASP.NET Dev Team decided was a better way to implement global.asax ?
So why doesn't one get created by default, or by adding a new Global file...?
My instance of the installer has been running almost 24 hours. It doesn't
like any applications to be open notably IE so you might as well play guitar
for awhile and keep an eye on the progress in case you have to intervene.
I still can't download any of the Expression Suite applications [1] and
msdn2.microsoft.com is still FUBAR.
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
[1] http://www.microsoft.com/products/ex...n/default.mspx
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2******************@TK2MSFTNGP06.phx.gbl...
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*********@bluewin.chwrote in message
news:uL**************@TK2MSFTNGP02.phx.gbl...
>Hi,
Mark Rae wrote:
>>"Laurent Bugnion" <ga*********@bluewin.chwrote in message news:O1**************@TK2MSFTNGP06.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
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:ul**************@TK2MSFTNGP02.phx.gbl...
My instance of the installer has been running almost 24 hours.
24 hours!!!!!????? I'm impressed that you managed to install VS.NET 2005 on
a 286... ;-)
That can't be normal, surely...!
Has it hung, perhaps?
Is the progress bar actually moving at all...?
How much processor time / memory is it using...?
I kid you not and its still gathering required information...noting over
that period of time the installer paused to tell me I had to close certain
applications and then retry after which the progress bar picks right back up
as expected. This installer likes nothing running. Not IE, not WinAmp and I
closed down all tasktray apps except McAfee which will probably cause a
conflict sooner or later itself.
<%= Clinton Gallagher
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:uU**************@TK2MSFTNGP03.phx.gbl...
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:ul**************@TK2MSFTNGP02.phx.gbl...
>My instance of the installer has been running almost 24 hours.
24 hours!!!!!????? I'm impressed that you managed to install VS.NET 2005
on a 286... ;-)
That can't be normal, surely...!
Has it hung, perhaps?
Is the progress bar actually moving at all...?
How much processor time / memory is it using...?
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:eh*************@TK2MSFTNGP02.phx.gbl...
I kid you not and its still gathering required information...noting over
that period of time the installer paused to tell me I had to close certain
applications and then retry after which the progress bar picks right back
up as expected. This installer likes nothing running. Not IE, not WinAmp
and I closed down all tasktray apps except McAfee which will probably
cause a conflict sooner or later itself.
Hmm - I never like advising people to kill a running process, especially a
software patch, but there's clearly something getting in its way...
Have you considered rebooting the machine, switching off everything bar the
bare essentials and then trying again...?
re:
I closed down all tasktray apps except McAfee
I suspect that's the reason for the slow install.
If every time setup creates a new file McAfee has to scan it,
and since setup creates thousands of new files...
Have you tried stopping McAffee until setup finishes ?
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/
===================================
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:eh*************@TK2MSFTNGP02.phx.gbl...
>I kid you not and its still gathering required information...noting over that period of time the installer paused to tell me I had to close certain applications and then retry after which the progress bar picks right back up as expected. This installer likes nothing running. Not IE, not WinAmp and I closed down all tasktray apps except McAfee which will probably cause a conflict sooner or later itself.
<%= Clinton Gallagher
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message news:uU**************@TK2MSFTNGP03.phx.gbl...
>"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message news:ul**************@TK2MSFTNGP02.phx.gbl...
>>My instance of the installer has been running almost 24 hours.
24 hours!!!!!????? I'm impressed that you managed to install VS.NET 2005 on a 286... ;-)
That can't be normal, surely...!
Has it hung, perhaps?
Is the progress bar actually moving at all...?
How much processor time / memory is it using...?
My install has finally finished successfully. Disabling the current install
of McAfee is nearly impossible. The UI has turned into a POS and I am going
to write them about this as managing their software has become inaccessible
from the tasktray requiring several manual operations to disable and
re-enable services.
At breakfast this morning I was also thinking about the paging file which I
surmised the VSSP1 installer may be using. I haven't been able to get past
the Continue button to the download page for any of the Expression
applications so in my still unsuccessful attempts to troubleshoot I have
disabled paging on c:\ and relocated the paging file to a second disk set to
a fixed Custom Size. I just reset on to allow System managed size so I have
to go reboot now... :-)
<%= Clinton Gallagher
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:ex**************@TK2MSFTNGP03.phx.gbl...
re:
>I closed down all tasktray apps except McAfee
I suspect that's the reason for the slow install.
If every time setup creates a new file McAfee has to scan it,
and since setup creates thousands of new files...
Have you tried stopping McAffee until setup finishes ?
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/
===================================
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:eh*************@TK2MSFTNGP02.phx.gbl...
>>I kid you not and its still gathering required information...noting over that period of time the installer paused to tell me I had to close certain applications and then retry after which the progress bar picks right back up as expected. This installer likes nothing running. Not IE, not WinAmp and I closed down all tasktray apps except McAfee which will probably cause a conflict sooner or later itself.
<%= Clinton Gallagher
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message news:uU**************@TK2MSFTNGP03.phx.gbl...
>>"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message news:ul**************@TK2MSFTNGP02.phx.gbl...
My instance of the installer has been running almost 24 hours.
24 hours!!!!!????? I'm impressed that you managed to install VS.NET 2005 on a 286... ;-)
That can't be normal, surely...!
Has it hung, perhaps?
Is the progress bar actually moving at all...?
How much processor time / memory is it using...?
I have installed it on three systems - one W2K SP4, and two XP SP2. On the
W2K and one of the XP boxes, it took about 4 hours. On the other XP box, it
took about 30 minutes. All have VS 2005 Standard. The only thing that was
really different was that the 30 minute install didn't have _ANY_ MS Office
applications started (not running, but simply started and closed). Once
again MS is doing too much integration of applications with the OS.
Mike Ober.
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:uf**************@TK2MSFTNGP04.phx.gbl...
My install has finally finished successfully. Disabling the current
install of McAfee is nearly impossible. The UI has turned into a POS and I
am going to write them about this as managing their software has become
inaccessible from the tasktray requiring several manual operations to
disable and re-enable services.
At breakfast this morning I was also thinking about the paging file which
I surmised the VSSP1 installer may be using. I haven't been able to get
past the Continue button to the download page for any of the Expression
applications so in my still unsuccessful attempts to troubleshoot I have
disabled paging on c:\ and relocated the paging file to a second disk set
to a fixed Custom Size. I just reset on to allow System managed size so I
have to go reboot now... :-)
<%= Clinton Gallagher
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:ex**************@TK2MSFTNGP03.phx.gbl...
>re:
>>I closed down all tasktray apps except McAfee
I suspect that's the reason for the slow install.
If every time setup creates a new file McAfee has to scan it, and since setup creates thousands of new files...
Have you tried stopping McAffee until setup finishes ? 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/ =================================== "clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message news:eh*************@TK2MSFTNGP02.phx.gbl...
>>>I kid you not and its still gathering required information...noting over that period of time the installer paused to tell me I had to close certain applications and then retry after which the progress bar picks right back up as expected. This installer likes nothing running. Not IE, not WinAmp and I closed down all tasktray apps except McAfee which will probably cause a conflict sooner or later itself.
<%= Clinton Gallagher
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message news:uU**************@TK2MSFTNGP03.phx.gbl... "clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message news:ul**************@TK2MSFTNGP02.phx.gbl...
My instance of the installer has been running almost 24 hours.
24 hours!!!!!????? I'm impressed that you managed to install VS.NET 2005 on a 286... ;-)
That can't be normal, surely...!
Has it hung, perhaps?
Is the progress bar actually moving at all...?
How much processor time / memory is it using...? This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
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:...
|
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
|
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...
|
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...
|
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...
|
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...
|
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?
...
|
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...
|
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...
|
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...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
| |