When i try to use some generic classes (see attachment DomainObject1.cs) I got exception
Dictionary already contains class info ''. Possible reason: the assembly 'Bug9.Module, Version=1.0.3349.28621, Culture=neutral, PublicKeyToken=null' has been loaded twice.
Steps to Reproduce:
- Unpack attachment
- Open solution Bug9
- Compile and Run
- See exception
Actual Results:
Exception
Dictionary already contains class info ''. Possible reason: the assembly 'Bug9.Module, Version=1.0.3349.28621, Culture=neutral, PublicKeyToken=null' has been loaded twice.
Expected Results:
Run without exception