This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, When I open an existing model the following is generated: public System.Linq.IQueryable<$Translator.QualifiedTypeName($entity)> Options { get { return this.Query<$Translator.QualifiedTypeName($entity)>(); } } I've uninstalled all the instances of the LightSpeed installer and re-installed but I'm still experiencing the same issue. Anything else I can try? Cheers Johan
|
|
|
Sorry just to add I'm installed the nighly build of 30-May-2011 |
|
|
This looks very much like there is an old version of a DLL lying around somewhere. Do an uninstall, restart Visual Studio to give it a chance to clear up any internal state (maybe do a devenv /setup into the bargain, and even a reboot just in case), check the GAC and installation directory for any lurking LightSpeed bits, then reinstall. Verify that the version of Mindscape.LightSpeed.Generator.Generation DLL is current (unfortunately we don't version-stamp the designer DLLs but I think it should be 316416 bytes). Hopefully then you will be good to go -- if not then let us know... |
|
|
i had the same problem - just had to uninstall all versions of LS (incl nightly build) and reinstall the nightly build. everything was all good after that. |
|