Quantcast
Channel: .NET Framework Setup and Servicing forum
Viewing all 3295 articles
Browse latest View live

Query columns from a table to be shown in a datagridview

$
0
0

Hello Community,

I am currently using the code below in order to fill my datagridview. However, my datagridview will display columns I do not need to be seen. Also,  I am using Entity Framework 5 DbContext API. DbSet<T>.ToList()

TrialEntities db = new TrialEntities(); dataGridView1.DataSource = db.Resistors.ToList();

When I use the code below to use specific columns I run into various issues with editing from another form back to the main form with a datagridview. This is because in order to refresh my datagridview I call the query again. This causes my edits to be lost, but that is not the case with the previous code above.

var Qry = (from R in db.Resistors
           select new
           {
           ResistorID = R.ResistorID,
           RTC_PN = R.RTC_PN,
           Description = R.Description,
           KeyValue = R.KeyValue,
           SymbolID = R.SymbolID
           }).ToList();
dataGridView1.DataSource = Qry;

Is there a way to select the columns to use without having to select new? Should I be using something other than ".ToList" maybe? Is there a better way to go about refreshing my datagridview that won't lose my edits?

I am new with C# and any help would be greatly appreciated. Thank you!


Should I target .NET 4.0 or 4.5?

$
0
0

Hi everybody,

I will be soon deploying a free .NET bench-marking tool [to measure video performance],

but I'm not sure if I should be targeting .NET 4.0 or 4.5 with my tool.

I will be deploying the benchmark program publicly.

Here is the situation:

My tool uses some 4.5 only assemblies [Microsoft.WindowsAzure.MobileServices],

but it looks like I can substitute an upsupported  4.0 alternative if needed.

But my big question is, are there a lot of developers out there who are forced to run .NET 4.0 boxes? Does distributing a 4.5 program scare people in a corporate environment when it asks to upgrade to 4.5? [I understand some corporate environments everybody has to run 4.0 because they are still using XP systems, which will never support 4.5]

Has 4.5 been deployed via Windows Update?

Are there statistics anywhere on 4.0 vs 4.5 installations?

Thanks for any insight or clarification.

Cameron


Help! .net runtime error ID 1026 Unhandled Exception error

$
0
0

I badly need help.  I'm trying to install and load Autodesk 3ds Max 2014 on a windows 7 pc.  The software installs but then when I try to open the application I get an error message saying that it can't open because "a software problem has caused the programme to close".  When I look in the windows event viewer I see the following error:

 

Event ID: 1026

Source: .NET Runtime

Application: 3dsmax.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an unhandled exception.

Exception Info: System.AccessViolationException
Stack:
at <Module>.wWinMainCRTStartup()

 

I do not know what to do to try and fix it.  I have tried uninstalling the application and unistalling .net using the .net clean up tool (suggested in another forum post) and then reinstalling everything, but that doesn't work.  I have tried using different versions of .net in combination (e.g. 4.5, 4.0 and / or 3.5.1).  But I get the same error everytime.

 

Can anyone help?  The application is crucial to my work and without it my computer is pretty much redundant!

Could not load file or assembly 'GEMSFormulaBuilder.DLL' or one of its dependencies. Exception from HRESULT: 0xE0434352

$
0
0

while convert framework 1.1 application to faramework 4.0.
Getting run time exeption :

Could not load file or assembly 'GEMSFormulaBuilder.DLL' or one of its
dependencies. Exception from HRESULT: 0xE0434352

Exception code: 0xe0434352

$
0
0

System:  Windows2008R2 x64 bit , .net framework 4

Faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bd0eb

Faulting module name: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdfe0

Exception code: 0xe0434352

Fault offset: 0x000000000000aa7d

Faulting process id: 0x1638

Faulting application start time: 0x01ce68c8b8370e82

Faulting application path: c:\windows\system32\inetsrv\w3wp.exe

Faulting module path: C:\Windows\system32\KERNELBASE.dll

Report Id: fb0cc80e-d4bb-11e2-9697-0050569e1c88

FxCop List of Rules with description

$
0
0

