W
WT
Hello,
Could we use 'Embedded resources' with resx files that contain text
resources used in aspx pages with the syntaxe:
Text="<%$ Resources:ResourcesMy,KEY1 %>"
I tryed removing the App_GlobalResources folder, and after verifying thta my
resources were correctly embedded in my dll, I get errors as if asp.net was
unable to look for these ressources in the assembly, still trying to open an
resx file
InitializeDataSourceLoadControl controlPath :
/WTPageModules/Pages/PortalPagesManager.ascx, ex :
System.Web.HttpParseException: The resource object with key 'AM_TABS' was
not found. --->
System.Exception: The resource object with key 'AM_TABS' was not found. --->
System.Web.HttpException: The resource object with key 'AM_TABS' was not
found.
Is there any solution to have dlls and no resx files deployed ?
Thanks
CS
Could we use 'Embedded resources' with resx files that contain text
resources used in aspx pages with the syntaxe:
Text="<%$ Resources:ResourcesMy,KEY1 %>"
I tryed removing the App_GlobalResources folder, and after verifying thta my
resources were correctly embedded in my dll, I get errors as if asp.net was
unable to look for these ressources in the assembly, still trying to open an
resx file
InitializeDataSourceLoadControl controlPath :
/WTPageModules/Pages/PortalPagesManager.ascx, ex :
System.Web.HttpParseException: The resource object with key 'AM_TABS' was
not found. --->
System.Exception: The resource object with key 'AM_TABS' was not found. --->
System.Web.HttpException: The resource object with key 'AM_TABS' was not
found.
Is there any solution to have dlls and no resx files deployed ?
Thanks
CS