Вопрос

Hi I have developed a application using C# and .Net Framework 3.5 in VS 2010.

When I install it on my system it works perfect but when I install it on client system it giving me below error.

Additional: I have installed all prerequisites on client system. Configured the database and all as it requires.

Error Message

What would be the issue?

Это было полезно?

Решение

There might be framework problem I think. check framework version by below,

dir %WINDIR%\Microsoft.Net\Framework\v*

dir %WINDIR%\Microsoft.Net\Framework\v* /O:-N /B
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top