Problem with MvcResourceManger class using Grid Syncfusion MVC RAZOR

Hi,
I have project on local computer and I integrated data with Grid Syncfusion in MVC RAZOR. It works good. After deployment files on server IIS,
I have error - no definition MvcResourceManger,
Error for IE.exe AdminKit:

<script type="text/javascript">
if(typeof jQuery!='undefined'){ $(function(){
window.mvcResourceManger = new MvcResourceManger();window.mvcResourceManger.scriptPrefixUrl="/MvcResourceHandler.axd?k=js&r=";window.mvcResourceManger.cssPrefixUrl="/MvcResourceHandler.axd?k=css&r=";window.mvcResourceManger.minify="&minify=False";window.mvcResourceManger.registerCSS(['-107973586','685695518','1832503128','414321243','1060203394','-1922461966','1958937012'],false);window.mvcResourceManger.registerScripts({scripts:['-1639696194','-1038078179','-574993860','2128989583','-1298864700','833888165','-2061658765','-1603998220']});
})}

</script>

I have all libraries in BIN folder and namespaces in web.config I think.
HELP ME!!!
Tom

5 Replies

JA Jarek July 15, 2013 08:24 AM UTC

I have the same problem.

Syncfusion version - 11.1.0.21

On localhost grid it's work fine but when I upload it on IIS server (with all dll's from project), I get error: "MvcResourceManager is not defined". Style for grid are empty and set to display:none.

Moreover, i get a few errors like this:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) - http://serverIpAddress:port/MvcResourceHandler.axd?k=js&r=['2096837273']&minify=False

In page source I can see generated links (like this one above) to scripts and css but when i click on them - they are empty. In localhost when I click on them - they have some code.

Someone can solve this ?


JA Jarek July 15, 2013 10:41 AM UTC

Solved: pipeline mode on iis must be "integrated"


ES Eswari S Syncfusion Team July 17, 2013 06:11 AM UTC

Hi Jarek,

 

Thanks for your update.

 

We are happy to hear that you issue has resolved.

 

Let us know if you have any other queries.

 

Regards,

Eswari S



AR Arley December 10, 2013 01:15 PM UTC

I am facing the same issue. I am wondering if there is a misstype when is written "MANGER" instead of MANAGER. Besides that, I have been following every step of the documentation and getting this kind of problem. I've already opened an incident on the technical support with more details.
Is there any suggestion? I appreciate any kind of help. Thanks in advance.

The attachment message is in portuguese, and it says: "Microsoft JScript Runtime error: 'MvcResourceManger' is undefined



error_29620c73.zip


AM Abdul Matin M Syncfusion Team December 11, 2013 10:11 AM UTC

Hi Arley,

 

Thanks for your interest in Syncfusion products.

 

We suspect that this issue is same as the issue we have resolved in the incident ID #114725. Could you please follow up the incident.

 

Please let us know if you need any further assistance.

 

Regards,

Abdul Matin M


Loader.
Up arrow icon