After installing a windows service via installutill, the process is listed on windows services, but when trying to attach it for debugging the service is not listed on available processes on visual studio.
Thanks in advance.
After installing a windows service via installutill, the process is listed on windows services, but when trying to attach it for debugging the service is not listed on available processes on visual studio.
Thanks in advance.
I have create a wifi direct sample to connect and transfer data between windows 10 devices but I got an issue: if I use normal wifi (from internet provider) then everything runs normally. But if I use restrict wifi (within a LAN configured by my organization) then I get the exception throws the error ERROR_DEVICE_ENUMERATION_ERROR (The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection).
I searched for the error code (ERROR_DEVICE_ENUMERATION_ERROR) 0x288 then it said the error caused by Windows Update, but I updated the devices following the instruction, but it did not work.
Does anyone have any idea to fix this?
I have a visual studio project using standard .Net Framework (v 4.5). It has authentication using Forms Authentication with a token issued using Oauth 2.0 on another signin-site.
It works well, both on localhost and on a website published in Azure.
Now I want to re-implement this website using .NET Core. Now I need to configure Forms Authentication in a .NET Core 2.0 project. How do I do that?
Details
When I created my "ASP.NET Core Web Application" it came without a web.config. So I manually added a web.config file and added the sections about forms authentication. ( I copied them from the old project).
It looks something like this:
<system.web><sessionState cookieName="Trunk_MyCompany_SessionId" timeout="7" cookieless="false" /><machineKey validationKey="327E43....35E199B14" validation="SHA1" /><authentication mode="Forms"><forms cookieless="UseCookies" protection="All" name=".trunk.MyCompany-Auth" domain="" slidingExpiration="true" timeout="7" /></authentication><httpModules><add name="AuthenticationModule" type="MyCompany.Auth.AuthenticationModule, MyCompany.Auth" /></httpModules></system.web><system.webServer><validation validateIntegratedModeConfiguration="false" /><modules><add name="AuthenticationModule" type="MyCompany.Auth.AuthenticationModule, MyCompany.Auth" preCondition="managedHandler" /></modules></system.webServer>
Nothing different happens when I am adding this. My guess is that the website never reads this.
The project has a file called "launchSettings.json". It contains
{"iisSettings": {"windowsAuthentication": false,"anonymousAuthentication": true,"iisExpress": {"applicationUrl": "http://localhost:49952/","sslPort": 0 } ...
Maybe I should change something here?
Vilhelm Heiberg, ExorLive AS
Hi,
We have ASP.Net applications with 4.5 Framework which works fine on Windows 7 and IE11.
The same application works on Windows 10 and IE 11 but not with EDGE.
The style in the DIV and SPAN and TABLE is not applying.
Is it because of the Edge Security or any other thing that is stopping EDGE to render the styles? Please let me know if there is a fix for this issue.
Thank You.
Regards,
Lata Vemuri
I'm aware this issue has supposedly been resolved in another thread but the thread is like 4 years old and none of the links work anymore. I'm getting pretty sick of this to be honest. Can anyone tell how i'm supposed to resolve this issue?
Hi,
Just wanted to know why do we need to remove Temporary ASP.NET files wanted to know the root cause of this. Is it a kind of limitation.
The path to remove the Temporary ASP.NET file is as follows:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727 OR C:\Windows\Microsoft.NET\Framework64\v4.0.30319
I have some software (Neuro-Programmer 3) which had worked on Windows 7, but which no longer works on Windows 10. The guy who developed the program, for health reasons, is no longer able to support the program, nor is his website up anymore. I'd like to be able to use the program, but the only way others have found to use it have been to download a Virtual Box, then buy a copy of Windows 7 to run the program. This seems a BIT extreme, and I'm hoping I can find a way to get it to work here.
The error code I'm seeing is:
Please set registry key
HKLM\Software\Microsoft\.NETFramework\InstallRoot to point to the .NET Framework install location.
Framework 4 is installed on my computer, and I can see that the program is trying to look at the .NET Framework, but I'm not sure how to get it to get it there.
CPU Model: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
CPU Core Numbers: 4
CPU Hardware Virtualization: Support (Enabled)
Memory Size: 16264 MB
OS Version: Microsoft Windows 10 Home
OS Model: 64Bit
Runtime Environment: 5.3.2 Normal
COM Component State: Normal
OpenGL Renderer: GeForce GTX 950M/PCIe/SSE2
OpenGL Version: 4.5.0 NVIDIA 369.37
GLSL Version: 4.50 NVIDIA
Current Graphics Driver: 21.20.16.4550 - 11-11-2016 (DirectX)
Graphics Card 1: Intel(R) HD Graphics 620
Graphics Card 2: NVIDIA GeForce GTX 950M
Please help I can install .net framework 3.5 with no errors and when I go to Turn Windows Features on or off .net Framework 3.5 is listed and unchecked.
When I check it and click ok it goes to the box saying searching for requested features, then it say's Windows Completed the requested changes. Windows needs to reboot your PC to finish installing the requested changes.
I restart the PC.
And then check turn windows features on or off and it's back to being listed but unchecked.
I removed and reinstalled .net framework 3.5 and same thing over and over
Yes I'm doing this with Admin rights
I copied the microsoft-windows-netfx3-ondemand-package.cab file over to an install folder and ran
Dism.exe /online /enable-feature /featurename:NetFX3 /source:C:\install /LimitAccess
I get the message "The operation is complete but NetFx3 feature was not enabled."
I restart go to enable it in windows features and the same thing installs with no errors and say restart and so I do and then it still shows unchecked.
Please help I have and app that requires this to be installed
Recently installed Windows 10 Preview Build 18290 for a clean install. Installed fine, but one persistent issue is the inability to add .NET Framework 3.5 required by many third-party apps.
When trying to add this feature - either from Windows Features option or using DISM - I consistently get error 0x800F0950.
Can anyone help?
Thanks
J Wadle
Bonjour,
J'ai installé le .net framework 3.5 SP1, sur WINDOWS SERVER 2019, mais les implications qui nécessitent le .net 3.5 SP1, ne le reconnaissent pas.
Merci de votre aide.
I have a Windows server 2016 Standard.
In Add roles and features wizard it shows .NET framework 4.6 and ASP.NET 4.6 installed.
But in registry HKEY_LOCAL_MACHINE\Software\microsoft\NET Framework Setup it shows .net framework 4.0 is installed.
In Control panel : View installed updates it does not show .NET Framework 4.6
If .NET Framework is not installed why is it showing installed in roles and features for WEB Server .
Is .NET Framework 4.6 installed or NOT ? What version of .NET Framework comes by default in Windows server 2016 standard ?
If I install NET Framework now do I need to uninstall .NET Framework 4.0
Thanks !
We are about to start some new projects using .NET Core, however none of our 2016 servers have .NET Core installed.
All I should need is the runtime installed, correct?
https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.2.0-windows-hosting-bundle-installer
I'm confused about about .NET Framework dependencies. I targeted .NET Framework 3.5 for compatibility with older Operating Systems knowing that users without .NET 3.5 would be prompted to download and install it. I have .NET Framework 4.7.2 installed for
compatibility with Windows 10 feature updates. My question is if I build an app using that framework, will Windows prompt the user about the framework needed. Then install it just like framework 3.5? How do I handle this? I want compaibility with most Operating
Systems.
i have done lot of work on windows 7 professional 32 bit and now i am on windows10 64 bit my previous work is not working and message display as follow
Only some of the Mircorsoft Visual Studio 2010 products on this computer have been upgraded to service pack1. None will work correectly until all have been upgraded