Comments on: Deploying Localized Satellite Assemblies with SharePoint 2010 https://blogs.visigo.com/chriscoulson/deploying-localized-satellite-assemblies-with-sharepoint-2010/ Tips on .Net, SQL Server, Sharepoint & AI Thu, 02 Jul 2015 07:59:17 +0000 hourly 1 https://wordpress.org/?v=6.3.5 By: Chris Coulson https://blogs.visigo.com/chriscoulson/deploying-localized-satellite-assemblies-with-sharepoint-2010/#comment-38438 Thu, 02 Jul 2015 07:59:17 +0000 http://blogs.visigo.com/chriscoulson/?p=44#comment-38438 In reply to Manuel.

I haven’t used TFS Builds, but I would assume you could create a post build script that would copy the files to the appropriate location, like mentioned in the Gotcha’s and http://msdn.microsoft.com/en-us/library/gg615453.aspx .

]]>
By: Manuel https://blogs.visigo.com/chriscoulson/deploying-localized-satellite-assemblies-with-sharepoint-2010/#comment-38437 Wed, 01 Jul 2015 09:50:32 +0000 http://blogs.visigo.com/chriscoulson/?p=44#comment-38437 Hi guys.

What about TFS Builds? This kind of approach will never work with a Build. TFS Build drops binary files to a different folder depending on the configuration of the build, so the bin\Release\[language]\MyAssembly.resources.dll is always inaccessible.

Any idea??

]]>
By: Chris Coulson https://blogs.visigo.com/chriscoulson/deploying-localized-satellite-assemblies-with-sharepoint-2010/#comment-1180 Fri, 07 Oct 2011 13:33:51 +0000 http://blogs.visigo.com/chriscoulson/?p=44#comment-1180 In reply to Al.

It does, but each assembly goes into it’s own separate folder (specified in the location field). This allows for multiple assemblies with the same name.

]]>
By: Al https://blogs.visigo.com/chriscoulson/deploying-localized-satellite-assemblies-with-sharepoint-2010/#comment-1179 Fri, 07 Oct 2011 13:20:56 +0000 http://blogs.visigo.com/chriscoulson/?p=44#comment-1179 8. Repeat for each Satellite Assembly in your project

VS2010 gives each locale the same assembly name therefore impossible to add more than one locale to the package?

en-us/myassembly.resources.dll
en-gb/myassembly.resources.dll

]]>