[CLOSED] [#84] Problem when building svn project

Page 1 of 4 123 ... LastLast
  1. #1

    [CLOSED] [#84] Problem when building svn project

    I downloaded from SVN, built the project and then added a reference do to generated DLL but when i debug the javascript the methods and properties are merged as shown in the following image.

    Click image for larger version. 

Name:	JavascriptError .png 
Views:	136 
Size:	45.4 KB 
ID:	4214

    any idea to overcome this problem?
    Attached Thumbnails Click image for larger version. 

Name:	javascript error.png 
Views:	91 
Size:	33.8 KB 
ID:	4213  
    Last edited by Daniil; Feb 01, 2013 at 4:25 AM. Reason: [CLOSED] [#84]
  2. #2
    Hi,

    I'm afraid we have no way to affect on Visual Studio debugger.

    Do you have any suggestions?
  3. #3
    i can´t even imagine a reason for this problem
  4. #4
    Daniil, could you generate a version from SVN for testing purposes?
  5. #5
    Quote Originally Posted by RCN View Post
    Daniil, could you generate a version from SVN for testing purposes?
    Not sure that I understand. Commonly, I work directly with SVN sources.

    Do you have the different behavior with non SVN sources?
  6. #6
    I build from SVN nightly and have not had any issues. I am currently on rev 4002.
  7. #7
    cwolcott, could you send the generated dll´s to my email? raphaelsaldanha@gmail.com
  8. #8
    When I get home tonight I can.
  9. #9
    Thank you cwolcott
  10. #10
    Hi Folks, unfortunately i was not successful on it.

    Could someone do the following test using the code provided on the bottom of this post?

    • Click the button _btn
    • When the dubbuger stop at line 7 open the Quick Watch Dialog
    • Type App._btn
    • Press Enter
    • Open the first node
    • Verify if the methods are merged with properties as shown in the following image


    Click image for larger version. 

Name:	javascript.png 
Views:	93 
Size:	90.4 KB 
ID:	4228

    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
        <title>Index</title>
        <script type="text/javascript">
            var test = function () {
                debugger;
            }
        </script>
    </head>
    <body>
        <ext:ResourceManager ID="ResourceManager1" runat="server" />
        <ext:Button ID="_btn" Text="Button" runat="server">
            <Listeners>
                <Click Handler="test();" />
            </Listeners>
        </ext:Button>
    </body>
    </html>
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Problem in deploying the project
    By OSSAGHO in forum 1.x Help
    Replies: 2
    Last Post: Sep 09, 2010, 4:54 AM
  2. [CLOSED] Building Coolite DLL for the team
    By naren in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 27, 2010, 5:23 PM
  3. Coolite XTemplate Building
    By AlphonsoT in forum 1.x Help
    Replies: 7
    Last Post: Jul 23, 2009, 3:12 PM
  4. Building in code behind (VB)
    By Filip Beunens in forum 1.x Help
    Replies: 2
    Last Post: Mar 24, 2009, 2:28 PM
  5. Replies: 1
    Last Post: Mar 18, 2009, 5:15 AM

Posting Permissions