I just got CodeSpark Tool for ASP.NET. I tried a VERY basic experiment. Created a new Sql Server DB with 3 related tables. Ran the tool with all options selected, for VB. The tool ran successfully, with no errors. I saw it created a bunch of files, vb, forms, etc... So, I created a new ASP.NET project and dragged all the files into the project. I also added the connectionstring to the web.config. When I tried to build the project there were SO MANY errors, including duplicate code in each of the classes. Few questions:
- Do you know what could be wrong?
- Am I utilizing this tool correctly? Are there any tutorials, instructions, etc... that would help me?
- CodeSpark showed several stored procs were created but in SQL Server Mgmt Tool I cannot see them under the rest of the stored procs. Where are they stored?
- Any CodeSpark-like alternatives you would recommend to auto create CRUD, classes, stored procs, etc...?
Thanks. This tool looks like it could potentially be extremely useful. But I couldn't even get it working with a super simple, basic project. Any help would be appreciated.