Hi
I should describe a little about the project we start, we use sql2008 and dotnet 3.5
i create an LLBLProject and have the following settings in Preference26.xml
<addNewElementsAfterRefresh value="true" />
<manualSelectSProcsFromSchema value="false" />
also set the first option in the project preferences to true and second option to false
i use the sa user for database .
i create a batch file that use CliRefresher to refresh the LLBLProject so the new objects take place in project next build it and the other steps .
the project have Entities, Views and Procedure nodes empty so i make a copy from it then refresh the copied version using CliRefresher , when i check the refreshed project both Entities and Views are filled with objects the problem is StoredProcedures that it is left empty!
i test a situation that a project with every thing included like Entities, Views and procedures so when i refresh it with CliRefresher it is update Entities and Views and clear procedures from the project
we have procedures in database and it is mandatory to have them in code .
what should i do ! is there any problem with CliRefresher or any parameter !