A
Adam Calderon
In ASP.NET 2.0 you have the choice of using the built in
App_GlobalResoruces or App_LocalResources style of using resources or
you can use your own resources utilizing satellite assemblies. In the
SDK under "Resources in ASP.NET Applications" the documentation
demonstrates how to use your own satellite assemblies and instructs
you to build a folder structure under the bin folder. Following all of
the correct procedures (taking an resx file and creating a resource
file and then compiling a dll and placing them in the correct folders
with the correct names) the main or neutral resource is found but none
of the satellite assemblies are found. If you look in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
for the website you can see that the assemblies under the satellite
folders are not being created. Has anyone ran into this and if so what
did they do. This particualr situation requires the use of satellite
assemblies that are created "old school".
Adam Calderon [MCSD,MCAD,MCP]
http://blogs.interknowlogy.com/adamcalderon
App_GlobalResoruces or App_LocalResources style of using resources or
you can use your own resources utilizing satellite assemblies. In the
SDK under "Resources in ASP.NET Applications" the documentation
demonstrates how to use your own satellite assemblies and instructs
you to build a folder structure under the bin folder. Following all of
the correct procedures (taking an resx file and creating a resource
file and then compiling a dll and placing them in the correct folders
with the correct names) the main or neutral resource is found but none
of the satellite assemblies are found. If you look in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
for the website you can see that the assemblies under the satellite
folders are not being created. Has anyone ran into this and if so what
did they do. This particualr situation requires the use of satellite
assemblies that are created "old school".
Adam Calderon [MCSD,MCAD,MCP]
http://blogs.interknowlogy.com/adamcalderon