Visual Studio 2013 : no symbols loaded












0















What is happening here? Everything was working fine, but now when I try to load a page with data from SQL Server, this appears in VS:



enter image description here










share|improve this question

























  • Use the debugger to see what exception was thrown.

    – SLaks
    Jan 18 at 20:07











  • @SLaks An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll

    – Conor8630
    Jan 18 at 20:11











  • Look at the call stack to see what is happening.

    – SLaks
    Jan 18 at 20:19











  • This is on top of the call stack "EntityFramework.dll!System.Data.Entity.Core.Query.PlanCompiler.SubqueryTrackingVisitor.VisitChildren(System.Data.Entity.Core.Query.InternalTrees.Node n) Unknown"

    – Conor8630
    Jan 18 at 20:32











  • Look in the middle of the call stack. You either have a vastly-too-complex query or infinite recursion in your own code.

    – SLaks
    Jan 18 at 20:35
















0















What is happening here? Everything was working fine, but now when I try to load a page with data from SQL Server, this appears in VS:



enter image description here










share|improve this question

























  • Use the debugger to see what exception was thrown.

    – SLaks
    Jan 18 at 20:07











  • @SLaks An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll

    – Conor8630
    Jan 18 at 20:11











  • Look at the call stack to see what is happening.

    – SLaks
    Jan 18 at 20:19











  • This is on top of the call stack "EntityFramework.dll!System.Data.Entity.Core.Query.PlanCompiler.SubqueryTrackingVisitor.VisitChildren(System.Data.Entity.Core.Query.InternalTrees.Node n) Unknown"

    – Conor8630
    Jan 18 at 20:32











  • Look in the middle of the call stack. You either have a vastly-too-complex query or infinite recursion in your own code.

    – SLaks
    Jan 18 at 20:35














0












0








0








What is happening here? Everything was working fine, but now when I try to load a page with data from SQL Server, this appears in VS:



enter image description here










share|improve this question
















What is happening here? Everything was working fine, but now when I try to load a page with data from SQL Server, this appears in VS:



enter image description here







asp.net-mvc entity-framework-6






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 18 at 20:56









marc_s

574k12811091256




574k12811091256










asked Jan 18 at 20:01









Conor8630Conor8630

578




578













  • Use the debugger to see what exception was thrown.

    – SLaks
    Jan 18 at 20:07











  • @SLaks An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll

    – Conor8630
    Jan 18 at 20:11











  • Look at the call stack to see what is happening.

    – SLaks
    Jan 18 at 20:19











  • This is on top of the call stack "EntityFramework.dll!System.Data.Entity.Core.Query.PlanCompiler.SubqueryTrackingVisitor.VisitChildren(System.Data.Entity.Core.Query.InternalTrees.Node n) Unknown"

    – Conor8630
    Jan 18 at 20:32











  • Look in the middle of the call stack. You either have a vastly-too-complex query or infinite recursion in your own code.

    – SLaks
    Jan 18 at 20:35



















  • Use the debugger to see what exception was thrown.

    – SLaks
    Jan 18 at 20:07











  • @SLaks An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll

    – Conor8630
    Jan 18 at 20:11











  • Look at the call stack to see what is happening.

    – SLaks
    Jan 18 at 20:19











  • This is on top of the call stack "EntityFramework.dll!System.Data.Entity.Core.Query.PlanCompiler.SubqueryTrackingVisitor.VisitChildren(System.Data.Entity.Core.Query.InternalTrees.Node n) Unknown"

    – Conor8630
    Jan 18 at 20:32











  • Look in the middle of the call stack. You either have a vastly-too-complex query or infinite recursion in your own code.

    – SLaks
    Jan 18 at 20:35

















Use the debugger to see what exception was thrown.

– SLaks
Jan 18 at 20:07





Use the debugger to see what exception was thrown.

– SLaks
Jan 18 at 20:07













@SLaks An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll

– Conor8630
Jan 18 at 20:11





@SLaks An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll

– Conor8630
Jan 18 at 20:11













Look at the call stack to see what is happening.

– SLaks
Jan 18 at 20:19





Look at the call stack to see what is happening.

– SLaks
Jan 18 at 20:19













This is on top of the call stack "EntityFramework.dll!System.Data.Entity.Core.Query.PlanCompiler.SubqueryTrackingVisitor.VisitChildren(System.Data.Entity.Core.Query.InternalTrees.Node n) Unknown"

– Conor8630
Jan 18 at 20:32





This is on top of the call stack "EntityFramework.dll!System.Data.Entity.Core.Query.PlanCompiler.SubqueryTrackingVisitor.VisitChildren(System.Data.Entity.Core.Query.InternalTrees.Node n) Unknown"

– Conor8630
Jan 18 at 20:32













Look in the middle of the call stack. You either have a vastly-too-complex query or infinite recursion in your own code.

– SLaks
Jan 18 at 20:35





Look in the middle of the call stack. You either have a vastly-too-complex query or infinite recursion in your own code.

– SLaks
Jan 18 at 20:35












1 Answer
1






active

oldest

votes


















0














I found the answer to this. I guess I was creating an infinite loop of code from a foreign key on the same table in the database. I just removed the foreign key and everything works fine.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54260713%2fvisual-studio-2013-no-symbols-loaded%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I found the answer to this. I guess I was creating an infinite loop of code from a foreign key on the same table in the database. I just removed the foreign key and everything works fine.






    share|improve this answer




























      0














      I found the answer to this. I guess I was creating an infinite loop of code from a foreign key on the same table in the database. I just removed the foreign key and everything works fine.






      share|improve this answer


























        0












        0








        0







        I found the answer to this. I guess I was creating an infinite loop of code from a foreign key on the same table in the database. I just removed the foreign key and everything works fine.






        share|improve this answer













        I found the answer to this. I guess I was creating an infinite loop of code from a foreign key on the same table in the database. I just removed the foreign key and everything works fine.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 19 at 19:20









        Conor8630Conor8630

        578




        578






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54260713%2fvisual-studio-2013-no-symbols-loaded%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Callistus III

            Plistias Cous

            Index Sanctorum