Link to home
Start Free TrialLog in
Avatar of rrhandle8
rrhandle8Flag for United States of America

asked on

VS2013 -- External component has thrown an exception

Just started working with Visual Studio 2013 Express web.  I create a responsive web site the other day.  Each day I have been trying to learn more about making changes to the layout.  Tonight, I added one addition menu item to the default menu items.

                        <li><a runat="server" href="~/">Home</a></li>
                        <li><a runat="server" href="~/About">About</a></li>
                        <li><a runat="server" href="~/Daily_Living">Daily Living</a></li>
                        <li><a runat="server" href="~/Contact">Contact</a></li>

The next time I ran it (Debug --> Start Debugging), I get 2 errors.  Both errors are the same: "External Component has thrown an exception."  Sheesh!?  Just because I added a menu item?  I took the menu item out, but I still get the two errors.
SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rrhandle8

ASKER

I am using ASP Forms not MVC
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just a simple restart fixed the problem.