Lan based windows application.

  • Thread starter Thread starter kosecki
  • Start date Start date
K

kosecki

Hi,

because I'm newbie in this subject, I have some questions:

I try to wrote application in scenario like this:

Built program is on server machine and shared by Windows Network for
others computer in network. Program use Sqlserver 2005 Express which is
installed on the same machine. The connection is done in Windows
Authentication mode.

The problem is. When I do some simple project, like form with labels or
buttons everything is ok. But when I add component that uses SQL server
e.g DataGridView, my project work only on my host computer (normally
launched) and on other computers there is error:

An unhandled exception of type
'System.Reflection.TargetInvocationException' occurred in mscorlib.dll

Please help and thans in advance

PK
 
Back
Top