visual studio 2010 - How to automatically regenerate DB partial project files? -


i using advanced version of visual studio 2010 , using database projects. there's feature of exporting database schema partial project (which creates *.files output file), triggered manually developer (you need right-click on project , select export partial project). automatize process, meaning output file created each time modify database, build or close solution.

i tried creating macro, executes dte command project.vsdbexportaspartialproject, fails exception , shows save as dialog box, avoid. maybe idea add post-build event, don't know how execute dte commands there.

to sum up, need automatically refresh *.files output file located in fixed path without user interactions.

is possible?


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -