254 shaares
14 results
tagged
asp.net
When yo get the green squiggly line on unknown elements in Visual Studio, this is the fix.
Notes:
Delete the files from “C:\Documents and Settings[Username]\Application Data\Microsoft\VisualStudio\9.0\ReflectedSchemas” folder (or “…\VisualStudio\8.0\…” if running Visual Studio 2005) in Windows XP. In Windows 7 it is under "C:\Users{User Profile}\AppData\Roaming\Microsoft...etc". Remember also the "VisualStudio" part of the path will be different depending on the version installed.
I closed Visual Studio (always a good idea for changes that will affect the IDE), deleted the files then re-opened the project. The warnings were gone.
I found references to this solution at: http://forums.asp.net/t/1205528.aspx http://blogs.msdn.com/mikhailarkhipov/archive/2005/04/21/410557.aspx
A quick Google search found the solution. FYI, the search term I used in Google was “element is not supported”.
I don't know why this happens but I do know there are some flaky domain profile things happening in the network environment.
Notes:
Delete the files from “C:\Documents and Settings[Username]\Application Data\Microsoft\VisualStudio\9.0\ReflectedSchemas” folder (or “…\VisualStudio\8.0\…” if running Visual Studio 2005) in Windows XP. In Windows 7 it is under "C:\Users{User Profile}\AppData\Roaming\Microsoft...etc". Remember also the "VisualStudio" part of the path will be different depending on the version installed.
I closed Visual Studio (always a good idea for changes that will affect the IDE), deleted the files then re-opened the project. The warnings were gone.
I found references to this solution at: http://forums.asp.net/t/1205528.aspx http://blogs.msdn.com/mikhailarkhipov/archive/2005/04/21/410557.aspx
A quick Google search found the solution. FYI, the search term I used in Google was “element is not supported”.
I don't know why this happens but I do know there are some flaky domain profile things happening in the network environment.
Any public property can be set in the markup as indicated above. You can get more advanced than this and support child elements, etc. too. See more information: http://asp.net-tutorials.com/user-controls/using/
Creating and using a UserControl in ASP.NET and C#. Also see https://asp.net-tutorials.com/user-controls/using/
Creating and using a UserControl in ASP.NET and C#. Also see https://asp.net-tutorials.com/user-controls/creating/
Web Service API Demo by farhan1386
Link for all dot net and sql server video tutorial playlistshttp:
Using the AJAX UpdatePanel Control in ASP.Net
Connect to SharePoint list
Adding a default blank option for a SQL populated dropdown list.
Highlight navigation (active page) in ASP.NET master page menu