.NET:
-
Displayed for 2 hours now on my brand new machine: Setup Installing Files --- --- | | ---> | | <- flying files here... --- --- Downloading required component... Downloaded 0.00 bytes (total size unknown) of Microsoft .NET ---------------------------------------------------------- | | <- Progress Bar ---------------------------------------------------------- What should I do?... "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me
-
Displayed for 2 hours now on my brand new machine: Setup Installing Files --- --- | | ---> | | <- flying files here... --- --- Downloading required component... Downloaded 0.00 bytes (total size unknown) of Microsoft .NET ---------------------------------------------------------- | | <- Progress Bar ---------------------------------------------------------- What should I do?... "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me
Perhaps telling us what's trying to install .NET would help. The .NET framework is deployed as a single file. It something is trying to download files using it's own installation, then you're using some other installer. If nothing else, cancel and try again.
Microsoft MVP, Visual C# My Articles
-
Perhaps telling us what's trying to install .NET would help. The .NET framework is deployed as a single file. It something is trying to download files using it's own installation, then you're using some other installer. If nothing else, cancel and try again.
Microsoft MVP, Visual C# My Articles
-
Yes, I know. And I know what to do. The problem is: does average Joe know? Regards... "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me
That's a question to ask the developer of the application you're using. It's not the Microsoft .NET framework causing the problem if the install is trying to download files as needed. The .NET Framework doesn't have such an installer. I suggest you email the author of application and let him/her know.
Microsoft MVP, Visual C# My Articles
-
Displayed for 2 hours now on my brand new machine: Setup Installing Files --- --- | | ---> | | <- flying files here... --- --- Downloading required component... Downloaded 0.00 bytes (total size unknown) of Microsoft .NET ---------------------------------------------------------- | | <- Progress Bar ---------------------------------------------------------- What should I do?... "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me
igor1960 wrote: Downloading required component... Downloaded 0.00 bytes (total size unknown) of Microsoft .NET ---------------------------------------------------------- | | <- Progress Bar ---------------------------------------------------------- Well the first question is, what kind of bandwidth do you have. The .NET runtime is 20mb+, so if you've got a slow connection that may be the problem. Either the connection has timed out and not re-established itself, or the bytes are coming down very slowly. Personally, I'd start again. Michael CP Blog [^]
-
Displayed for 2 hours now on my brand new machine: Setup Installing Files --- --- | | ---> | | <- flying files here... --- --- Downloading required component... Downloaded 0.00 bytes (total size unknown) of Microsoft .NET ---------------------------------------------------------- | | <- Progress Bar ---------------------------------------------------------- What should I do?... "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me
Maybe you can d/l the .net runtime (for apps) or .net sdk (for development) from ms. could be better bandwith. then install, and your app that is dependent on the .net runtime should recognize you already have it installed and continue with its execution. Just a suggestion
R.Bischoff