I worked with UDE almost 3 months ago, at that time while
I imported an existing project into Visual Studio 2022 and was able to build it successfully. However, when I tried to deploy the changes to the UDE environment, the deployment failed.
Are there any UDE-specific limitations or prerequisites when deploying imported projects
If two developers work on the same object at the same time in a UDE environment, how are conflicts handled? Will changes made by one developer impact the other developer’s work?
If I make code changes, build the project, and deploy it to the environment, how do these changes become available to other developers working in the same UDE?
After I modify an object and build and deploy it to the environment, how long does it typically take for the changes to become visible to other users or developers?
When I started working with UDE a few months ago, I imported an existing project into Visual Studio 2022 and was able to build it successfully. However, when I tried to deploy the changes to the UDE environment, the deployment failed.
1. Please give us more information about the problem, not just that the deployment failed.
2. They work in isolation. When one developer check-in code to source control, it gets uploaded to the server repository. When the other developer gets latest code from the server, changes of the other developer get downloaded to his/her machine.
3. As above. It's about a source control system (TFVC, Git), not about deployment of binaries to an environment.
4. As above.
5. See 1. We can't help you until you give us at least some information about the problem.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.