I've checked "01.00.00.SqlDataProvider" file and it has some errors (i was really surprised):
Msg 137, Level 15, State 2, Procedure AddUser, Line 68
Must declare the scalar variable "@UserId".
Msg 137, Level 15, State 2, Procedure DeleteUser, Line 26
Must declare the scalar variable "@UserId".
Msg 137, Level 15, State 2, Procedure GetSiteLogDetail, Line 15
Must declare the scalar variable "@PortalID".
Msg 137, Level 15, State 2, Procedure UpdateUser, Line 40
Must declare the scalar variable "@UserId".
Msg 137, Level 15, State 2, Procedure UpdateVendor, Line 42
Must declare the scalar variable "@VendorId".
Msg 137, Level 15, State 1, Procedure AddModuleDefinition, Line 36
Must declare the scalar variable "@ModuleDefID".
Msg 137, Level 15, State 1, Procedure FindBanners, Line 113
Must declare the scalar variable "@vendorId".
Msg 137, Level 15, State 2, Procedure GetPortalSettings, Line 26
Must declare the scalar variable "@TabId".
Msg 137, Level 15, State 2, Procedure GetServices, Line 19
Must declare the scalar variable "@UserID".
Msg 137, Level 15, State 2, Procedure GetServicesByUser, Line 16
Must declare the scalar variable "@UserID".
Msg 137, Level 15, State 2, Procedure UpdateModuleDefinition, Line 45
Must declare the scalar variable "@ModuleDefId".
Msg 137, Level 15, State 2, Procedure UpdateModuleDefinition, Line 60
Must declare the scalar variable "@ModuleDefId".
|