Pregunta

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?

¿Fue útil?

Solución

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
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top