Hi. Using the ntTiers for 2003. Created my app and it compiles with no errors. When I try to use the Find method it gives me an error. Hope anyone could help me with this... I'm desperate!
I'm getting the error here:
Database database = transactionManager !=
null ? transactionManager.Database : DatabaseFactory.CreateDatabase(this.sqlDataProviderData.DatabaseInstanceName);
error: "Object reference not set to an instance of an object"