mikedantonivy
New Member
I've developed several applications using the SDK Beta and recently transferred them to a machine on which I installed the SDK 1.0 release along with service pack 1.<BR><BR>I'm running into a lot of problems with things that worked well in the Beta don't work at all in the 1.0 release.<BR><BR>The DataAdapter Update function, which works on the Beta, kicks an error on the 1.0 and there appears to be some differences in how ViewState works.<BR><BR>My Quesiton is: Has anyone else ran into significant differences that you should look out for or plan around ?<BR><BR>Still sorting it out.........<BR><BR>Thanks<BR>TomTOne difference between the Beta and the 1.0 version of the SDK relates to sensitivity to keywords or reserved words. Code that worked fine with the Beta (updating a database with a field named "Index") kept kicking "Syntax Error in Insert Statement" errors. This never happens with the Beta.<BR><BR>There are likely a number of other Beta vs 1.0 gocha's.<BR><BR>I'm having the same problems, but found my C# apps are ok, but the VB ones fall over. Especialy DataAdapter Updates.Another difference between the beta and 1.0 seems to be the number of parameters needed for "Cache.Add". The Beta accepts a property called CacheItemPriorityDecay. If you include this property in a 1.0 system, it crashes as "no overload bla bla takes this number of parameters".<BR><BR>I'm sure I'll keep running into differences, but it is a pain.<BR><BR>TTAnother difference between the beta and 1.0 seems to be the number of parameters needed for "Cache.Add". The Beta accepts a property called CacheItemPriorityDecay. If you include this property in a 1.0 system, it crashes as "no overload bla bla takes this number of parameters".<BR><BR>I'm sure I'll keep running into differences, but it is a pain.<BR><BR>TT