I think my question is probably amateur but i don't know about it & can't find any answer about it .
I Create a program in wpf using c#
It ran success on my PC , but when install it on the other PCs , it return xamlparse error & i think its about my connection string.my database is sqlserver ver. 12.
it's myconnectionstring
Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|Database1.mdf;Integrated Security=True;Connect Timeout=30;
i think it's about datasource
please help me
thx