Search Results

Search found 2 results on 1 pages for 'drejc'.

Page 1/1 | 1 

  • Singleton class in DLL used on multiple virtual directories

    - by Drejc
    I have the following situation: multiple virtual directories under same application pool in IIS copy of same DLL in all those directories (same version number) a singleton class in one in this DLL The question is, is this singleton class created only once for all those Virtual Directory instances or is there for each of there one singleton class. The code looks something like this: [ Transaction(TransactionOption.Supported), ClassInterface(ClassInterfaceType.AutoDispatch), Guid("7DE45C4D-19BE-4AA4-A2DA-F4D86E6502A8") ] public class SomeClass { private static readonly Singleton singleton = new Singleton();

    Read the article

  • GWT Internationalization - Plural Forms

    - by Drejc
    I have read and executed following instructions found on GWT pages But somehow the "[none]" form does not return the correct output, rather it returns the default output. While all the other like [one], [two], [many] work perfectly fine. Has anyone come across this problem, and how can I solve it?

    Read the article

1