Skip to content
Loading...

Archives

Unable activate Quest Web Parts feature in Site Settings: “Requested registry access is not allow

Unable activate Quest Web Parts feature in Site Settings: “Requested registry access is not allow

Unable activate Quest Web Parts feature in Site Settings. Seeing the follwoing error in ULS logs:
Feature receiver assembly ‘QuestWebPartsFeature, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2b4b09f1c57c8f0b’, class ‘Quest.WebParts.Feature.FeatureReceiver’, method ‘FeatureActivated’ for feature ‘11730bed-af16-4fd0-985b-3ffa4792928f’ threw an exception: System.TypeInitializationException: The type initializer for ‘Quest.WebParts.Feature.FeatureLogger’ threw an exception. —> System.Security.SecurityException: Requested registry access is not allowed. at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) at System.Diagnostics.EventLog.GetEventLogRegKey(String machine, Boolean writable) at System.Diagnostics.EventLog.Delete(String logName, String machineName) at Quest.WebParts.Feature.FeatureLogger..cctor() The Zone of the assembly that failed was: MyComputer — End of inner exception stack trace — at Quest.WebParts.Feature.FeatureLogger.Error(String message) at Quest.WebParts.Feature.FeatureReceiver.FeatureActivated(SPFeatureReceiverProperties properties) at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce) fffc4665-415f-4b83-a7bd-33ecc976d545

Duplicate Entry in Version History

Duplicate Entry in Version History

After creating a new item in any Discussion list via qListForm an extra version is added. This happens only when creating an item that contains Enhanced Richtext field.
 

Custom Actions Examples.

Custom Actions Examples.

The Custom Action capability enables you to write a custom code that can be called from qListView, qListForm, qSIListView or qSIListForm Web Parts. In your custom code, you can virtually do anything you want with the data. For example:
• You can write a complex custom validation and abort the action if the data is invalid.

• You can copy the item to another list or library before the item is saved in a qListForm.

• You can initialize one or more fields in the qListForm when the list form is initialized. Please see the Form Initialization Actions property of the qListForm and qSIListForm on how to call this kind of custom action. Please also see the code example below on how to write a custom action to initialize the list form.

Calculated field for Choice field

Calculated field for Choice field

I have a list with two Choice fields – Modula and Section (checkboxes)

I’ve created Calculated filed in qListForm web part that has the following formula: <%Section%><%Module%>

As a result I see the following in the calculated field ;#Section 1;#;#Module 1;#

Is there

When switching the language in Sharepoint 2010, the webpart culture (Resource List) does not appl

When switching the language in Sharepoint 2010, the webpart culture (Resource List) does not appl

When switching the language in Sharepoint 2010, the webpart culture (Resource List) does not applied accordingly.
Example:
1. add Culture=zh-CN in the page request URL. SP will present the web part page in zh-CN locale. Quest web part will decode the resource according to its resource list in zh-CN
2. switch the display language to English.

The webpart culture will still set as zh-CN