I am trying to add a DataSource to Codesmith 7.1.0 rev 15317 This is a new install on a Windows 10 box.
I keep getting the error
Test Failed. Arithmetic operation resulted in an overflow.
I have done this many times on my old win8 box.
The provider I am using is SqlSchemaProvider (SQL Server) This is the connection string
Data Source=localhost;InIitial Catalog=gregsData;Persist Security Info=True;User ID=sa;Password=catdog;
I have tried using the string builder, copying from my app where I know it is working, adding and deleting various parts.
I have an issue open w/ CodeSmithTools, but not making a lot of progress.
Is anyone using CodeSmith w/ windows 10? It has to work right? This cant be a bug.
Has anyone had a similar issue?