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 am using VS 2010 - Windows 7 - LightSpeedExpress-20100518 - not sure why I am getting the "Type or Namespace Missing" error. see attached Thanks |
|
|
VS2010 likes to use the .NET Client Profile by default, and sometimes has problems with the LightSpeed DLL because it has references to the System.Data.OracleClient and System.Web DLLs that are not part of the Client Profile. Rather than tell you this, however, it prefers to just pretend that the LightSpeed reference does not exist, and give you these misleading compiler errors. The solution is to go into Project Properties and change the target framework to be the full framework instead of the Client Profile. |
|
|
Thanks - problem fixed :) |
|