NotImplementedException The method or operation is not implemented.
Source : EnvDTE
Stack Trace: at EnvDTE.Project.get_CodeModel() at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.CompileProjectCollection() at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.CompileProjectItemCollection() at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.InitForm()
I have a deployed ap & I was going in to work on some areas and 'all of a sudden' this just started happening - not being able to use the BO mapper. Everything compiles fine and I've gone through the usually litany of open/close IDE, reboot, et al to no avail.
Ideas? Reinstall?
Tx - J
Also, if you could post a screen shot of your "Solution Explorer" window within Visual Studio, that might help... there might be an object within your project that the BOMapper isn't expecting.
Let me know if you run into anything else
Unfortunately my installs of 1.4.1 beta and pre-release failed each time, most recently in activation.exe (attachments) but 1.4.0 seems fairly solid so I rolled back to that (and re-mapped all my bo's in all my projects as the sf db was wiped (I should have unchecked that box)).
The good news is that thanks to your hint (about the setup project), the bo mapper works again - I just have to remove the setup project from the solution. When I go to deploy I just readd that project.
Thanks again - J