version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
In sql server management studio, I can enter 70 chars in the "registeredName" field.
Yet when I try the same via my web page (which uses llblGenPro) I get an overflow error:
System.ArgumentOutOfRangeException: The value specified will cause an overflow error in the database. Value length: 86. Column max. length: 75
Parameter name: RegisteredName
Is this due to my llblGenPro DAL dll being out of synch?
I ask because I had ensured that the:
1) schema had been refreshed
2) project regenerated
3) c# generated had been rebuilt in the solution
Somehow, it now works, but It'd be nice to know where the actual issue was.
cheers,
yogi