opening the same template with different input parmeters gives an error

R

Rahul

Hi,



We have developed an VSTO infopthat solution. The infopath template is deployed to a web site. We open the infopath template by passing it certain parameters for example



http://leagisdev32/leagisweb/Amendm...sn?AmendmentReviewFormID=71&AmendmentId=41788



This opens up perfectly fine. With this form open if we try to open the same template with different parameters we get an exception



http://leagisdev32/leagisweb/Amendm...sn?AmendmentReviewFormID=76&AmendmentId=41793



"Infopath cannot open the form because another version of the form template is currently open. Close all forms using the form template and Try again."


What can be done so that I am open another infopath form with different parameters.

Thanks
Rahul
 
S

Swathi

Hi,
Close the first form and clear the cache.
Then try to open the form with new parameters.
 
Top