Page 1 of 1

Own DLL's - Resources not copied

Posted: Thu Sep 17, 2015 8:01 am
by CyborgDE
Hello,

is it possible, to use dll's in the project ?

Regards, Uwe

Re: Own DLL's

Posted: Wed Sep 30, 2015 9:12 am
by JS-Support @Userware
Hello,

You can create multiple CSHTML5 projects in the same solution and have one project reference another. For example, you can have one project of type "CSHTML5 Application" and also have multiple projects of type "CSHTML5 Class Library".

In the current Beta 5, all your referenced projects need to be in the same solution. You cannot reference an external DLL. In the coming months, we are going to allow referencing stand-alone CSHTML5-compiled dlls, as well as CSHTML5 projects defined in other solutions. This feature is expected for Q1 2016. This will make it possible to easily distribute plugin and extensions for CSHTML5.

Regards,
JS-Support

Re: Own DLL's

Posted: Sat Oct 03, 2015 10:58 am
by CyborgDE
Hello,

please help, a dll in the same solution :

Fehler 37 C#/XAML for HTML5: Wrapper failed: System.Exception: Error: the project contains no entry point. The project must contain a class that inherits from Windows.UI.Xaml.Application.
bei m.a.c()
bei m.a.c()
bei m.a(String A_0, String& A_1, String& A_2, String& A_3)
bei r.a(String A_0)
bei r.a(String A_0, String A_1, List`1 A_2)
bei DotNetForHtml5.Compiler.Wrapper.Execute(String outputDirectory, String[] sourceLibrariesDirectories, String pathOfAssemblyThatContainsEntryPoint, ILogger logger) XXX.Client.CS


Regards,
Uwe

Re: Own DLL's

Posted: Sun Oct 04, 2015 10:41 pm
by CyborgDE
Hello,

the resources of a dll are not copied to the output directory or deleted from there.

Regards, Uwe

Re: Own DLL's

Posted: Sun Oct 25, 2015 4:39 am
by CyborgDE
The copy of the resources of a dll ist not solved in the new version.
And the resource copierer does not copy linked resources ...

Regards, Uwe