0
Answer

Re-Building Error

Ask a question
Sam Collins

Sam Collins

17y
1.6k
1
Hi Guyz, The project compiles perfectly, but if some changes are made to the project, it says object not defined under some '.aspx' file. Checked all the definitions. This error only occurs when changes are made to the Data Access Layer of the application. Tried locating the definition of that object and it shows some file with name and '[meta data]' attached to it under VS2005, which eventually is tracked to the temporary files under .NET framework version directory. If, simply UI of the application is changed, it accepts it perfectly. Is this because of the dll's already compiled? If so how to make changes and recompile the dll's? Thanks in advance