Design View cannot display because some elements are not built - winrt-xaml

I accidentally make a global project name change from say Project1 or project2
I have LayoutAwarePage.cs in Common Folder .
The Design view cannot display any page for viewing.
Now all the XAML page contains the following error:
The error:
error here:
The name "LayoutAwarePage" does not exist in the namespace "using:Project_name.Common".
<commom: LayoutAwarePage>
error here : The member "Resources" is not recognized or is not accessible
<Page.Resources>
What is the solution ?

Related

Create folder in Android View

I want create a folder for java source code that is visible in the "Android" view. This is not an asset or layout or res folder. Just a simple folder that becomes visible and accessible.
I know how to create a new folder but it's only visible in the "Project" view. I never see it in the "Android" view.
In java, folders are called packages. You can create a folder for your source code in the java folder by right clicking it and selecting new>Package.
It is important to note that classes in different packages can only access public members.

customize list module in orchard

I want to have my custom lists module in my orchard project
for that: I copied all schema(include handler, controller , views, ...) from
default Orchard.Lists module to MyList Module.
when I run MyList module, and I click the Contained Items() link in UI, this exception crashed in a view with name: "Parts.Container.BulkActions.cshtml :
Cannot convert type 'Mypro.MyLists.ViewModels.ContentOptions' to 'Orchard.Lists.ViewModels.ContentOptions'
I know what's mean:
but , I changed all namespace and area name in Routes file. I don't know why my module redirects to the view(Parts.Container.BulkActions.cshtml) that belong to defualt orchard.lists module? instead of redirect to the view in my module?

Broadleaf add custom field in navigation side bar

I want to add a new menu field to the lest navigation panel for which I followed the instructions this link
http://www.broadleafcommerce.com/docs/core/current/broadleaf-concepts/admin/admin-custom-controllers
Now I am getting the following error
Error resolving template "admin/views" , template might not exist or might not be accessible by any of the configured template resolvers (layout/fullPageLayout : 17)
Where am I doing wrong . Please advice .

Reuse same view across modules

This question is specific to Orchard CMS.
I have a partial view defined in a shared project. This partial view i would like to include in all the display views defined in other modules.
e.g Let's say I have a partial view with a label "Copyright information" defined in project "Shared".
I add a new module in Orchard, in Display view i would like to include this view. Copyright label is just an example, my requirement is to reuse form elements across modules.
You can create your own shapes, then create templates for them in the views directory of your module. Other modules can then reuse those shapes if they take a dependency on the first module. They can even override templates if they need to. Your theme can also override templates.

XML Error while building JSF project

I generated Entity Classes from database then I generated JSF pages from them but when I click on any show table this message displays 3 times:
Warning this page calls for XML namespaces http://xlmns.jsp.org/jsffacelets declared with prefix ui but no taglibrary exists for that namespace
For UI tags you need to use following tag library.
xmlns:ui="http://java.sun.com/jsf/facelets
Please check following link,
http://www.mkyong.com/jsf2/jsf-2-templating-with-facelets-example/

Resources