I want to debug user control code for Enterprise Portal from the visual studio
I have tried in AX2012 R3 CU8 standard virtual machine which database within server
Here the Step I already followed:
1: visual studio>View>application explorer
2: USRModel > web > web files> web control > EPSalesCreditNode Open it
3:Add two proxy project [I]EPApplicationProxies [II] TSTimesheetProxies
4: Rebuild Solution(Rebuild successfully 3 solutin)
5: find EPSalesCreditNote.ascx and Right Click and View Code
6: Go to Debug>attach process> Managed (v3.5, v3.0, v2.0) code, Managed Compatibility Mode >All w3wp process attach
7: In code file on Page_load Event Add break Point, break point enable means attach successfully
8: open Enterprise portal site from the browser (IE) Go to >sales>sales order > sell > credit note
9:but Control can't reach to debug point Why?