config file warning
I have this variable(DB8 of object type) that i want to include in config file but its not letting me do it
This the warning that i am getting
Property "Value" with type "Object" of variable "User::DB8" can not be exported to the configuration file.
Please help
May 23rd, 2011 3:44pm
Variables of type Object are basically table variables, with no real meta data assigned until run-time. So when you try to export them to a Configuration (of any type) at design time, the table has no rows and no fields.
Perhaps you could explain WHY you want to store table contents in a Config and we can help you with a work-around?Todd C - MSCTS SQL Server 2005 - Please mark posts as answered where appropriate.
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2011 4:31pm