Jump to content
Alex Texera

Access violation at address in module rtl260.blp

Recommended Posts

When try open project get error (file in attach) also I can't see tab DESIGN at the form only code and history. I'm try uncheck show non visual component but nothing.

 

 

err.jpg

Edited by Alex Texera

Share this post


Link to post

Can it be a mismatch between the .dfm and the declarations in the unit?

Are there any "live" components on the form that tries to populate data design time?

Share this post


Link to post
On 11/28/2019 at 9:03 AM, Lars Fosdal said:

Can it be a mismatch between the .dfm and the declarations in the unit?

Are there any "live" components on the form that tries to populate data design time?

Use Live data binding to populate ListView from ODAC query.

Share this post


Link to post

Is it live at design-time? (I have nothing but bad experiences with that and prefer to NOT do that)

Is the data source originally used when designing still available?

Share this post


Link to post

IBX is doing something like this on my PC. Now before I close a project, I close tabs which refer to IbDatabase (which is on a datamodule). Later, when I re-open a project and manually open a unit, no error apears. Reported a long time ago...

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×