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

Failover Cluster Manager bug on Server 2019 after .NET 4.8 installed - unable to type more than two characters in to the IP fields

$
0
0

We ran into a nasty bug on Windows Server 2019 and I can't find any KB articles on it. It's really easy to replicate. 

1. Install Windows Server 2019 Standard with Desktop Experience from an ISO. 

2. Install Failover Cluster Services.

3. Create new cluster, on the 4th screen, add the current server name. This is what it shows:

cluster services working correctly before .NET 4.8 is installed

4. Install .NET 4.8 from an offline installer. (KB4486153) and *reboot*.

5. Go back to the same screen of the same Create Cluster Wizard and now it looks different:

cluster services broken afte.NET 4.8 is installed - unable to put in a 3-digit IP

Now we are unable to type in a 3 digit IP in any of the octet fields. It accepts a maximum of two characters.  This has been reproduced in multiple locations on clean installs of Windows Server 2019. How do we report this bug to Microsoft engineers?


Error code: 0x8007002 when running/installing apps on windows 10 pro

$
0
0

Can anyone help me with this?
I can't play certain games coz it requires this to be installed.

since I can't send link i will cut this picture link

prnt(dot)sc/p8ijom

.net Framework language pack installation on windows container is not working

$
0
0

Hi All,

We want to to add language pack in the windows container. We are using below command with passive switch 

C:\ndp472-kb4054530-x86-x64-allos-ara.exe /passive /q/norestart /log c:\file5.txt

However, its not working. We used similar command on the host machine and realized  even in passive mode prompts are not suppressed, see below image.  Please suggest way to install language pack on the windows container. 

 Prompt

Thanks

Padma


Asp.net core Kestrel Server starts and stops immediately in unit Test

$
0
0

Hi Team ,

  While launching Kestrel Server in Asp.net Core in application it works fine. But the same while trying to launch from Unit test project server starts and stops and is unavailable for Socket communication.

Any help on this is greatly appreciated.

Thanks,

Meera

Unable to uninstall .Net Framework 4.7.1

$
0
0

Hello,

I am trying to set up a Sharepoint 2013, On-Premise Dev Environment on a Windows Server 2012 R2.

Because there is no internet connectivity on the server, I installed the pre-requisites manually (offline). The sharepoint installation however fails stating that.Net Framework 4.5 is not installed. Upon digging I found that .Net Framework 4.7.1 is installed instead.

I have done couple of things, but I have not been able to uninstall this version of .Net Framework. Below are the things I have tried -

1. Uninstalled the below updates - 

Update for Microsoft Windows (KB4054854)

Update for Microsoft Windows (KB3186539)

2. Ran the dotnetfx_cleanup_tool to remove .Net Framework 4.7.1.

But my registry still shows that .Net Framework 4.7.1 is installed (Dword 461310)and I cant proceed any further.

It will be very helpful if someone can point what I might be missing here. Or what I can do to uninstall this version of .Net Framework.

Many Thanks!

Security Question About Hosting .Net Core 2.1

$
0
0

Hello, 

Due to security concerns, my organization has deemed .Net Core 2.1 insecure due to the fact that Kestral to IIS communications are HTTP. Unless I can provide security on that HTTP transfer between IIS and Kestral, I will not be able to continue using .Net Core 2.1.

Is there a way to secure or do anything at all to that HTTP transfer from Kestral to IIS? Microsoft docs aspnet/core/host-and-deploy .Net Core 2.1 has a good diagram on what I am describing above.

Thank you.






clientCache causing 500 error on application hosted in Azure

$
0
0

Hello,

I have an application which when deployed to dev and test (In Azure), the client cache on js files is not working for what seems like an undefined duration after deployment. Client caching works as expected locally. It just doesn't work on Azure. Inexplicably, caching starts to work after anywhere from 12 to 24 hours. This application is rebuilt and deployed to these environments almost constantly and client caching is necessary to pass performance stories through QA. I've tried to add the following config to the web.config...

