View Single Post
Old 10-08-19, 08:35 AM   #5
vitalezzz98
Swabbie
 
Join Date: Dec 2015
Location: Somewhere in the atlantic ocean
Posts: 11
Downloads: 13
Uploads: 0
Default

Ok, finally I've found a solution. I'll leave it here in case someone has the same problem.

It seems that problem was with .NET Framework. All I had to do is to add some parameters in registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k]
Add -> DWORD (32-bit) -> name it OnlyUseLatestCLR -> edit -> type 1 instead of 0

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ .NETFramework]
Add -> DWORD (32-bit) -> name it OnlyUseLatestCLR -> edit -> type 1 instead of 0

Thanks everyone for replies!
vitalezzz98 is offline   Reply With Quote