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

Dot Net Framework 3.5 SP1 offline installer

$
0
0

When I download Dot Net Framework 3.5 SP1 from microsoft (http://go.microsoft.com/fwlink/?LinkId=159615),

I get a file dotnetfx35setup size about 2.82 MB. But When I install this file it download a 52 MB size file from microsoft.

But I want a offline installer for Dot Net Framework 3.5 SP1.

And another doubt is Dot Net Framework 3.5 SP1 contain Dot Net Framework 3.5 + sp1 or only sp1

sharp خدمة عملاء تلاجة شارب 6 اكتوبر 01129347771 % 01223179993

$
0
0
sharp خدمة عملاء  تلاجة شارب 6 اكتوبر 01129347771 % 01223179993   

C# interview questions and answers

$
0
0
Hi...
Can u pls tel me
where to find commonly asked C# interview questions and answers?

Trouble with Installation

$
0
0
Hi, I had just bought a game on Steam and in order to play it, I had to download .NET Framework 3.5. However, when I try to download it, it gives an error message saying it couldn't be installed. All it says is "The system cannot find the file specified" and the error code 0x80070002. I wanted to see what I needed to do in order to get this downloaded properly.

ADFS - Adding a claim to Application Group

$
0
0

I need help in figuring out how I can get a user's assigned groups via OpenID Connect over ADFS (Windows Server 2016). I am currently able to authenticate a user and get the user info including the access_token. When I inspect the JWT-token I can see all of the default claims in there. But when I add an Issuance Transform Rule to add a claim to retrieve the groups I don't get anything new. I cannot even get a simple email address from the user, I can only get the default claims.

Going back to trying to get a list of groups in the claim here is what I've done so far:

  • I have added an application group to ADFS which contains a "Server Application" and a "Web API".
  • I then did the following ...
  • Double clicked on the group added earlier, then double clicked on the "Web API" application.
  • Selected the tab named "Issuance Transform Rules".
  • Clicked the "Add Rule..." button at the bottom.
  • Selected "Send LDAP Attributes as Claims" and clicked next.
  • Gave the rule a name, for example "Roles".
  • Selected "Active Directory" as the "Attribute Store".
  • In the table at bottom, selected "Token-Groups Unqualified Names" in the first column and type "roles" into the second column.

From there I then authenticated again with a login through OpenID Connect over ADFS and I still get the same default claims in the JWT when I get the user info from the userinfo-endpoint.


3.5 fails tp install/ I followed online examples prior

$
0
0
But it just still isnt installing. I get error 0x 800 007

Hosting ASP.NET Core 2.2 IN Process App as Sub app of ASP.NET WEB application

$
0
0
I am trying to host ASP.NET Core 2.2 we app using in process model as a sub app of ASP.NET web application.

while i am trying to access the sub app i am getting following error.

HTTP Error 500.0 - ANCM In-Process Handler Load Failure
Common causes of this issue:
The specified version of Microsoft.NetCore.App or Microsoft.AspNetCore.App was not found.
The in process request handler, Microsoft.AspNetCore.Server.IIS, was not referenced in the application.
ANCM could not find dotnet.
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect 
However apps runs fine when hosted as a stand alone application on IIS.

Any One have any idea how to host asp.net core application as sub application of ASP.NET WEB application.  



  


Re-installing (or repairing) .NET 4.6.2 on Server 2016

$
0
0

I just installed SfB server 2015 on a dedicated server running Windows 2016 (LTSB). I am seeing some "Windows Fabric" crash errors in the Application event log and it looks like I need to repair or uninstall\re-install .NET. I am struggling to figure out how to do this.

If I run "Dism /online /enable-feature /featurename:Netfx3 /source:C:\Sources\sxs" (without the quotes) from an elevated command prompt does this take care of it (c:\sources\sxs exists on my server)? Does this do a repair or a re-install, and does it do it for all .NET versions that are installed? I ran the command and it runs so quickly that I really don't think anything is occurring. It just comes back and says it was completed successfully.

The NetFxRepairTool program is only useful if .NET won't install, you run it and see if it corrects the issue(s) that is preventing the install of .NET.

I have tried the .NET 4.6.2 offline installer, thinking it would re-install .NET 4.6.2, but it doesn't run because 4.6.2 is already installed (a message box pops up telling you it is already installed).

Jason




Steps to Install .Net Core Runtime on Debian 10 (Linux) Arm32

$
0
0

Hi Team ,

Can someone mention the steps for the Setup and installation of .net core runtime on Debian 10 (Linux) for ARM32 .

Thanks,

Gowthami

.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


Dot Net 3.5 not downloading

$
0
0
I am trying to download .Net 3.5 framework. After downloading th exe file and trying to run it, I do not get any message at all. I do not know whether the framework has been successfully downloaded or not I do not get any error message also. How to go about? Can you pl help

Compile error when trying to use license.licx from 3rd party for a project using 4.0 runtime while the 3rd party controls are older runtimes.

$
0
0

I ran into a compile issue stating Error: "Mixed mode assembly is built against version of runtime v1.1.4322 and cannot be loaded in 4.0 runtime without additional configuration information" for a License.licx file from a 3rd party component included inside my Project I wanted to update to .Net 4.0

The problem was not in the license.licx file or the assembly, but lc.exe included with Visual Studio 2010 C:\<ProgramFilesFolder>\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\lc.exe

This is the exe that processes the license.licx file when compiling the project.

I needed to add support inside a config file in order resolve this error. So I created  a new lc.exe.config inside notepad and added this information then copied it to the same directory as the exe and now my license can be checked appropriately and my project can now use the .Net 4.0 Framework.

lc.exe.config

<?xml version ="1.0"?>

<configuration>

    <runtime>

        <generatePublisherEvidence enabled="false"/>

    </runtime>

      <startup useLegacyV2RuntimeActivationPolicy="true">

            <supportedRuntime version="v4.0"/>

      </startup>

</configuration>

Good luck if you run into the same issue.

Heath Morris


اعطال صيانه تكييفات فيلكو * 01225025360 * رقم توكيل فيلكو * 0235695244

How to repair .Net on Windows 2012 R2?

$
0
0

Hi,

I was referred to this forum in a comment by Aaron Stebner.

I recently had a 2012 R2 Essentials server become unmanageable because all .NET apps (including Server Manager and Essentials Dashboard) were crashing. The next morning, it was working again. So I'm trying to to figure out what was wrong and how it fixed itself. Are there logs I can review that would tell me that?

Also if this happens again, is there a way to repair .NET, or if in fact it is self-healing, to trigger that process?

So far the best advice I've heard is to use DISM to disable and re-enable .Net 3 and 4:

DISM /online /disable-feature /FeatureName:NetFx3
DISM /online /enable-feature /FeatureName:NetFx3 /all /Source:X:\sources\sxs /LimitAccess

DISM /online /disable-feature /FeatureName:NetFx4
DISM /online /enable-feature /FeatureName:NetFx4 /all /Source:X:\sources\sxs /LimitAccess

Disabling such core OS components makes me nervous. Is that the correct approach (and are those the correct commands)? Or would something like ""Dism /Online /Cleanup-Image /RestoreHealth" work?

Thanks,

Mark Berry
MCB Systems



blocking issue on windows 10 pro

$
0
0

When i attempt to install .net framework 4.7.2 on windows 10 pro, i get the following error thrown at me :

Blocking issues:

The .NET Framework 4.7.2 is not supported on this operating system.

Anyone familiar  with this issue please advice. 


TLS 1.2 patch for .NET 4

$
0
0

There is a TLS 1.2 patch for .NET 3.5.1 on Windows 7 machines here but it doesn't work with .NET 4.

Is there a TLS 1.2 patch for Windows 7 that will work with .NET 4? Thus far the only thing we've found that works is installing .NET 4.7.2. We are looking for a solution that doesn't require upgrading the framework for all of our customers.

Thanks


Error: Prerequisite could not be found for bootstrapping

$
0
0
My VB10 app starts up very slowly the first time, then works OK in later times. I have got that error messages in the Launch condition with three yellow arrow warning at .NET Framework 2.0, 3,0 and 3.5 - but I do not know how to fix them.  I cannot find where the NET framework are stored. Any help would be greatly appreciated. Thank you.


Net Framework 3.5 and 4.5 error 0x80070002

$
0
0

I'm sure there are many many threads about this same issue, I've read some but I still havent been able to fix my problem. It's been a while since I got this error, can't use many programs that I have and it's getting irritating. I'm running Win 8.1 like most people that has this same issue. I don't know much about this stuff and I really need this issue fixed.

I ran NetFxRepairTool and gathered many logs,

https://onedrive.live.com/?cid=9228C7B477019333&id=9228C7B477019333%21105

Hopefully someone will have an answer as to how to solve my problem.

Edit: 0x80070002 is the error i get everytime i try to reinstall or enable 

PackageId:Microsoft.Net.4.7.2.FullRedist.Resources;PackageAction:Install;ReturnCode:-2146498530;

$
0
0

Hello,

i can not install VS 2019 Prof.

When i install manually this package:

PackageId:Microsoft.Net.4.7.2.FullRedist.Resources;PackageAction:Install;ReturnCode:-2146498530;

--> Error Message:Final Result: Installation failed with error code: (0x800F081E)

what can I do to get Framwork 4.7.2 installed? According to Windows Update everything is installed.
In the software list I also see Framework 4.7.2 SDK installed. However, I cannot install VS Studio 2019 (v16.2.3). Does anyone have a tip for me?

(Call)=+_+++➒➊-9928979713 lOvE pRoBlEm sOlUtIoN baba Ji In Haryana

$
0
0
fgdfgsdfgsdfgsdgfsdfgsdg@gmail.com
Viewing all 3295 articles
Browse latest View live


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