Questions tagged [westwind]

10 questions
2
votes
1 answer

how do I use wwScriptCompressionModule? for gzip compression with asp.net

Ok, I downloaded the WestWind Ajax Controls, and I added this to my web.config:
naspinski
  • 34,020
  • 36
  • 111
  • 167
1
vote
1 answer

Deploy new translations on production in ASP MVC with westwind globalization

I'm adding globalization using westwind globalization in my asp mvc app that is already running on production server (Git, TeamCity with continuous delivery). What I want to achieve if flow as follow: globalize a new view (create necessary…
g36
  • 493
  • 1
  • 4
  • 9
1
vote
2 answers

JQuery DatePicker bundled control can't be included in other controls

I've been tasked with implementing a Date/Time selector for several areas of our web project, and instructed to use a control that another developer created as part of it. The control I'm working on is supposed to allow the user to choose a date…
Jeff
  • 2,835
  • 3
  • 41
  • 69
1
vote
1 answer

Running Westwind globalization in a separate project

I have a .net mvc solution with multiple projects and would like to use the Westwind globalization outside of the main mvc project. I realize I can't run the Westwind app in a class library so what I was trying to do is have the web interface run…
VirtualLife
  • 402
  • 5
  • 14
0
votes
1 answer

Get Resource Set for WestWind Globalization

I'd like to retrieve all the values back from a particular Resource Set in Westwind. I tried to use GetResourceSet but it doesn't return results. Is there anything that does this? Thanks, David
David Hendrick
  • 93
  • 2
  • 13
0
votes
1 answer

ng-file-upload file size above 4.5mb

I'm at a lost... ng-file-upload works perfectly so long as the byte count is equal to or less than 4193813 with an 11 character filename. If the upload size increases by one byte, the header makes it to the server but not the file. My code is…
Harvey Mushman
  • 615
  • 1
  • 11
  • 23
0
votes
1 answer

nuGet-Package incomplete? e.g. class Westwind.Globalization.JavaScriptResourceHandler is missing

I installed the Westwind-Globalization package 2.1 but the libraries installed are misssing the Westwind.Globalization.JavaScriptResourceHandler-class. I downloaded 2.1 from git-hub and compiled the Westwind.Globalization.Web-project anew. Now the…
c8z
  • 1
  • 2
0
votes
2 answers

Westwind.Globalization Framework w/ Account.cs ASP.NET MVC

I'm having trouble declaring a resource in the Account.CS file. Here's my code: [Required(ErrorMessageResourceName= typeof @DbRes.T("Account", "EmailAddress")] [Required(ErrorMessageResourceName = (@DbRes.T("EmailAddress", "Account")))] …
0
votes
1 answer

How to post json data using West Wind in VFP

There's a document from West Wind says you can post data using application/json format: https://west-wind.com/webconnection/docs/_2110q21c9.htm But when using it, actually it'll do a http get instead of post: DO wwhttp …
Tyrael Tong
  • 751
  • 10
  • 21
0
votes
1 answer

Unexpected behaviour in WestWind.Globalization - Blocked updates

As the title hints, I am using WestWind.globalisation as a database resource provider to support multiple languages. The problem is, that the resource provider it self seems reluctant to reflect the changes I make in the application. An example: I…
Marco
  • 22,856
  • 9
  • 75
  • 124