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 - I just updated Lightspeed on my computer. Not sure how long it was since I last updated but I think about a year. Now none of my code works. A few things about how I use your component. I'm using SimpleDb backend and typically use LINQ calls to access the data. This ALL worked before and now every single unit test fails. The first exception I was getting was that it was not able to find 'Mindscape.LightSpeed.Providers.AmazonSimpleDB'. I added this reference and now I'm getting a "This is not implemented exception.". There really is no useful error message and every single call I have is broken now. Please help. |
|
|
I was using version 4.0.1621 before. Why does none of my stuff work with this new update? Is there a help page you can direct me to to let me know what I need to do to upgrade my code? |
|
|
The only change for the SimpleDB provider between v4 and v5 was to isolate it in an independant provider assembly. It sounds like you have made that change so something else must be occuring to trigger the exception you are seeing. If you are able to send us through a small repro project which triggers this we can investigate whats going on here for you. In the meantime I would suggest sticking with v4 until we can track down whats occurring.
|
|