Refreshing data source

I am using business objects as my data source, they are situated in a separate assembly.

When I update and rebulid my bizentity assembly and web site I still dont see new properties I have added to my bizentity classes. Has anyone got any suggestions how to get the data source view to really refresh

//jonas



Answer this question

Refreshing data source

  • DEEPAK GARG

    I have tried several different approaches and I guess there is some kind of bug in vs.net 2005 that makes the datasources disappear. Often u just haft to close down vs to get them back but doesnt work always. I have then tried adding a dummy class to app_code and a dummy method returning a strongly typed list with my business object, rebuilding web site and viola... it works. Of course u have to have an open aspx page to get it to work.

    //jonas


  • Refreshing data source