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!
|