Ok, I think I got where the problem is:
if project is compiled on .net framework 4.0
The runtime has encountered a fatal error. The address of the error
was at 0xf46792ed, on thread 0x1bb0. The error code is 0xc0000005.
This error may be a bug in the CLR or in the unsafe or non-verifiable
portions of user code. Common sources of this bug include user
marshaling errors for COM-interop or PInvoke, which may corrupt the
stack.
and then:
Exception of type 'System.ExecutionEngineException' was thrown.
if project is compiled on .net framework 3.5
is work with Visual Studio 2008 and 2010 too
yes of course, i'm clearing up connectionstrings
and thanks for the rapid response!!