I'm trying to get a list of all the FxCop rules with a small description of them.

Some more details:

  • firstly, after spending a couple of hours going through the forums and the internets, I'm still not sure if FxCop is a different product from the Code Analysis tool that comes with Visual Studio. And even if they are different products, I'm not sure if they use the same rules. I have found this and in the comments section the developer says that it is a different product with the same rules...
  • I'm looking for something like this but for the latest (10.0 ?) version since this is quite outdated and for the older version, so I'm assuming more rules have been added since then. Also, even though for most of the rules I can guess exactly what they do from their title, it would be very helpful if I could also find a small description for them
  • I've also found this which is exactly what I'm looking for but it is for the Code Analysis tool that comes with Visual Studio. If indeed this is the same as FxCop then I guess my search is over!

Any help appreciated!

NetFxRepairTool (KB2698555) possibly unable to send report to MS...

$
0
0

Hello all,

I just used NetFxRepairTool to better investigate, troubleshoot a strange .NET Framework issue I found on my Windows XP SP3 client (costantly updated via MU and with QFE fixes only) but, after all time NetFxRepairTool spent to reinstall all identified components (.NET Framework 2.0 SP2, .NET Framework 3.5 SP1, and .NET Framework 4 Full together with .NET Framework 4 Full Language Pack), I've found evidence that NetFxRepairTool was unable to send you the resulting FixDotNet20130613210948597.cab file created.

Here's the evidence I found at end of FixDotNet.log :

...

[06/14/2013-00:29:42:050]  INFO:    Cab file 'E:\Documents and Settings\UserX\Desktop\FixDotNet20130613210948597.cab' has been created successfully...
[06/14/2013-00:29:42:110]  INFO:    ================ Collect Logs Worker Thread ended ================
[06/14/2013-00:35:07:989]  INFO:    Sending Watson Report...
[06/14/2013-00:35:07:989]  INFO:    Attempting to send Watson report using Windows Error Reporting
[06/14/2013-00:35:08:019]  INFO:    Windows Error Reporting is not supported on this OS
[06/14/2013-00:35:08:059]  INFO:    Attempting to send Watson report using Dr Watson
[06/14/2013-00:35:08:329]  INFO:    IssueResolution: Failed
[06/14/2013-00:35:12:065]  INFO:    Dialog Return Code: 1
[06/14/2013-00:35:12:065]  INFO:    **************** DotNetFix Tool Ended ****************

Is this a problem already known or just a wrong warning ?

If you need me to provide you a copy of same .CAB please let me know where I need to upload it.

Thanks in advance for any help.

Rob



.NET Framework 4 Performance Counters status not restored after using NetFxRepairTool (KB2698555)...

$
0
0

Hello all,

after all time spent yesterday on my Windows XP SP3 (always updated via MU and mainly with QFE fixes only) using NetFxRepairTool (KB2698555) to check proper installation status for .NET Framework 3.5 SP1, .NET Framework 3.0 SP2, .NET Framework 2.0 SP2 and .NET Framework .NET Framework 4 Extended and .NET Framework 4 Client Profile (including related .NET Framework 4 Extended ITA Language Pack and .NET Framework 4 Client Profile ITA Language Pack) I've discovered this :

A) Application Event Log contained 6 Event IDs 1001 for removing Performance Counters for following components (older Event is 1st):

- ServiceModelEndpoint 4.0.0.0 (ServiceModelEndpoint 4.0.0.0)

- ServiceModelOperation 4.0.0.0 (ServiceModelOperation 4.0.0.0)

- ServiceModelService 4.0.0.0 (ServiceModelService 4.0.0.0)

- SMSvcHost 4.0.0.0 (SMSvcHost 4.0.0.0)

- MSDTC Bridge 4.0.0.0 (MSDTC Bridge 4.0.0.0)

- Windows Workflow Foundation 4.0.0.0 (Windows Workflow Foundation 4.0.0.0)

B) above Event IDs were followed by 9 more Event IDs 11728 confirming successful setup completion for following components (again older Event is 1st):

- Microsoft .NET Framework 4 Client Profile

