| | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 11/22/2008 2:28:31 AM Posts: 152, Visits: 540 |
| | When I load the Business Object Mapper I get the attached errors. My workstation is a Dell 810 Laptop WindowsXP SP2 VS2005 SQL server 2005
|
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 12/02/2008 4:42:46 PM Posts: 2,686, Visits: 1,890 |
| The first error is possibly coming from a project type or project item type within your solution. The second error is occuring because the database connection for StrataFrame has been changed. In VS, go to the StrataFrame menu and then to the Database Connection option. In the window, edit the database connection and make sure that it it pointing to the StrataFrame database, not to the StrataFrameSample databse or whatever database you're application is using. This database connection is used by the design-time components to access the StrataFrame database. It is not used by the runtime components of your application in any way, so it needs to stay pointing to the StrataFrame database.
www.bungie.net |
| | | | StrataFrame Beginner
       
Group: Forum Members Last Login: 08/28/2006 2:49:11 PM Posts: 1, Visits: 1 |
| I am having the same issue with one added problem. When i close the business object mapper i get the following error as well:
AccessViolationException Attempted to read or write protected memory. This is often an indication that other memory is corrupt.Source : mscorlib Stack Trace: at System.Runtime.InteropServices.UCOMIConnectionPoint.Unadvise(Int32 dwCookie) at EnvDTE._dispSolutionEvents_EventProvider.remove_AfterClosing(_dispSolutionEvents_AfterClosingEventHandler A_1) at EnvDTE.SolutionEventsClass.remove_AfterClosing(_dispSolutionEvents_AfterClosingEventHandler A_1) at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.RemoveSolutionHandlers()
I have tried the solution here and it does not help. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| | John, Try this and see if the error persists. - Create a new project (TestProject)
- Create a new business object
- Open the BO Mapper
- Create a new Mapper project
- Select the desired table or structure for the business object
- Build the partial class
- Exit
Did the error occur? Thanks. |
| |
|
|