473,761 Members | 9,266 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error Trying to Install Net2 so I can install Net3

I have repeatedly tried to install Net2. I keep getting the following error
message. I've looked through the Knowledgebase but can find nothing. It
seems to be related to a Visual Basic problem, but I was unaware that I had
VB on my system! Maybe I do and it needs repair. If so how do I do that?
Here's the error message.

Error 25015. Failed to install assembly
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Microsoft.Vis ualBasic.Vsa.dl l"
because of a system error: 08x131107

Retry/Cancel (Repeatedly hitting "retry" does nothing but recycling the
error message.) Eventually I cancel and the application rolls back.
Oct 12 '07 #1
2 1683
"Steve Zygote" <no****@totally invalid.comwrot e in message
news:%2******** *******@TK2MSFT NGP06.phx.gbl.. .
>I have repeatedly tried to install Net2. I keep getting the following error
message. I've looked through the Knowledgebase but can find nothing. It
seems to be related to a Visual Basic problem, but I was unaware that I had
VB on my system! Maybe I do and it needs repair. If so how do I do that?
Here's the error message.

Error 25015. Failed to install assembly
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Microsoft.Vis ualBasic.Vsa.dl l"
because of a system error: 08x131107

Retry/Cancel (Repeatedly hitting "retry" does nothing but recycling the
error message.) Eventually I cancel and the application rolls back.

..NET Framework v3 is a feature addition to v2, so installing v3 by itself
(if that's even possible) won't do it for you.
How are you installing when the error occurs, via Windows Update or by
running the update direct as it downloads?
If so, download the complete file, then start the installation from your
local hard drive. That often works where the other methods fail.

FWIW, the file in question is part of .NET support for VB, and doesn't
indicate that VB is installed on your PC.

Oct 12 '07 #2
"PvdG42" <pv**@toadstool .eduwrote in message
news:OJ******** *****@TK2MSFTNG P06.phx.gbl...
"Steve Zygote" <no****@totally invalid.comwrot e in message
news:%2******** *******@TK2MSFT NGP06.phx.gbl.. .
>>I have repeatedly tried to install Net2. I keep getting the following
error message. I've looked through the Knowledgebase but can find nothing.
It seems to be related to a Visual Basic problem, but I was unaware that I
had VB on my system! Maybe I do and it needs repair. If so how do I do
that? Here's the error message.

Error 25015. Failed to install assembly
"C:\WINDOWS\Mi crosoft.NET\Fra mework\v2.0.507 27\Microsoft.Vi sualBasic.Vsa.d ll"
because of a system error: 08x131107

Retry/Cancel (Repeatedly hitting "retry" does nothing but recycling the
error message.) Eventually I cancel and the application rolls back.


.NET Framework v3 is a feature addition to v2, so installing v3 by itself
(if that's even possible) won't do it for you.
How are you installing when the error occurs, via Windows Update or by
running the update direct as it downloads?
If so, download the complete file, then start the installation from your
local hard drive. That often works where the other methods fail.

FWIW, the file in question is part of .NET support for VB, and doesn't
indicate that VB is installed on your PC.
I think I solved it using the Good Old Hack Method. I got a hold of the .NET
cleaning tool. Dumped everything. Reinstalled Net1 and the updates to it and
then went on the Windows Update Site and did a custom update. That way I
could select what I installed. It took about two hours but it installed
everything and thus far I haven't had any error messages.
Oct 12 '07 #3

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

Similar topics

9
2103
by: Ron | last post by:
my application is throwing an exception error when closing if I run a procedure in the app. I can't even trap the error with try/catch ex As Exception. Is there a way to completely shut down the app through code? I am using End for now. Is there a way I can suppress this exception message? The app gets invoked programmatically on a schedule. So no one would be around to click off the
4
2519
by: hvj | last post by:
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005. But when I try to open the .NET1.1 project, Visual Studio wants to convert it to .NET2.0 what I don't want. How can I make Visual Studio open a .NET1.1 project for me in order to attach to a .NET2.0 process in which it runs to debug it? Or is there a better way to reach my goal: debugging a .NET1.1...
2
1440
by: ChrisM | last post by:
I've got a medium sized project written in C# for .NET1.1 the project is live, but still under constant development. There seems to be a lot of new stuff in .NET2.0 that I'm missing out on, and now they're starting to talk about .NET3.0, I don't want to get left too far behind. What are the main issues (if any) porting a project from 1.1 to 2.0? Is it a case of just opening the project in 2.0, is there likely to be any problems in doing...
1
1404
by: paulhux174 | last post by:
I'm running a dts task from a converted dts package in vb.net2. I get an COM error. Dim oTask As DTS.Task 'Dim oLookup As DTS.Lookup Dim oCustomTask1 As DTS.DataPumpTask2 oTask = CType(goPackage, DTS.Package).Tasks.New("DTSDataPumpTask") oCustomTask1 = CType(oTask.CustomTask, DTS.DataPumpTask)
6
13351
by: milund | last post by:
I have a "funny" after upgrading to .NET2.0. The following code is placed inside an unsafe method in assembly "A" System.Object myIUnknownObject = Marshal.GetObjectForIUnknown((System.IntPtr)m_someClass.MyProperty); SomeClass is declared public in assembly "B". MyProperty get is declared public and written in managed C++ (old syntax) like this.
0
1225
by: Corey | last post by:
hello, I’m trying to run a query and I’m getting error messages Can anyone help me get though this problem? 1: Tried this and got this error message ORA-00923 , decode (grouping(dsd.Field1,'RETURNED', COUNT(*), 0)) Net1 , decode (grouping(dsd.field1,'COMPLETED', COUNT(*), 0)) Net2
0
2234
by: Paul Woodsford | last post by:
Win XP sp2 fully updated with net3 installed. When I click on the Control Panel icon for Windows Cardspace I get an error: " Class not Registered" Can anyone advise. Have reinstalled net3 to no avail. -- Paul Woodsford Remove NOSPAM to reply.
3
4542
by: Cirene | last post by:
I created a 3.5 ASP.NET website using Teleriks Rad Controls. It works fine locally, but when I deploy it to the server I get a "Configuration Error". I am "renting" space on the server so I don't have access to the GAC, or to install applications, etc... Any ideas? Here's teh error....
0
1323
by: bhappy | last post by:
Hi All, I am doing a project in ASP.Net3.5, I needs to write test methods for my code. Please any one help me on how to use Test Driven Development(TDD) in my project? What are the softwares needed? I had .Net3.5 with service pack1 installed in my pc. Thanks.
0
9531
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9345
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10115
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9775
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8780
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7332
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5229
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3881
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3456
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.