G
Guest
We have pages that were updated with vs2005beta2 from v1.1 code and ran fine
on xp-pro, but placing them on a server are blowing on .CommandType in the
init() section of designer generated code left over from v1.1:
Me.SqlSelectCommand1.CommandType = CommandType.StoredProcedure
Compiler Error Message: BC30451: Name 'CommandType' is not declared.
Where should I look for how to fix this, or, do I have to refactor the code
and get rid of the old init() blocks?
Thanks for any clues ...
on xp-pro, but placing them on a server are blowing on .CommandType in the
init() section of designer generated code left over from v1.1:
Me.SqlSelectCommand1.CommandType = CommandType.StoredProcedure
Compiler Error Message: BC30451: Name 'CommandType' is not declared.
Where should I look for how to fix this, or, do I have to refactor the code
and get rid of the old init() blocks?
Thanks for any clues ...