Ahh - could well be that when you choose build, it doesn't build your Company.Datalayer code. Is Company.Datalayer part of your current solution? If so, you'll need to choose rebuild.
If Company.Datalayer is not part of your current solution, you'll need to open it in another instance of Visual Studio, rebuild it, deploy the output to wherever your solution is reading the dll from. On Tue, Aug 24, 2010 at 3:20 PM, stapes <[email protected]> wrote: > Could it be anything to do wth this - the procedure involved is > referenced in other pages using the statement: > using Company.DataLayer; > > On 24 Aug, 15:00, stapes <[email protected]> wrote: >> Yes, project is set to build in the configuration manager. >> >> On 24 Aug, 14:34, Jamie Fraser <[email protected]> wrote: >> >> >> >> > Is your project set to build in the configuration manager? I've never >> > experience this behaviour before... sounds like something isn't >> > configured right! >> >> > On Tue, Aug 24, 2010 at 2:22 PM, stapes <[email protected]> wrote: >> > > I am having problems because Visual Studio 2005 does not seem to >> > > recompile everything. >> >> > > For instance, I can edit a page called /Datalayer/User.cs, put in >> > > total rubbish, build and run, and no errors are flagged. Similarly, >> > > any real changes I am trying to do are ignored. Can I force it to >> > > recompile properly and show all errors? I would have thought this to >> > > be the default behaviour.- Hide quoted text - >> >> > - Show quoted text -- Hide quoted text - >> >> - Show quoted text -
