Hi,
Not sure if this applies to WPF or more to ADO.Net.
I am using Visual Studio Express 2012 to create WPF application. I am trying to add a Data Source from the database which is on a network. I have followed the wizard and got the following warning error at the end:
The Path \\MY FULL NETWORK PATH\My Documents\Visual Studio 2012\Projects\TEST1\TEST1\EF.Utility.CS.ttinclude must be either local to this computer or part of your trusted zone. If you have downloaded this template, you may need to 'Unblock' it using the properties page for the template file in Filer Explorer.
I have searched various sites and couldn't find a solution yet. Has anyone came to this sort of thing before and found a solution ?
I can for now change my projects to be created on my local C drive while in development, but really this will be used throughout the network by different users.