App_GlobalResources.resources.dll
-
Hi I have a existing project and in the proect App_GlobalResources folder i have dll for every .resx file, for example if i have admin.en.resx then i have one dll as admin.resources.dll. i open the dll to read its manifest but no methods listed, i want to know why that dll needed and how it generated. thanks
-
Hi I have a existing project and in the proect App_GlobalResources folder i have dll for every .resx file, for example if i have admin.en.resx then i have one dll as admin.resources.dll. i open the dll to read its manifest but no methods listed, i want to know why that dll needed and how it generated. thanks
-
Hi Thanks for your reply.. i found with the help of some articles that those dll's are satellite assemblies created with the help of resource file and because of App_Globalresources Folder not exists in previous versions of .NET Frame works, those compiled assemblies were used and also when delivering application to give as satellite assemblies is used. so those dll's are satellite assemblies with the help of resource files.