Error Log
Answer1:
Try to install the RGB rast manually and then try again: http://go.microsoft.com/fwlink/?LinkId=56151
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him a lifetime
Answer2:
In addition to reinstalling rgbrast from the location that gabriel mentioned. I am interested to find out where you obtained your .NET Framework 3.0. Can you let me know?
It might be just a corrupted download, so I would suggest downloading .NET Framework 3.0 again.
http://www.microsoft.com/downloads/details.aspx?familyid=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en
Download the x86 redist found on that page:
http://go.microsoft.com/fwlink/?LinkId=70848
Answer3:
Hi, Thanks to your answer.
Both of the suggestions didn't work.
I downloaded to .net framework 3 form the microsoft site.
I also tried the link you gave but it did not make a different.
Thanks a lot for trying to help
RNBY
Trying to grasp c#
Answer4:
So installing the RGB Rast manually did not work or are you getting other errors now?
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him a lifetime
Answer5:
Id did not help.
I'm getting the same error messages.
RNBY
Trying to grasp c#
Answer6:
I reinstalled everything again, and now it works,
.
THanks a lot for the help
RNBY
Trying to grasp c#
Answer7:
Hi rnby,
I am also facing similar problem. The soln given above are not working.
Can you please tell me the list of s/w you have reinstalled again?
(also the URLs to download those s/w packages).
Thanks,
Ramesh Sen
.net professional
Answer8:
I will do that tomorrow (when I will be on front of that computer).
Something you could try is close all application especially applications like visual studio.
This was suggested to me by a friend, who had a similar problem.
It didn't solve the problem for me, but it did for him, so maybe it will help you.
Regards,
RNBY
Trying to grasp c#
Answer9:
So you were actually trying to install the .NET Framework 3.0 while Visual Studio 2005 was running?
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him a lifetime
Answer10:
No.
He just suggested me that I should make sure everything was closed because he did try to install it with vs.net open, and got then a similar message.
RNBY
Trying to grasp c#
Answer11:
I ran into the same problem. These actions helped me to resolve the problem:
1.try to find the detailed installation log files (on unsuccessfull installation finish service of MS reporting offers you to send the info about the error, click to see the info is sent to them - that what you actually need; in my case - files in "c:\Documents and Settings\administrator\Local Settings\Temp\VSW2" )
2. Inspect those files to find out on what was the actual reason; in my case the Windows Installer didn't have sufficient rights to overwrite some files C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.IdentityModel.dll;
(MSI (s) (E8:B8) [11:46:47:500]: Note: 1: 1321 2: C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.IdentityModel.dll
MSI (s) (E8:B8) [11:46:47:500]: Windows Communication Foundation -- Error 1321. The programm does not have sufficient right to change the file: C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.IdentityModel.dll.)
- this error i found in VSSWMSIFailInfo.txt log file
3. I added myself all rigthts on that entire folder ran the setup again and got no errors.
In general, just try to find more details about installation errors in log files. In my case it helped me.
Answer12:
Hi,
It was a great finding..
It was veryuseful reply.
regards
siva.,
siva