I can't generate Local Resource

Last post 02-21-2007 11:02 AM by ross613. 12 replies.

Sort Posts:

  • I can't generate Local Resource

    04-25-2005, 3:55 AM
    • Member
      30 point Member
    • Kevin_Lin168
    • Member since 04-25-2005, 4:11 AM
    • Posts 6

    In ASP.NET 2.0 beta 1,I can generate Local Resource File on menu Tools-->Generate Local Resource without problem.

    But in ASP.NET 2.0 beta 2 , Visual Web Develop 2005.I can't generate Local Resource File on menu Tools-->Generate Local Resource.The menu item  seems always disable.  

    Is any one can help me ?

    Thanks

     

     

  • Re: I can't generate Local Resource

    04-26-2005, 12:54 AM
    • Participant
      1,381 point Participant
    • bash_MS
    • Member since 08-06-2002, 3:40 PM
    • Posts 276

    Generate Local Resource is not a feature of the Visual Web Developer Express SKU.  The fact that it worked in Beta1 and also the fact that you are now seeing a disabled menu item are bugs.  You should not even be seeing a menu item for this in VWD Express.

    -- Bash



    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: I can't generate Local Resource

    04-26-2005, 10:21 PM
    • Member
      30 point Member
    • Kevin_Lin168
    • Member since 04-25-2005, 4:11 AM
    • Posts 6

    Thank you.

     How can I Generate Local Resource  ?

    Is there any tools or program can do this ?

  • Re: I can't generate Local Resource

    04-27-2005, 12:20 AM
    You need to have Visual Studio Standard to have localization available. Express editions do not support local resources.
    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: I can't generate Local Resource

    04-27-2005, 9:51 PM
    • Member
      30 point Member
    • Kevin_Lin168
    • Member since 04-25-2005, 4:11 AM
    • Posts 6

    I understand.Thank You Very Much

  • Re: I can't generate Local Resource

    04-28-2005, 4:27 AM
    • All-Star
      25,662 point All-Star
    • Luis Abreu
    • Member since 02-12-2005, 6:22 AM
    • Madeira [Portugal]
    • Posts 5,368
    • TrustedFriends-MVPs
    Hello.is there any onli resource which teach us on how to do this manually?
    --
    Regards,
    Luis Abreu
    email: labreu_at_gmail.com
    EN blog:http://msmvps.com/blogs/luisabreu
  • Re: I can't generate Local Resource

    04-28-2005, 8:51 AM
    • Contributor
      3,285 point Contributor
    • ByReckon
    • Member since 02-14-2005, 6:27 AM
    • El Puerto, Spain
    • Posts 651

    Hello,

    Maybe using the Resource File Generator tool manually.

    Try in this link.

    VB .Net Coder - Apologize my C# nescience
    Best Regards.
  • Re: I can't generate Local Resource

    04-28-2005, 10:44 AM
    • All-Star
      25,662 point All-Star
    • Luis Abreu
    • Member since 02-12-2005, 6:22 AM
    • Madeira [Portugal]
    • Posts 5,368
    • TrustedFriends-MVPs

    Hello.

    Yep, that'll help.

    gracias ;)

    --
    Regards,
    Luis Abreu
    email: labreu_at_gmail.com
    EN blog:http://msmvps.com/blogs/luisabreu
  • Re: I can't generate Local Resource

    04-28-2005, 3:12 PM
    • Participant
      1,910 point Participant
    • SimonCal
    • Member since 06-10-2002, 8:43 PM
    • Posts 381
    • AspNetTeam
      Moderator

    The resgen tool is not the way to go here. This creates the binary from the resx file. Rather you can manually perform the hook yourself in the express addition. "Generate Local Resource" menu command creates a resx file and in the \app_Localresources folder as well aqs adds the attributes to the page control tags for you.

    For example, manually create the app_localresources folder at the right level, then use add new item to create an assembly resource file in that folder with the right convention, then add keys to it. You could then add the attributes to the control as required, or use the expressions dialog in design-view to hook up explicit expressions to resource keys.

    The quick starts give you some background that can help out.

     

    Simon
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: I can't generate Local Resource

    04-28-2005, 3:17 PM
    • Contributor
      3,285 point Contributor
    • ByReckon
    • Member since 02-14-2005, 6:27 AM
    • El Puerto, Spain
    • Posts 651

    Thanks for clarify this concept.

    There isn't too much info out there about this.

    VB .Net Coder - Apologize my C# nescience
    Best Regards.
  • Re: I can't generate Local Resource

    01-22-2006, 11:54 PM
    • Member
      5 point Member
    • mikeamat
    • Member since 01-23-2006, 4:45 AM
    • Posts 1
    If this is the case then please remove the section in the VWD Express documentation that deals with localization using this feature.

    It was extremely frustrating to go through the quickstart tutorial on this so many times trying to figure out why it wasn't working, only to find out that the feature had been stripped out.

    -Mike

  • Re: I can't generate Local Resource

    01-23-2006, 2:34 PM
    • Contributor
      5,684 point Contributor
    • mikepope
    • Member since 07-20-2002, 6:14 AM
    • Seattle, WA
    • Posts 1,136
    • AspNetTeam
      Moderator
    Hi, Mike -- I'll file a bug that the documentation should either be removed for Express Edition or should as a minimum note that the feature is not supported in Express Edition. (Some documentation is shared between Visual Studio 2005 Standard and Visual Web Developer Express Edition.)

    Thanks for the feedback!

    -- Mike Pope

    ASP.NET User Education

    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Re: I can't generate Local Resource

    02-21-2007, 11:02 AM
    • Member
      4 point Member
    • ross613
    • Member since 02-21-2007, 10:49 AM
    • Ottawa, ON (Canada)
    • Posts 16

    I'm having a problem getting this same feature to work in Visual Studio 2005 Professional Edition.  Are there any conditions where this same issue would appear in the web developement environment therein?  Perhaps something security-related?  The environment I work in has a lot of security restrictions - even on developer desktops (for reasons that to most of us seem a touch short of rational).

    Appreciatively,

    RH

     

    Ross Holder,
    Ottawa, ON (Canada)
    http://ross613.spaces.msn.com
    "The more you know, the more you wanna know more."
Page 1 of 1 (13 items)