-
Hello
Can anybody show an complete example of hot to use plupload on asp.net mvc?
Currently i am having
```
public ActionResult UploadFile()
{
int chunk = Request.QueryString["chunk…
-
Hi,
Many thanks for this tool, it's awesome.
Is there any way to use `.html` instead of `.cshtml` for partials? (_when I use `@RenderPartial("~/header.cshtml", Model)` everything works fine, but…
-
Source cannot be built due to the missing nuget.exe file. Build output (path trimmed to "...").
```
1>------ Build started: Project: Westwind.RazorHosting, Configuration: Debug Any CPU ------
1>C:\..…
-
**Description:** The react state defined by action_param6 for SMART_ACTION_WP_START was fixed.
If the values is set to 0 the npc will not attack at all and will remain passive.
Before the comba…
-
I am finding a need to allow for overrides in the resource definitions. Basically we have multiple installations of our code and in each installation we may need to change the resource strings. Howe…
-
I have an SDK Test Project that uses both `netcoreapp2.0` and `net452` as a target. Tests run properly from the command line with dotnet test, running tests for both frameworks.
I have target frame…
-
Hi,
I'm trying to determine how to handle a situation where the resources are not loaded from the database due to a network or database failure.
The situation that occurs is that the keys for …
-
I have two associated applications (solutions) that I want to use globalization for - the first is an administration application, which should contain the localization Admin UI with the static classes…
-
I have tried the project through cmd its working but when i am trying to work with visual studio 2015.
the source files of AlbumViewerBusiness, AlbumViewerNetCore, WestWind.Utilities are failed to lo…
-
Is any tried to generate the HTML from the compiled views.
I am trying with [Razor Hosting](https://github.com/RickStrahl/Westwind.RazorHosting)
There is any way to generate compiledID in Razor…