- Microsoft .NET Framework 4 Extended

- Microsoft .NET Framework 4 Client Profile ITA Language Pack

- Microsoft .NET Framework 4 Extended ITA Language Pack

- Microsoft .NET Framework 2.0 Service Pack 2

- Microsoft .NET Framework 2.0 Service Pack 2

- Microsoft .NET Framework 3.0 Service Pack 2

- Microsoft .NET Framework 3.0 Service Pack 2

- Microsoft .NET Framework 3.5 SP1

and after all this I've determined that now removed Performance Counters were no more restored and also NetFxRepairTool (KB2698555) completed all its operations while not detecting this.

Is this a new problem for NetFxRepairTool (KB2698555) or expected to happen ?

If such strange effect was expected to happen, is there a quick known way for me to solve and reload again all above listed Performance Counters again ?

Thanks in advance for any help.

Rob



"Entry Point Not Found" - Error when starting apps based on .NET Framework

$
0
0

When starting any .NET Framework based app I'm getting following error window "Any .NET based programme.exe - Entry Point Not Found. The procedure entry point I_RpcBindingSetPrivateOption could not be located in the dynamic link library RPCRT4.dll"

When I afterwards click on OK software gets started but its annoying that I have to push OK Button every time I want to start some .NET app. I have one even in my startup (Intel Rapid Technologies IAstorIcon.exe) so Windows doesnt load all things on startup cos this error message pops up.

I have Windows 7 64bit with .NET 4.5 withall updates installed...

Any ideas? Thanx in advance!!!


How can i get Microsoft Visual J# .NET Redistributable Package 2.0 to work on 64bit win7?

$
0
0

Microsoft Visual J# .NET Redistributable Package 2.0 will not install for a game i purchased on steam, which requires that Microsoft Visual J# .NET Redistributable Package 2.0 be installed. The install fails repetitively, so heres a copy of what i've tried and what went wrong according to the logs.

Installation done through steam using GPGNet Setup, for installing the following components;

Microsoft Visual J# .NET Redistributable Package 2.0

[quote="logs"]