<staticContent><clientCache cacheControlMode="UseExpires" httpExpires="Mon, 01 May 2023 00:00:00 GMT" /></staticContent>

With the above config both dev and test return a 500. As a disclaimer (which I'm not sure if it matters or not), we are using require.js over bundling and we are not using any of the optimization features (yet). Is there something that I am missing, that will one, get the above script to work, or better two, get the application to pass the expiration headers in the first place?

Any help would be greatly appreciated, I've been looking at this issue for over a month now.



.NET Framework 4.8 not showing in control panel

$
0
0

Went to Control Panel to check if it is enabled but found that framework 4.8 itself is missing.



But I can see that .Net Framework 4.8 is installed in my machine.

Any help would be deeply appreciated.


Compare .NET Core

$
0
0

Hey,

I found here that 2 builds for .NET Core Runtime 3.0 is out:

https://dotnet.microsoft.com/download/dotnet-core/3.0

.NET Core Desktop Installer (4th item) & .NET Core Installer (5th item)

What's the difference?

(Actually there's 3, but first one is for ASP.NET & Desktop which I know & don't need)

Thanks.

What type of cache is this?

$
0
0
I have a minimal app developed in .NET core 3.0 API app which communicates with an Azure SQL DB. I am using EF Core code-first approach for this and scaffolded the API controller from the model. I didn't explicitly perform caching anywhere. I have noticed that if I call the API to get all records, for the first time the request takes 7 seconds to give the response, but if I call the same call again with a shorter time span, it takes only 100 milliseconds - another call after some minutes again takes 6 to 7 mins and followed by a 100-150 millisecond response time for the consecutive call within a very short time span. I can not see any cache related info in the any of the above-mentioned responses (in headers). So where does this caching is actually happening? Is it something related to SQL or EF Core or anything else?

Visual C++ Version Numbering Problem

$
0
0

Another excellent masterpiece!

Seems they don't care about version number property anymore!

Visual C++ 2015-2019 Redist/Runtime

Version 14.22.27821 was released AFTER 14.23.27820
(according to digital signature signing time - both released on Jun 20, just few hours difference)

They don't know that minor version has more priority than build number, so they increase 22 to 23 but decrease 821 to 820

The result? I'm confused, and don't know which one is newer?

14.22 which is newer in date and has higher build number?

or 14.23 which is older in date and has lower build number?

HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure

$
0
0
We have two project, one contains Web API built on .net core 2.2.6 and Angular 8 Single Page Application integrated in .net core 2.2.6. We have deployed both on IIS 7, Web API project is working fine but Angular 8 SPA is giving an error "HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure".

Tried multiple Solutions like clearing up node modules, restarting server, deploying on different machine, changing the port number

Please suggest some solution. You help will appreciated.

Why wouldn't you just enable .NET 3.5 by default?

$
0
0
It is needed for many applications and drivers in the corporate world where admins have to manage large numbers of PCs. If you try to add the feature thru the Turn On Windows Features option it fails 90% of the times I have tried to add it with no adequate fix procedure available. It adds hours and hours of research and work to a simple installation task... ridiculous.

$$$https://grandfinal-nrl.com/

$
0
0
https://nrlgrandfinalnrl.com/
https://nrlgrandfinalnrl.com/

https://nrlgrandfinalnrl.com/2019/
https://nrlgrandfinalnrl.com/2019/

https://grandfinal-nrl.com/
https://grandfinal-nrl.com/

https://grandfinal-nrl.com/2019/
https://grandfinal-nrl.com/2019/

https://thenrlgrandfinal.com/
https://thenrlgrandfinal.com/

https://thenrlgrandfinal.com/2019/
https://thenrlgrandfinal.com/2019/

https://www.nrlgrandfinalthe.com/
https://www.nrlgrandfinalthe.com/

https://www.nrlgrandfinalthe.com/2019/
https://www.nrlgrandfinalthe.com/2019/

https://nrlgrandfinalnrl.com/finals/
https://nrlgrandfinalnrl.com/finals/

https://grandfinal-nrl.com/finals/
https://grandfinal-nrl.com/finals/

https://thenrlgrandfinal.com/finals/
https://thenrlgrandfinal.com/finals/

https://www.nrlgrandfinalthe.com/finals/
https://www.nrlgrandfinalthe.com/finals/

https://francevsvs.com/tonga/
https://francevsvs.com/tonga/

https://francevsvs.com/francevstonga/
https://francevsvs.com/francevstonga/

https://francevsvs.com/francetonga/
https://francevsvs.com/francetonga/

Fix Error Code: ox80070002

$
0
0
Please how can I fix error code: 0x80070002 from NetFrame 3.5

Microsoft .NET Framework - error message - JIT debugging?

$
0
0

Not sure what the problem is.  I keep receiving the following message every time I restart my computer:

Microsoft .NET Framework

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

Object referance not set to an instange of an object

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at Vizit_Kartica.Izrada_kartice.Izrada_kartice_Load(Object sender, EventArgs e) in C:\Users\Admin\Desktop\visual studio\C#\Vizit Kartica\Vizit Kartica\Vizit Kartica\Form\Izrada_kartice.cs:line 144
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3260.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Vizit Kartica
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Admin/Desktop/visual%20studio/C%23/Vizit%20Kartica/Vizit%20Kartica/Vizit%20Kartica/bin/Debug/Vizit%20Kartica.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3062.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Bunifu_UI_v1.52
    Assembly Version: 1.3.0.0
    Win32 Version: 1.3.0.0
    CodeBase: file:///C:/Users/Admin/Desktop/visual%20studio/C%23/Vizit%20Kartica/Vizit%20Kartica/Vizit%20Kartica/bin/Debug/Bunifu_UI_v1.52.DLL
----------------------------------------
Bunifu_UI_v1.52&
    Assembly Version: 1.0.0.0
    Win32 Version: 1.3.0.0
    CodeBase: file:///C:/Users/Admin/Desktop/visual%20studio/C%23/Vizit%20Kartica/Vizit%20Kartica/Vizit%20Kartica/bin/Debug/Bunifu_UI_v1.52.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

migrating from .net framework to .net core

$
0
0

Hello Team, 

Do we have any documentation(coding or guidance) available on Migrating application from .net framework to .net core in MS docs.

Thanks,


Application ERROR

$
0
0

When I Start The Application an Error Appears

************** Exception Text **************
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
   at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
   at System.Net.WebClient.GetUri(String path)
   at System.Net.WebClient.DownloadString(String address)
   at FT_Controls_v1.تسجيل_الدخول_العضوية.xWshPw3e1iEJYeS8Hup(Object , Object )
   at FT_Controls_v1.تسجيل_الدخول_العضوية.MkEapQwHt2(Object  , EventArgs  )
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
_
    Assembly Version: 0.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
FT Controls
    Assembly Version: 1.0.5.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Management
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration><system.windows.forms jitDebugging="true" /></configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

I have Visual Studio 19 but i can't find DEBUG menu at Option Dialog

System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.

$
0
0

 

Hello,

Can anyone help in resloving this problem I get during the .Net 2.0 Frameworks distribution ?

Thanks in advance!

MSI (s) (7C:A4) [09:33:28:295]: Executing op: ActionStart(Name=CA_InstallAssemblyRB.3643236F_FC70_11D3_A536_0090278A1BB8,,)
11/24/06 09:33:28 DDSet_Exit: InstallAssembly ended with return value 0
MSI (s) (7C:A4) [09:33:28:310]: Executing op: CustomActionSchedule(Action=CA_InstallAssemblyRB.3643236F_FC70_11D3_A536_0090278A1BB8,ActionType=1281,Source=BinaryData,Target=UninstallAssembly,CustomActionData=System.EnterpriseServices,Version=2.0.0.0,PublicKeyToken=b03f5f7f11d50a3a,Culture=neutral,ProcessorArchitecture=x86;258048)
MSI (s) (7C:A4) [09:33:28:310]: Executing op: ActionStart(Name=CA_InstallAssemblyDef.3643236F_FC70_11D3_A536_0090278A1BB8,,)
MSI (s) (7C:A4) [09:33:28:310]: Executing op: CustomActionSchedule(Action=CA_InstallAssemblyDef.3643236F_FC70_11D3_A536_0090278A1BB8,ActionType=1025,Source=BinaryData,Target=InstallAssembly,CustomActionData=c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll;258048)
MSI (s) (7C:80) [09:33:28:310]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI1D.tmp, Entrypoint: InstallAssembly
11/24/06 09:33:28 DDSet_Status: LANGID: 1033
11/24/06 09:33:28 DDSet_Entry: InstallAssembly started
11/24/06 09:33:28 DDSet_Status: CustomActionData: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll;258048
11/24/06 09:33:28 DDSet_Status: Loading mscoree.dll
11/24/06 09:33:28 DDSet_Status: Loading fusion.dll using LoadLibraryShim()
11/24/06 09:33:28 DDSet_Error: Failed to install assembly c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll. IAssemblyCache->InstallAssembly() returned -2147024894.
11/24/06 09:33:28 DDSet_Error: Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.

MSI (s) (7C!6C) [09:33:33:341]: Product: Microsoft .NET Framework 2.0 -- Error 25015.Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.


Error 25015.Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.

11/24/06 09:33:33 DDSet_Status: CustomActionData: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll;258048
11/24/06 09:33:33 DDSet_Status: Loading mscoree.dll
11/24/06 09:33:33 DDSet_Status: Loading fusion.dll using LoadLibraryShim()
11/24/06 09:33:33 DDSet_Error: Failed to install assembly c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll. IAssemblyCache->InstallAssembly() returned -2147024894.
11/24/06 09:33:33 DDSet_Error: Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.

MSI (s) (7C!6C) [09:33:34:403]: Product: Microsoft .NET Framework 2.0 -- Error 25015.Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.


Error 25015.Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.

11/24/06 09:33:34 DDSet_Status: CustomActionData: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll;258048
11/24/06 09:33:34 DDSet_Status: Loading mscoree.dll
11/24/06 09:33:34 DDSet_Status: Loading fusion.dll using LoadLibraryShim()
11/24/06 09:33:34 DDSet_Error: Failed to install assembly c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll. IAssemblyCache->InstallAssembly() returned -2147024894.
11/24/06 09:33:34 DDSet_Error: Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.

MSI (s) (7C!6C) [09:33:35:622]: Product: Microsoft .NET Framework 2.0 -- Error 25015.Failed to install assembly 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll' because of system error: The system cannot find the file specified.

.NET Framework 3.5 doesn't install. Windows 10.. Error code: 0x800F081F

$
0
0

When I try to enable the .NET Framework from windows features I got this message
Windows couldn't find required files to complete the requested changes. Make sure you're connected to the internet and try again.

Error code: 0x800F081F

(BTW the internet connection is fine, i think the problem may be in the update center)

I did every thing yet it still not working,

I already try this:

1- Installing .net3.5 from the installer and the package 

2-installing it from the command prompt
3- installing it from distribuion CD, mounted ISO, or folder Sources\sxs folder copied to hard drive (including using /LimitAccess switch).

4-from  *Windows features on or off* 

5- From the group police (then administrator then system then specify settings for opt.. ) I found that *contact windows update dir..* is enabled and ok

6-No success with DISM method of scanhealth & restorehealth, although these run OK.

7- many people say that i have to  Uninstall  KB2966826 and KB2966828, then try installing 3.5 from programs and features... but unfortunately I didn't find those updates -I neither found them in update history nor from control panel - 

the error i found every time is "the system cannot find the file specified error code 0x80070002"

Can any one helpd please, I really to fix it ASAP.


Viewing all 3295 articles
Browse latest View live


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