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.




Repository results in System.ArgumentException: Parameter count does not match Parameter Value count

web-app

In new created projects I can not use the repository, for old ones it works.

We upgraded from 1.9.1 to 2.0.2.

Any idea how to solve? 

When clicking the Repository in a Project I get this:

Server Error in '/' Application.

Parameter count does not match Parameter Value count.

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.ArgumentException: Parameter count does not match Parameter Value count.

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:

[ArgumentException: Parameter count does not match Parameter Value count.]
   Microsoft.ApplicationBlocks.Data.547b3e3aafbf5c76.a253048c8909184a(SqlParameter[] 454012810ec94a8e, Object[] 1965c0a20ee8cf48) +265
   Microsoft.ApplicationBlocks.Data.547b3e3aafbf5c76.7c2fee8897be57c9(String a879b125487e7c99, String 123f50d131164f33, Object[] 1965c0a20ee8cf48) +54
   CounterSoft.GeminiBiz.eb9103e5da53398c.5954ff4326f32a1d(Int32 39aa6b45a7928cb9) +348
   Gemini.ProjRepos.FillTree() +335
   Gemini.ProjRepos.Page_Load(Object sender, EventArgs e) +656
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   Gemini.BasePage.OnLoad(EventArgs e) +4
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

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

Ensure you definitely executed the CREATE_PROCS.sql script in your database.


Harvey Kandola
· 212
Harvey Kandola