This question was recently asked by a customer and we wanted to share it with the developer community.
I uploaded the application to the preview site but I'm getting an error (like the one discussed in this post: http://stackoverflow.com/questions/184254/type-systemwebuiwebcontrolssessionparameter-does-not-have-a-public-property-nam. We had the same problem on one of our local machines and applying the service pack fixed it.So I was wondering whether this error is related to the service pack not being installed or something else...does the preview site have the 3.5 framework SP1 installed?
- H
H,
I dug through my e-mail archives because we had a debate about adopting this service pack internally. Indeed, we do not run this service pack on our servers. The reason why is SaaSGrid uses reflection on Generic types, and there is a bug introduced by the service pack that broke this. There is a hotfix to fix that bug, but since we didn’t have any code of our own that requires the service pack we didn’t want to maintain the unsupported hotfix.Is there any way you can work around this on your side? Also, I don’t know much about the class you are using – but you aren’t trying to connect to the database from the UI, right? Theoretically you wouldn't need to set the DbType property?
- Paul
Paul,
Changing 'DbType' to 'Type' fixed it...