The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchitecture] = AMD64 {string}
Property: [VersionNT] = 6.1.1 {version}
Running checks for package '.NET Framework 2.0', phase BuildList
Running external check with command line "C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\dotnetfx\dotnetchk.exe"
Process exited with code 1
Setting value '1 {int}' for property 'DotNetInstalled'
Reading value 'Version' of registry key 'HKLM\Software\Microsoft\Internet Explorer'
Read string value '9.0.8112.16421'
Setting value '9.0.8112.16421 {string}' for property 'IEVersion'
The following properties have been set for package '.NET Framework 2.0':
Property: [DotNetInstalled] = 1 {int}
Property: [IEVersion] = 9.0.8112.16421 {string}
Running checks for command 'dotnetfx\instmsia.exe'
Result of running operator 'ValueExists' on property 'VersionNT': true
Result of checks for command 'dotnetfx\instmsia.exe' is 'Bypass'
Running checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-x86.exe'
Result of running operator 'ValueExists' on property 'Version9x': false
Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.0.3': false
Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.0': true
Result of checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
Running checks for command 'dotnetfx\dotnetfx.exe'
Result of running operator 'ValueNotEqualTo' on property 'DotNetInstalled' and value '0': true
Result of checks for command 'dotnetfx\dotnetfx.exe' is 'Bypass'
'.NET Framework 2.0' RunCheck result: No Install Needed
Running checks for package 'Microsoft Visual J# .NET Redistributable Package 2.0', phase BuildList
Running external check with command line "C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\VJSharpRDP\vjsrdpchk.exe"
Process exited with code 0
Setting value '0 {int}' for property 'VJSRDPInstalled'
Running external check with command line "C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\VJSharpRDP\dotnetchk.exe"
Process exited with code 1
Setting value '1 {int}' for property 'DotNetInstalled'
The following properties have been set for package 'Microsoft Visual J# .NET Redistributable Package 2.0':
Property: [DotNetInstalled] = 1 {int}
Property: [VJSRDPInstalled] = 0 {int}
Running checks for command 'VJSharpRDP\vjredist.exe'
Result of running operator 'ValueNotEqualTo' on property 'VJSRDPInstalled' and value '0': false
Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
Result of checks for command 'VJSharpRDP\vjredist.exe' is 'Install'
'Microsoft Visual J# .NET Redistributable Package 2.0' RunCheck result: Install Needed
EULA for components 'Microsoft Visual J# .NET Redistributable Package 2.0' was accepted.
Copying files to temporary directory "C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\"
Copying from 'C:\Program Files (x86)\Steam\steamapps\common\Space Siege\support\gpgnet\VJSharpRDP\vjredist.exe' to 'C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\VJSharpRDP\vjredist.exe'
Running checks for package 'Microsoft Visual J# .NET Redistributable Package 2.0', phase BeforePackage
Running external check with command line "C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\VJSharpRDP\vjsrdpchk.exe"
Process exited with code 0
Setting value '0 {int}' for property 'VJSRDPInstalled'
Running external check with command line "C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\VJSharpRDP\dotnetchk.exe"
Process exited with code 1
Setting value '1 {int}' for property 'DotNetInstalled'
The following properties have been set for package 'Microsoft Visual J# .NET Redistributable Package 2.0':
Property: [DotNetInstalled] = 1 {int}
Property: [VJSRDPInstalled] = 0 {int}
Running checks for command 'VJSharpRDP\vjredist.exe'
Result of running operator 'ValueNotEqualTo' on property 'VJSRDPInstalled' and value '0': false
Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
Result of running operator 'ValueEqualTo' on property 'DotNetInstalled' and value '0': false
Result of checks for command 'VJSharpRDP\vjredist.exe' is 'Install'
'Microsoft Visual J# .NET Redistributable Package 2.0' RunCheck result: Install Needed
Verifying file integrity of C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\VJSharpRDP\vjredist.exe
WinVerifyTrust returned 0
File trusted
Installing using command line '"C:\Users\SUPERN~1\AppData\Local\Temp\VSDE7DD.tmp\VJSharpRDP\vjredist.exe"  /q:a /c:"install /q /l"'
Process exited with code 2
Status of package 'Microsoft Visual J# .NET Redistributable Package 2.0' after install is 'InstallFailed'

[/quote]

That install failed, so i tried re-installing .net framework Microsoft Visual J# .NET Redistributable Package 2.0 via using the dotNetFx40_Full_x86_x64 package, and also the vcredist_x86.exe package as well. Non worked, same error related to the Microsoft Visual J# .NET Redistributable Package 2.0 which was also pointing towards a missing installation towards .NET Framework v1.1. I attempted to reinstall, and it kept backtracking to more missing versions of .NET frameworks missing.

Now... i also tried doing a verification that i did have the .NET framework 4.5 full, 4.0/4.5 client, 3.5 full variants installed. Their integrity checks checked out fine, and that those .net frameworks were properly installed. So im a bit at a loss, as to what steps i should further take to better ensure my system will work with the Microsoft Visual J# .NET Redistributable Package 2.0 installation.

Heres a idea of my system specs (and all components are updated as of 5/31/2013)

[quote="Frigate T6-9650"]

