Visual Studio 2013 : no symbols loaded
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:

asp.net-mvc entity-framework-6
|
show 4 more comments
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:

asp.net-mvc entity-framework-6
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
|
show 4 more comments
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:

asp.net-mvc entity-framework-6
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:

asp.net-mvc entity-framework-6
asp.net-mvc entity-framework-6
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
|
show 4 more comments
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
|
show 4 more comments
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 19 at 19:20
Conor8630Conor8630
578
578
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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