Search

You searched for the word(s): userid:653278

Matching Posts

  • What tidies up Transactions?

    What manages the Transactions? Our application is a ASP.NET website, the transactions wrap File saves and Stored Procedure calls. Our testers got an intermittent error with Transactions, I removed the new code that have caused the issue but the error reappeared. We reset IIS and still no change, a machine reboot seemed to fix the issue, what could be holding on the to Transaction? The error is "cannot access a disposed object. object name 'Transaction'" which I've found references
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by learnerplates on 9/18/2009
    Filed under: transaction transactionscope
  • Re: End string excludes Spanish characters

    got it, the problem is that the resource files used to generate the satellite dlls was not in UTF-8.
    Posted to Localization (Forum) by learnerplates on 9/16/2008
  • Re: End string excludes Spanish characters

    This is not what I'm looking for, for various reasons I haven't implemented using asp.net's method, I've calling .NETs ResourceManager instead and providing the satellite dlls. Could this be tied into the browser's options maybe? I have yet to debug the server side to see if the correct strings, with spanish characters, are being sent back to the client.
    Posted to Localization (Forum) by learnerplates on 9/15/2008
  • End string excludes Spanish characters

    I've implemented localization using the the ResourceManager and using Satellite dlls, http://forums.asp.net/t/1206789.aspx, but the resultant strings appear in end web application without the Spanish characters when the Spanish culture is chosen. I admit I haven't debugged this yet but I thought I'd ask! Could this be the ResourceManager that's dropping the characters or maybe the way the resource files are being created or something else? e.g. ¿Cuál es su dirección postal? Is appearing
    Posted to Localization (Forum) by learnerplates on 9/15/2008
  • configuration debug = "true" and the debug precompiler

    Does the asp.net configuration debug="true" and the precompile directive #if DEBUG have anything in common? I don't think so but a colleague has told me there is some connection. Some of our code has #if DEBUGs that include additional stacktrace info when the code is compiled in Debug, a colleague has told me that when this code is built in release that somehow the #if DEBUG can be turned on and off at runtime with the asp.net configuration setting!!! is there any connection? I think
    Posted to Configuration and Deployment (Forum) by learnerplates on 9/8/2008
    Filed under: debug, web.config
  • Re: The namespace 'Resources' already contains a definition for

    I found some caveats with this localization stuff, mostly with regard to the naming of the files, I've documented it here http://learnerps-dotnet.blogspot.com/2008/08/localization-and-globalization.html#links
    Posted to Localization (Forum) by learnerplates on 9/2/2008
  • Re: using asp.net Localisation - with ResourceManager

    I found the issue, there's a little caveat with the .resources file to satellite assembly, the .resources must be named in a certain way, it must contain it's culture name e.g. for spanish the name must end with .es.resources. With the ".es.resources" in the name it won't be picked up and the default is always used. This cost me about a day, very very strange I've documented it here http://learnerps-dotnet.blogspot.com/2008/08/localization-and-globalization.html
    Posted to Localization (Forum) by learnerplates on 8/11/2008
  • Re: using asp.net Localisation - with ResourceManager

    It's of no use to me, I'm not using the ASP.NET mechanism I'm using it through the System.Resources.ResourceManager class and am pulling my hair out. There's lots of documentation but it doesn't tell you how to use it, maybe someone here can help. I managed to get the localization to work with the bare .resource files (It took me the whole morning to figure out that I need to use a tool to create these!), 1 ResourceManager _rm = ResourceManager.CreateFileBasedResourceManager(
    Posted to Localization (Forum) by learnerplates on 8/8/2008
  • using asp.net Localisation

    I have a web app running with ASP.NET but for reasons I cannot use the ASP.NET localisation mechanism directly, instead I have to use .NET localisation indirectly. How can I call the Localistion mechanism? The runtime will be calling my own static method which returns the correct string based on a Culture supplied at runtime. It's this method that I want to extract the correct string from a resx file. This resx file will live on the web app but I'm not sure where or how it will stored for
    Posted to Localization (Forum) by learnerplates on 8/7/2008
  • Re: The namespace 'Resources' already contains a definition for

    I have the same issue even thought the procedure is described here http://msdn.microsoft.com/en-us/library/fw69ke6f(VS.80).aspx
    Posted to Localization (Forum) by learnerplates on 8/7/2008
Page 1 of 12 (117 items) 1 2 3 4 5 Next > ... Last »