This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I receive the following errors when I drop a stored procedure on my Lightspeed model Error 1 The type or namespace name 'ProcedureParameter' could not be found (are you missing a using directive or an assembly reference?)
|
|
|
It sounds like the project is referencing an older version of LightSpeed. If your project already references the LightSpeed DLL, then the designer will not modify that reference: therefore if your project is pointing at the 2.1 install directory, you will need to update the reference to point at the 2.2 install directory, or if you have copied LightSpeed to a project "libraries" directory, you will need to re-copy 2.2 to that directory. If neither of these is the case, would it be possible for you to post the .csproj or .vbproj file please? (We probably won't need the project contents, just the project file itself.) Thanks! |
|