Hi
I have a web app which is running a report, when I change a parameter under a certain circumstance I get the error message below, I cannot logically work out what is happening, it seems to be falling over outside of my code. If anyone has any information or pointers I would greatly appreciate your help, see error stack belo
Message: The parameter data type of UInt32 is invalid
Source: System.Dat
TargetSite: System.Data.SqlClient.MetaType GetMetaType(System.Object
ErrorType: System.ArgumentExceptio
Parameter: '' was invalid
StackTrace:
-------------------------------------------------------------------------------
at System.Data.SqlClient.MetaType.GetMetaType(Object value)
-------------------------------------------------------------------------------
at System.Data.SqlClient.SqlParameter.SetTypeInfoFromComType(Object value)
-------------------------------------------------------------------------------
at System.Data.SqlClient.SqlParameter.set_Value(Object value)
-------------------------------------------------------------------------------
at System.Data.SqlClient.SqlParameter..ctor(String parameterName, Object value)
-------------------------------------------------------------------------------
at System.Data.SqlClient.SqlParameterCollection.Add(String parameterName, Object value)