Ok, so I've been using the manager templates created by cmartinbot and others with good success. But for some reason I have a specific method within a manager class that causes the ide to hang when intellesense is activiated, and it's driving me nuts as I have to restart vs.net. No other method in the class has this problem.
I do the following MilestoneTemplateManager.FetchWithMilestoneActivity(
and intellesnse just freezes. I don't think it's a problem with the templates per se because I can go to notepad, type in the "MilestoneTemplatemanager.FetchWithMilestoneActivity(1)" and paste it into the editor and it works fine. It's just that intellesense just seems to be bugging. Anyone have any suggestions.