28.1 C
Ahmedabad
Friday, July 4, 2025

Getting below error Execution of user code in the NET Framework is disabled

Issue Reported: 

SQL 2012 SP3 Upgrade completed but sccm 1606 is Console is not working so we have tried to recover SCCM 1606 getting below error Execution of user code in the .NET Framework is disabled. Enable “clr enabled configure

Symptoms:

While you open SCCM Console it will give you access deny or wmi issue and console will not work.

Error : Configmgrsetup.log


Solutions:

To Fix above error follow below steps:

To enable the CLR assembly, follow these steps:

Step 1: Open SQL Server Management Studio.

Step 2: Right click on the database and click New Query.

Step 3: Paste the following SQL statement into the New Query window:and run the following script: EXEC sp_configure ‘clr enabled’, 1; RECONFIGURE WITH OVERRIDE;

Step 4: Press F5 to run the SQL Statement.

Step 5: After followed above steps start recover or refresh it will work like champ.

Happy Learning!!!

Thanks&regards,
Haresh Hirani
Email: [email protected], [email protected]
Facebook https://www.facebook.com/Hiraniconfigmgr-120189361980772/
Follow us: https://www.linkedin.com/in/hiraniconfigmgr 
Twitter: https://twitter.com/hiraniconfigmgr

Author

  • Hi, I Haresh Hirani, I am the person behind this webpage. Welcome to my page, Thank you for visiting the website and my page! My website is all about Microsoft technologies. More about ConfigMgr and all other technologies which are interesting for me. However, larger percentage of my posts are related to SCCM. Normally, like to post the interesting issues which I came across in my day to day tech life. you will find only solutions which comes on my day to day life.

- Advertisement -spot_img

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest posts