database in c#

AminDz

Newbie
Joined
Oct 27, 2013
Messages
15
Reaction score
1
hello
i have make an application in c#
it run in my machine
but when i copy it in other pc an exeption errer made with message " invalid value for key "attachdbfilename" "
can anyone help me !! thx =)​
 
The location of your database file is not the same on the PC where you have moved the application.... Invalid value key, probably your .net config file...
 
Back
Top