ADAPTER: Full Range AC-in 100~240V, 50~60Hz, 180W AC Adapter, DC output 19V, 9.47A
BATTERY: 8 Cell Smart Lithium-Ion battery pack 76.96Wh
BLUETOOTH: Built-in Bluetooth
CD: 8X DVD±R/RW/4X + DL Super-Multi Drive (NB-368-DVDRW)
CPU: Intel® Core™ i7-3940XM Mobile Processor 3.00 GHz 8M Smart Cache, Max Turbo Freq. 3.90 GHz
FLASHMEDIA: Built-In 9in1 Media Reader
HDD: 750GB 7200RPM SATA300 Hard Drive
HDMI: Built-in HDMI Port
INVERTER: None
KEYBOARD: Built-in Keyboard
MEMORY: 16GB (4GBx4) DDR3-1333 SODIMM Memory (Corsair or Major Brand)
MONITOR: None
MOTHERBOARD: Mobile Intel HM77 Express Chipset Mainboard
MOUSE: BUILT-IN TOUCHPAD
NETWORK: Built-in 10/100/1000 Mbps Network Card
NOTEBOOK: Clevo P150EM Gaming Notebook 15.6" Full HD 1920x1080 Display w/ Built-in 2.0 MP Webcam, Fingerprint Sensor, HDMI Port, Li-Ion Battery, &amp; Universal AC Adapter
NOTEBOOK_COVER: Xplorer X6 Gaming Notebook Cover - Original Black
OS: Microsoft® Windows 7 Professional (64-bit Edition)
SECURITY: Built-in Biometric Fingerprint Sensor
SERVICE: STANDARD 1-YEAR LIMITED WARRANTY AND LIFE-TIME TECHNICAL SUPPORT
SOUND: Built-in 3D Premium Surround Sound
SPEAKERS: Built-in Stereo Speakers System
TABLET: None
TVRC: None
USB: Built-in 1x USB2.0 Ports + 3x USB3.0 Ports
USBFLASH: None
USBHD: None
VIDEO: NVIDIA Geforce GTX 680M 4GB GDDR5 w/ NVIDIA Optimus Technology (NB-368-103)
VIDEOCAMERA1: Built-in 2.0 Mega Pixel Webcam
WNC: Intel® Centrino™ Advanced-N 6235 Wireless 802.11 a/g/n 300Mbps Dual-Band Wi-Fi + Bluetooth Combo [Intel WiDi Ready]
WTV: None

[/quote]

If anyone can give me a idea what im doing wrong or what i should install, and in what order, please do list so, and list step by steps, like ex: "Install this here LINK LISTED" and then afterwards install this package next LINK HERE," and so forth, so that i have a idea what to do, and how to further more install in what manner to do such so that no errors will occur.

.NET Framework 3.5 installer just extracts then deletes the extraction destination

$
0
0

.NET Framework 3.5 installer just extracts then deletes the extraction destination.

GOT AN ANSWER TO THAT?

.net framework 4.0 roll backs

$
0
0

Hello,

I have this issue where .net framework 4.0 keeps rolling back it's installation. For the past few days, I've been searching and troubleshooting various methods to this problem which includes:

  • Running as administrator
  • Running the program in a secondary administrator account
  • Using the dotneffx_cleanup_tool
  • Cleaning the temp folder after each installation attempt
  • Used a microsoft fix it program
  • Used the windows update
  • Checked and changed permissions to the registry
  • Tried the full setup and client setups
  • Removed, restarted, and attempted re-install of  .net framework 4.0
  • Attempted to install other versions of .net framework such as 3.5 but didn't work
  • Checked my windows update history to see that majority of the failed updates even in the past few months are .net framework 4.0 updates
  • Restored to an earlier Windows Restore point

The thing is, it has only been a few days ago that my computer has been working flawlessly for months. My programs that utilizes .net framework 4.0 has all worked fine. After that, I don't know what triggered it, but my computer just doesn't accept the idea of .net framework in its system again. I've scurried as much topics as I can related to troubleshooting this problem, and I'm not sure where else to look. 

Here's my log, I hope more people can make more sense with this. 

http://sdrv.ms/17tNcVQ

Any known way to solve "RegAsm : warning RA0000 : No types registered" error ?

$
0
0

Hello all,

is anyone aware of a known way to solve "RegAsm : warning RA0000 : No types registered" error ?

