-
I ran through the install and it said everything was successful. But I can't see the web part. ??
-
I am trying to install the 64 bit version of this web part and every time I do I get the following error message: "Solution Package deployment error: Object reference not set to an instance of an object. Please check with Installation Guide for more information." Then, after I click cancel...
-
I have the 5.2 version of discussion web part and have noticed that it's changing the look of our webpages - specifically it's doing something to the left hand navigation. The bar across the top is thinner, the blue background that normally runs down the left from top to bottom stops after the...
-
If the installation process went fine, the necessary SafeControl entries should be added automatically to the web.config associated with the SharePoint web application you are testing. Please check the following in your SharePoint environment: 1. Launch Central Administration page and navigate to Operation...
-
In order for the web part to work, it requires that we enable Session in the web.config. The Shared Web Parts Installer does not include the Configuration Editor tool which allows you to modify SharePoint web.config file accordingly with nice user interface. Please follow the instruction below and make...
-
To enable session for ASP.NET application, you would set the attribute "enableSession" of element configuration/system.web/pages, an example is given below from a default SharePoint web application configuration file. <pages enableSessionState="true" enableViewState="true"...
-
A bug seemed to have been introduced where the session value is checked and if the site web configuration file does not have session enabled, it throws an exception. We will update the code and provide an updated download bits. In the meantime, try enabling the session to see if it helps (web.config...
-
Hi If this MSI refers to the Quest Shared Web Parts qDiscussionView Web Part installer (qDiscussionViewWebPartforSharePoint32bit_52.msi), the download size should be about 27MB. I have just downloaded and tried on Windows 2003 R2 Server with WSS 3.0 on x32 bit machine and it worked just fine. I am not...
-
If you did not specify Rely Form URL in qDiscussionView, I assume that the the new form opened when you reply to a thread is opening the default OOB ListForm especially when you mentioned about the horizontal line that divides the message body. There is nothing Quest Web Parts can do there. However you...
-
I would like to report a bug in qDiscussionView web part, last version, 5.2: When replying to a thread, a new form opens where the user can type a response. However, the position of the cursor is set at the end of the text . This is wrong. Normally it should be at the beginning, above the horizontal...