CRM Developer Tool Visual Studio Error RegistrationFile property must be set.- PRT_RegisterPluginsAndWorkflows
I thought to share this with you people, so that you wont waste your time setting up your Visual Studio.
Errors that i was getting.
1. Name Property can not be null.
2. RegistrationFile property must be set.- PRT_RegisterPluginsAndWorkflows
I was trying to deploy the webresource and plugins throgh the Developer tool from Visual Studio and was getting the error "Registration File Property must be set".
I upgraded my CRM developer tool from Visual Studio and after that i was not able to deploy webresources or plugins or workflows from my Visual Studio. So from Visual Studio , i created a new Project using the Dynamics 365 Package Template and started comparing the project file, to see if any thing is changed.
After doing a comparision, i noticed that in the CRM project file, the tag Content was not present in the new Project file, and is been replaced with the RegisterPlugin. So i just replaced the text "Content" with RegisterPlugin and started working.
<Content Include="RegisterFile.crmregister"> <DisplayName>RegisterFile</DisplayName> <UniqueName>siq_RegisterFile</UniqueName> <WebResourceType>NotSupported</WebResourceType> </Content>
Comments
Post a Comment