Background for this issue: after checking proper installation status of .NET Frameworks on my Windows XP SP3 (constantly MUed and mostly with QFE only fixes, I only miss v1.0 and v4.5), both NetFxRepairTool.exe (KB2698555) and netfx_setupverifier.exe found no errors, inside %windir%\Microsoft.NET\Framework\v4.0.30319\ngen_service.log I've found 11 errors similar to these:
...
06/16/2013 23:09:59.292 [888]: Failed to load the runtime. (Exception from HRESULT: 0x80131700). Assembly Microsoft.BackgroundIntelligentTransfer.Management.resources,Version=1.0.0.0,Culture=it,PublicKeyToken=31bf3856ad364e35,ProcessorArchitecture=msil requires version v2.0 of the runtime to run.
Assembly will be compiled once the correct runtime is installed.
06/16/2013 23:09:59.502 [888]: Failed to load the runtime. (Exception from HRESULT: 0x80131700). Assembly Microsoft.PowerShell.Commands.Diagnostics.resources,Version=1.0.0.0,Culture=it,PublicKeyToken=31bf3856ad364e35,ProcessorArchitecture=msil requires version v2.0 of the runtime to run.
Assembly will be compiled once the correct runtime is installed.
06/16/2013 23:09:59.532 [888]: Failed to load the runtime. (Exception from HRESULT: 0x80131700). Assembly Microsoft.PowerShell.Commands.Management.resources,Version=1.0.0.0,Culture=it,PublicKeyToken=31bf3856ad364e35,ProcessorArchitecture=msil requires version v2.0 of the runtime to run.
Assembly will be compiled once the correct runtime is installed.
...

So to solve error 0x80131700 I've already tried known solution also described into KB2252691 :
...
32-bit Server

1.       Open a command window
2.       Go to C:\Windows\Microsoft.NET\Framework\v2.0.50727
3.       Type: regasm “Full_path_to_involved_dll”
...
but everytime I did so I received back the message "RegAsm : warning RA0000 : No types registered".

So any clue, suggestion or ideas to be sure to solve all this ?
Thanks in advance for any help or advice.

Best Regards
Rob

Is there anywhere i can find a comprehensive change list for .Net 4.0 that comes with .net 4.5 vs the previous .Net 4.0.3.x

$
0
0

We are building a client application and working with .Net 4.0.  Our data analytics show that around 50% of our client base still uses Windows XP and therefore cannot get the .Net 4.5 update, so we target .Net 4.0 in Visual Studio.

Our testers have notices a few differences between running our app on a Windows 7 (Or XP) PC without .Net 4.5 vs a Windows 7 PC with .Net 4.5 installed.  Infact, in one case it works as desired in the PC's with 4.5 installed, but here's an issue of dissapearing buttons on the .net 4.0 clients.

As developers, we are enjoying taking advantage of the new features in VS 2012 and some of us run Windows 8.  As a company though, we have to support a client base that has mostly windows XP users, then win 7 and some are now on Windows 8. Ultimately, we need to know when developing, areas where we are likely to see differences, so we can adapt our code accordingly and direct testers to areas of concern, so we can ensure that clients get the same experience, with or without .net 4.5.

Have Microsoft published anywhere a list of changes and bug fixes in the 4.0 framework between the .Net 4.o download and it's updates (e.g 4.0.30319.1) and the newer versions that come with .Net 4.5/VS 2012/Windows 8 (e.g 4.0.31319.17979 - 4.0.31319.18047)?

Which .NET version is supported by All Devices.

$
0
0

Hello,

I am College student.

I am designing GPA Calculator Application. (www.bitsa.in)

Most of your user is facing problem 

such as

1. Failed to initialize properly

2.not supporting win32 format

Any developer please help me.. Which framework should I choose before building an application.. Which should support all OS and all environment..

Please. Help me. I will be thankful for you..


Can't Install .Net framework on Windows 7 and Windows Xp pro

$
0
0

Can't Install .Net framework on Windows 7 and Windows Xp pro i have error log which installer gives

Error log

[03/03/13,10:04:09] Windows Installer Patch Registration Fix for .NET Framework 3.5 (x86): [2] CGenericComponent::Install() expects the setup file for Windows Installer Patch Registration Fix for .NET Framework 3.5 (x86) but fails to get it
[03/03/13,10:04:12] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
[03/03/13,10:04:36] WapUI: [2] DepCheck indicates Windows Installer Patch Registration Fix for .NET Framework 3.5 (x86) is not installed.
[03/03/13,10:23:56] VS Scenario: [2] CSupportedPlatformCheck failed : You must use "Turn Windows features on or off" in the Control Panel to install or configure Microsoft .NET Framework 3.5 SP1.
[03/03/13,10:23:56] VS Scenario: [2] Failed to pass the Warnings/Blocks checks in CVSScenario::Start()
[03/03/13,20:29:59] Windows Installer Patch Registration Fix for .NET Framework 3.5 (x86): [2] CGenericComponent::Install() expects the setup file for Windows Installer Patch Registration Fix for .NET Framework 3.5 (x86) but fails to get it
[03/03/13,20:30:03] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
[03/03/13,20:30:28] WapUI: [2] DepCheck indicates Windows Installer Patch Registration Fix for .NET Framework 3.5 (x86) is not installed.


