I've found ORM.NET to be a great help for our team. When I create a DAL with it, all the nice IntellSense features work well, so that I see the Columns of a table when I type "JoinPath.Table.Columns.".
However, when my other members of my team check out the DAL from our Visual Source Safe 6 repository, they find that IntelliSense is not working for them when it comes to the ORM.NET-classes. They can type "JoinPath." and will see a list of the tables, but the IntelliSense does not work beyond that point.
Does anyone know what causes that problem and how it can be fixed?
Thank you!
Bye, Oliver
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've found ORM.NET to be a great help for our team. When I create a DAL with it, all the nice IntellSense features work well, so that I see the Columns of a table when I type "JoinPath.Table.Columns.".
However, when my other members of my team check out the DAL from our Visual Source Safe 6 repository, they find that IntelliSense is not working for them when it comes to the ORM.NET-classes. They can type "JoinPath." and will see a list of the tables, but the IntelliSense does not work beyond that point.
Does anyone know what causes that problem and how it can be fixed?
Thank you!
Bye, Oliver