Overview
The deployment package installation in a development environment is a common task when you need to install an ISV solution or another partner. The installation process is well described in the standard guide. Theoretically, the process should go smoothly. In reality, you may face various errors during this process.
Time out issue
Sometimes, the installation process can fail with the error:
The step failed
In this case, you need to stop IIS Express in your dev box and repeat the installation process.
Don't forget to run database synchronization. You must run database synchronization from Microsoft Visual Studio after you install the deployable package.
Check in issue
When you try to check in the installed binary files in Visual Studio you may face the issue below:
You can try to do the following:
- Reopen Visual Studio
- Try to do a check-in again
- Reopen Visual Studio
- Stop The Batch Service and IIS Express in the Dev Box
- Try to do a check-in again
No comments:
Post a Comment