Avatar of rrhandle8
rrhandle8
Flag 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.
ASP.NET

Avatar of undefined
Last Comment
rrhandle8

8/22/2022 - Mon