Compilation Error on my server on SmartStore App - asp.net

I have installed SmartStore on my server. everything is working fine except the add category module. when ever I try to Add or Edit any category an error pops saying :
Compilation Error Description: An error occurred during the
compilation of a resource required to service this request. Please
review the following specific error details and modify your source
code appropriately.
Compiler Error Message: CS0121: The call is ambiguous between the
following methods or properties:
'Telerik.Web.Mvc.UI.Fluent.GridToolBarCommandFactory.Template(System.Action>)'
and
'Telerik.Web.Mvc.UI.Fluent.GridToolBarCommandFactory.Template(System.Func,object>)'
Line 441: .ToolBar(commands => commands.Template(CategoryProductsGridCommands))
Please help me out. I m stuck :(

After working on it, we got the solution for this. So kindly try like this.
Hope will work
.ToolBar(commands => commands.Template(pp=>GridCommands(pp)))

Related

Error creating a cirros openstack instance

im having the following issue whenever i try creating a new test instance on openstack:
Message of the error:
Build of instance aborted: Invalid input for field 'identity/password/user/password': None is not of type 'string' Failed validating 'type' in schema['properties']['identity']['properties']['password']['properties']['
Code 500
Please if can someone help or provide some hint.
Thanks in advance
i even went through the log files for nova but didnt find much

How can I solve this error "Fatal error: Cannot redeclare retrieve_password()"

I'm getting a error message when accessing 'wp-login.php' page and do not know how to fix it:
Fatal error: Cannot redeclare retrieve_password() (previously declared in E:\Inetpub\vhosts\winningbizzness.com\httpdocs\wp-login.php:311) in E:\Inetpub\vhosts\winningbizzness.com\httpdocs\wp-includes\user.php on line 2671
I had the same issue here and it was caused by a WordPress update failure where some files were missing or corrupted.
I quickly resolved just reinstalling WordPress. In my case I used FTP, as in this guide: https://kinsta.com/blog/reinstall-wordpress/
Hope it helps anyone reading this answer!

Reference to System.dll is declared but not found - how to solve?

I'm trying so solve a Warning in an old asp.net Webapplication.
The warning Shows:
The Reference of Type System.Collections.Generic.ISet´1 is declared in "c:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" , but couldn't found
Data: System.Core.dll
All the Files are in the folders. I dont know what it means and how I should solve that warning. Anybody got a clue?

BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.staff_hod_site_master'

while running my page showing error one error. The error is :
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'CreateResourceBasedLiteralControl'
is not a member of 'ASP.staff_hod_site_master'.
Source Error:
Line 23: Line 24: Line 25: Line 26: This shop requires
JavaScript to run correctly. Please activate JavaScript in your
browser. Line 27:
Help me to find a proper solution. Thank you.
Check your Page directive and make sure it is inheriting the proper file.
<%# Page Language="VB" AutoEventWireup="false" CodeFile="Index.aspx.vb" Inherits="Reports_Index" %>
And check the partial class too.
Partial Class Reports_Index
This typically happens if you renamed the file.
Check for other/additional dependencies which you might've missed. The last time I had this error it was because I only deployed the files which were part of my current build, instead of all of the files in my ./bin/ folder. I looked in my (currently working) dev machine, in the project/bin/ folder and found a few additional files (which were not in my newest build). Once I added those to my server, problem-solved.

NetBeans IDE 8.0.1 gives Redefinition failed with error 62 Check JVMTI documentation for this error code

I am using NetBeans IDE 8.0.1,jdk1.7.0_67,tomcat apache-tomcat-7.0.47. I have written a sample HelloWorld Spring MVC application and trying to profile the application. when i profile the application i get the following error
Redefinition failed with error 62
Check JVMTI documentation for this error code.
I have gone through the following links
https://netbeans.org/bugzilla/show_bug.cgi?id=191297
https://netbeans.org/bugzilla/show_bug.cgi?id=59085
As said in the links i have set the property "-Xverify:none" in netbeans.conf. After setting the property i get the same error.
This is the default options present in netbeans.conf
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true -J-Xverify:none"
Can some one please help me. Thanks in advance

Resources