Does opening a support case count towards the support ticket count (I get 10 per year under my account) if the issue is a result of a bug?
I find getting help in the forums is very hit and miss, but there are some things which are clearly broken, and I don't want to waste my support tickets when it's a problem with the product.
We are running into an error with Open Access 2015.1.225.1. We've used the hotfix file that was attached to another forum post, but sometimes when users submit information we get the following error.
Failed to retrieve the automatically incremented column value from the server. Possible reason: Trigger does not perform 'select ID from insert' as last operation. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Telerik.OpenAccess.Exceptions.InvalidOperationException: Failed to retrieve the automatically incremented column value from the server.
This was supposed to be fixed in this hotfix, but we don't use SQL Server 2016. We are using SQL Server 2014. I'm at my wits end from trying to fix this. I've made sure all incremented IDs are database calculated, etc. There isn't much out there as this product is dead, but I'm hoping someone might have a tip or trick for fixing this.
Good afternoon, I am new to the world of sitefinity and am currently having trouble loading the vsix plugin in my sitefinity project. I have managed to install sitefinity with its nuget, also vsix, but when I want to enable the vsix plugin, the visual studio 2017 application crashes with the following error.
If I uninstall the application or disable it, the project works without problems.
I have uninstalled and reinstalled the plugin, created a new sitefinity project
//hack solution - because of RadEditor bug in IE9 with br tags
RadEditor1.DisableFilter(EditorFilters.ConvertToXhtml)
RadEditor1.Content = string.Empty;
RadEditor1.EditModes = EditModes.Design | EditModes.Preview;
RadEditor1.LocalizationPath = "~/App_GlobalResources/RadEditor/en";
RadEditor1.ToolsFile = "~/App_GlobalResources/RadEditor/Tools/FullSetTools.xml";
Server
Error in '/' Application.
--------------------------------------------------------------------------------
Expression expected
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception
Details: Telerik.Web.UI.ParseException: Expression expected
Source
Error:
An unhandled exception was generated during the execution
of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack
Trace:
[ParseException: Expression expected]
Telerik
.Web.UI.ExpressionParser.ParsePrimaryStart() +245
Telerik
.Web.UI.ExpressionParser.ParsePrimary() +47
Telerik
.Web.UI.ExpressionParser.ParseUnary() +406
Telerik
.Web.UI.ExpressionParser.ParseMultiplicative() +54
Telerik
.Web.UI.ExpressionParser.ParseAdditive() +54
Telerik
.Web.UI.ExpressionParser.ParseComparison() +69
Telerik
.Web.UI.ExpressionParser.ParseLogicalAnd() +49
Telerik
.Web.UI.ExpressionParser.ParseLogicalOr() +49
Telerik
.Web.UI.ExpressionParser.ParseExpression() +74
Telerik
.Web.UI.ExpressionParser.Parse(Type resultType) +76
Telerik
.Web.UI.DynamicExpression.ParseLambda(ParameterExpression[] parameters, Type resultType, String expression, Object[] values) +92
Telerik
.Web.UI.DynamicExpression.ParseLambda(Type itType, Type resultType, String expression, Object[] values) +132
Telerik
.Web.UI.GridDynamicQueryable.Where(IQueryable source, String predicate, Object[] values) +235
Telerik
.Web.UI.GridDataTableFromEnumerable.FillData35() +3952
Telerik
.Web.UI.GridDataTableFromEnumerable.FillData() +1078
Telerik
.Web.UI.GridResolveEnumerable.Initialize() +58
Telerik
.Web.UI.GridResolveEnumerable.EnsureInitialized() +45
Telerik
.Web.UI.GridResolveEnumerable.get_DataTable() +36
Telerik
.Web.UI.GridEnumerableFromDataView..ctor(GridTableView owner, DataView dataView, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields, Boolean enableSplitHeaderText) +245
Telerik
.Web.UI.GridDataSourceHelper.CreateGridEnumerable(GridTableView owner, IEnumerable enumerable, Boolean caseSensitive, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields, Boolean enableSplitHeaderText) +109
Telerik
.Web.UI.GridDataSourceHelper.GetResolvedDataSource(GridTableView owner, Object dataSource, String dataMember, Boolean caseSensitive, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields, Boolean enableSplitHeaderText) +188
Telerik
.Web.UI.GridTableView.get_ResolvedDataSource() +256
Telerik
.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource) +340
System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +117
System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +205
System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +131
System.Web.UI.WebControls.DataBoundControl.PerformSelect() +233
Telerik
.Web.UI.GridTableView.PerformSelect() +38
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +140
Telerik
.Web.UI.GridTableView.DataBind() +389
Telerik
.Web.UI.RadGrid.DataBind() +191
Telerik
.Web.UI.RadGrid.AutoDataBind(GridRebindReason rebindReason) +4246
Telerik
.Web.UI.RadGrid.Rebind() +71
Telerik
.Web.UI.FileExplorer.FileList.UpdateLocalization() +631
Telerik
.Web.UI.FileExplorer.FileList.ControlsPreRender() +244
Telerik
.Web.UI.RadFileExplorer.ControlPreRender() +549
Telerik
.Web.UI.RadWebControl.OnPreRender(EventArgs e) +47
System.Web.UI.Control.PreRenderRecursiveInternal() +239
System.Web.UI.Control.PreRenderRecursiveInternal() +337
System.Web.UI.Control.PreRenderRecursiveInternal() +337
System.Web.UI.Control.PreRenderRecursiveInternal() +337
System.Web.UI.Control.PreRenderRecursiveInternal() +337
System.Web.UI.Control.PreRenderRecursiveInternal() +337
System.Web.UI.Control.PreRenderRecursiveInternal() +337
System.Web.UI.Control.PreRenderRecursiveInternal() +337
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5044