Questions tagged [.net]

The .NET Framework is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability

Please note that the .NET Framework is not specific to any one programming language. The C#, VB.NET, C++/CLI and F# programming languages from Microsoft, and many other languages from other vendors, all use the same .NET Framework.

461 questions
0
votes
0 answers

Exception while batch processing document with Google Cloud DocumentAI V1 - StatusCode="DeadlineExceeded"

I am trying to create PoC for Google Cloud DocumentAI V1 using this I am using DocAI to convert .pdf files into text using DocAI BatchProcessing. I have created console application with below code, which is working fine with single document. But…
tt0206
  • 101
0
votes
1 answer

Nginx server blocks not redirecting

I am working on a project at https://modernamedia.no/ and I am trying to do a multiple of things redirect all calls to www.modernamedia.no to https://modernamedia.no/ proxypass localhost:5000 to api.modernamedia.no redirect all http calls to…
Stanley
  • 103
  • 3
0
votes
0 answers

SSL authentication failed with 403.7 on windows server 2022

We have a list of web services & wcf project [Sslprotocols.TLS12 as hardcoded] configured with selfsigned certificates, which will be deployed in IIS & able to access the webservices successfully on the other windows server i.e windows server 2016,…
saravana
  • 121
  • 3
0
votes
2 answers

Completely remove .Net 3.0 install

Possible Duplicate: What do I do if .NET Framework is not installing? Trying to install .Net framekwork 3.5 but it complians that 3.0 is not present. However, when trying to install 3.0: the installer complains that 3.0 is in fact installed.…
cbrulak
  • 121
  • 1
  • 5
0
votes
0 answers

New Epyc vmware host slow for .net applications

We have a EPYC Rome 7502 host running vSphere v7.0.3, and for .net applications we're seeing a performance hit of around 50%, compared to the old host which is Xeon E5-2630. The performance hit in the .net app is all CPU based. CPUZ suggests the…
BJury
  • 103
  • 3
0
votes
1 answer

problem in publishing

when i am publishing my .net website on my domain it is showing the directory of files when i open my site .. anyone please tell me how to avoid this and make my website open mu home page .
girish
0
votes
1 answer

Windows scheduled task - task with cmd script runs, but .NET console app doesn't

I'm creating Windows scheduled tasks in a Docker container with Powershell. As a test, I've got a simple batch file which writes the current date/time to a text file once an hour. This works perfectly: RUN $action = New-ScheduledTaskAction -Execute…
0
votes
0 answers

.NET runtime missing after it used to exist

We manage deployment of our applications using Azure Devops. We have an application which was deployed to our UAT environment back on 9/14. It was successfully built and released within Devops, and it was working. We noticed today that the service…
0
votes
0 answers

systemd service starts ok, but hangs after restart

I am having a weird problem, I have set up a custom systemd service running a dotnet project. When the system first starts up, the service also starts just fine, however when I restart it, it hangs. System is Ubuntu 20.04 on Azure. Here's the…
Aviad P.
  • 145
  • 1
  • 7
0
votes
0 answers

Domain name does not work

I created an app with azure, a such link https://viva.azurewebsites.net I got in the end. After that I bought a domain name. The domain provider created a A-Record and CNAME-record, everything is well done. A couple of hours later I saw that the…
Sonic
  • 1
0
votes
2 answers

Clean uninstall of all .NET frameworks 1.1-3.5 on Windows XP

I've found information on uninstalling most of the .NET Frameworks using Msizap but having trouble uninstalling .NET 3.5 Framework. Some DLLs got corrupted from a recent virus attack and I'm having trouble running some of my .NET 1.1 applications…
Jeff
  • 111
  • 6
0
votes
3 answers

I need to install .Net 2.0 on 50+ computers, what is the fastest/easiest way to do that?

I wrote a little .Net 2.0 application that my users wanted. However I need to update all of their computers to .Net 2.0 (I had considered going all the way to 3.5 but the install time is brutal) What is the fastest and easiest way to install .Net…
Biff MaGriff
  • 101
  • 3
0
votes
2 answers

WSS 3.0 installation on x64

I'm getting the following error: Setup is unable to proceed due to the following error(s): This product requires ASP.NET v2.0 to be set to 'Allow' in the list of Internet Information Services (IIS) Web Server Extensions. If it is not available in…
Naeem
0
votes
1 answer

Windows update install hangs

I'm trying to deploy .Net 3.5 on an XP home SP2 machine for a customer. The install fails, with an error about WIC. Trying to install WIC on its own gave an error about not being able to verify the application, because the cryptographic service…
richo
  • 938
  • 1
  • 7
  • 16
0
votes
0 answers

How to update windows time zones list?

I have front-end and back-end systems using the System.TimeZoneInfo for retrieving Timezone by ID. There are several time-zones missing from the back-end machine (running windows Server 2012) and I'm not sure how to get an update. For instance "Line…