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

EntityFramework June CTP & JustTrace

1 Answer 28 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Norsten
Top achievements
Rank 1
Norsten asked on 05 Oct 2011, 01:06 PM
I am using the June CTP of Entity Framework -and within the <system.web> section of my Web.config file I have the following...
<httpModules>
<add name="DomainServiceModule" type="System.ServiceModel.DomainServices.Hosting.DomainServiceHttpModule, System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</httpModules>
<compilation debug="true" targetFramework="4.2">
<assemblies>
<add assembly="System.Data.Entity, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</assemblies>
</compilation>


-also within my Web project file I have...
<
TargetFrameworkVersion>v4.2</TargetFrameworkVersion>

When I run the project -the JustTrace window pops up as expected -but it also makes changes (shown in bold) in files above from 4.2 to 4.0.

How do I prevent JustTrace to make these changes?

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 06 Oct 2011, 09:15 AM
Hello Norsten,

Sorry about the inconvinience, but currently there is no workaround for this problem - JustTrace wasn't meant to be used with v4.2 of the framework. The issue is now resolved and you will be able to receive the fix through our next internal build which is due to be released next week.

Regards,
Martin
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
General Discussions
Asked by
Norsten
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or