Error installing . net framework (0xc8000222)

$
0
0

Hey there, I seem to be having an error isntalling .net framework. I'm running windows 7, 64 bit.

The installation log is as follows:

OS Version = 6.1.7600, Platform 2
OS Description = Windows 7 - x64 Ultimate Edition 
CommandLine = C:\91bf27955d06f19afbff\\Setup.exe /x86 /x64 /ia64 /web
TimeZone = Hora de verano central (México)
Initial LCID = 2058
Using Simultaneous Download and Install mechanism
Operation: Installing
Package Name = Microsoft .NET Framework 4 Setup
Package Version = 4.0.30319
User Experience Data Collection Policy: Disabled
Number of applicable items: 12
Final Result: Installation failed with error code: (0xC8000222) (Elapsed time: 0 00:00:36).

Any advice?

Installation failed with error code: (0x80070643), "Fatal error during installation. (.NET Framework install)

$
0
0
Ok, so I get this error when I try installing .Net Framework and we need to reinsallit because we also because we cant open up certain .exe files and we found out that we need to reinstall .Net Framework.

This is the log that we got when installing http://pastebin.com/L8mmEnmK

Microsoft .Net Framework 4 Error 643, irarab's fix not working

$
0
0

I've had a problem with not being able to uninstall, download or repair .Net Framework 4 after I had an update for it somewhere around January this year which made my computer restart and install the very same update over and over again until I started to hide the updates since most of the programs that I used until now didn't really require it but I have these last few days been looking for ways to fix it as I have some very important programs that do require it but I can't seem to fix it anyway I try, I even used irarabi's fix but that didn't work either so here's the error code:

OS Version = 6.1.7601, Platform 2, Service Pack 1
OS Description = Windows 7 - x64 Home Premium Edition Service Pack 1
CommandLine = E:\fd0e2b5a0ca9d22d5bfe78ee2e23\\Setup.exe /x86 /x64
TimeZone = Paris, Madrid, sommartid
Initial LCID = 1053
Using Simultaneous Download and Install mechanism
Operation: Installing
Package Name = Microsoft .NET Framework 4 Setup
Package Version = 4.0.30319
User Experience Data Collection Policy: AlwaysUploaded
Number of applicable items: 11
Exe (E:\fd0e2b5a0ca9d22d5bfe78ee2e23\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
ServiceControl operation succeeded!
ServiceControl operation succeeded!
Exe (E:\fd0e2b5a0ca9d22d5bfe78ee2e23\Windows6.1-KB958488-v6001-x64.msu) failed with 0x240006 - (null).
Exe (E:\fd0e2b5a0ca9d22d5bfe78ee2e23\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
MSI (E:\fd0e2b5a0ca9d22d5bfe78ee2e23\netfx_Core_x64.msi) Installation failed. Msi Log: Microsoft .NET Framework 4 Setup_20130703_065043125-MSI_netfx_Core_x64.msi.txt
Final Result: Installation failed with error code: (0x80070643), "Ett allvarligt fel inträffade under installationen. " (Elapsed time: 0 00:01:30).

and Here's the link to the Vslogs


My .Net Framework does error

$
0
0

Hi i have .Net Framework in 4.5 in my computer, but when i try to run a program it says that i need a 4.0... version in my computer, i tried putting that version and didn't work so i installed 4.5 again.

My computer has Windows 7 professional x64.

I did go for windows update and there was nothing to .Net Framework.

What can i do about it???

Viewing all 3295 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>