This is a migrated thread and some comments may be shown as answers.

Fault finding

3 Answers 55 Views
Design Time (Visual Designer & Tools)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Robert
Top achievements
Rank 1
Robert asked on 18 Jun 2009, 04:14 PM
Hello All,

I am getting the following error building a data access assembly.

How would I go about finding where the problem is occuring?
I am guessing the enhancer may be having problem, but is there any way to find out where the problem may be?

Error 390 OpenAccess Error: Unable to create type 'DAL.Policies' : Method 'get_modifiedDate' in type 'DAL.Policies' from assembly 'DAL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. D:\Development Projects\Policy Administration System\DAL\obj\Debug\DAL.dll -1 

Thanks,

Robert Gibbins

3 Answers, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 19 Jun 2009, 07:15 AM
Hi Robert,
Your class 'DAL.Policies'  has a property modifiedDate and our enhancer seems to have a problem with this property.

Can you have a look how this property is defined?
You can also switch off enhancing in the projects property and send me the compiled assembly with all referenced assemblies so that I can reproduce it here.

Greetings,
Jan Blessenohl
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Robert
Top achievements
Rank 1
answered on 19 Jun 2009, 09:51 AM
Hello Jan,

The class Policies implements an interface IPolicies.

If I remove the implements statements the assembly builds fine.

We are using an older version 4.4.028 so this issue may have been fixed already.

I think however it would be good if the enhancing process gave more information so that fault finding was more straightforward.

Thanks,

Robert.

0
Jan Blessenohl
Telerik team
answered on 19 Jun 2009, 02:33 PM
Hello Robert,
Your version is now one year old. we did a lot of changes to the product as well as to the enhancer. Whenever we see an exception that is nto descriptive we make it better. In your case it is complecated because I do not know if the problem still exists and where it comes from.

Can you try the same with the new version and send me the result?

Regards,
Jan Blessenohl
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Design Time (Visual Designer & Tools)
Asked by
Robert
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
Robert
Top achievements
Rank 1
Share this question
or