Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Issue Type Screen error

web-app

I tried to create a new Issue Type for our project. Gemini looks for an image path for the Issue Type icon. It was not clear what format that path should be so I tried leaving it empty. Now, them I try to load the Issue Type screen i get this error;

Server Error in '/' Application.

'~/http://projects.ibooking.com/images/TypeRequirement.png' is not a valid virtual path.

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: System.Web.HttpException: '~/http://projects.ibooking.com/images/Type
Requirement.png' is not a valid virtual path.

 

ibooking
· 1
ibooking
Replies (1)
helpful
0
not helpful

You will have to change this via SQL server. The table is geminiissuetypes.

If you need the SQL to run it is:

update geminiissuetypes set imagepath='' where imagepath = '~/http://projects.ibooking.com/images/Type_Requirement.png'


Saar Cohen
· 5000
Saar Cohen