when i was trying export single web resource its exporting entire solution. how can i export single web resource
when i was trying export single web resource its exporting entire solution. how can i export single web resource
Is it a custom web resource created by you or something part of a managed solution?
Can you check the dependencies of that file?
When adding that file in a new solution, uncheck all the dependent components/assets to avoid such behavior.
Are you editing that web resource from form editor, I noticed the solution getting the entire entity added when doing so (CRM 6th sense). You can remove the unnecessary components if you really don’t want to be part of that solution before exporting.
Through the CRM user interface, the only method for exporting a single web resource is through the solution export as described in other posts.
Two alternate methods are:
* XrmToolbox - Web Resources Manager : www.xrmtoolbox.com/.../MsCrmTools.WebResourcesManager
* Visual Studio, D365DeveloperExtensions: github.com/.../D365DeveloperExtensions
Hi raki,
You could achieve your requirement through the following two ways.
1.Get the url of the web resource and then click it.
2.Create a new solution and only add the web resource which you need into this solution and then export it.
Hope it helps
Best Regards
Leo
Hi,
This doesn't seem correct. The solution will export only the components added to the solution. So ensure that there is only your web resource and nothing else. Sometimes while adding, we tend to say add related components which adds all other record.
Hope this helps.
Create a solution with that single web resource and export that solution.
Hi,
I'm not sure what kind of Web Resource you want to export.
Anyway, you can copy your web resource link (System Setting->Solution->Web resource->right click the WR you selected)->Copy the link.
Hope useful.