G
Guest
I have some class objects each in separate projects that
belong to a solution. The projects reference one another
within that solution. The 'main' function calls the
other procedure/function (different projects) that
perform all the database work and manipulations to return
a dataset to the instantiating code. This solution works
without error.
I am trying to build another solution that will use those
same projects. The build is clean but when the code
executes, the try/catch catches an error with no error
number, just the text 'Security Error' as it steps down
to the first function in the 'main' function.
New Solution
-->Main function (Build Dataset) - [steps to here just
fine]
---->First function (add a table to the dataset) - [will
not step into here]
any help on how to resolve the error is appreciated
belong to a solution. The projects reference one another
within that solution. The 'main' function calls the
other procedure/function (different projects) that
perform all the database work and manipulations to return
a dataset to the instantiating code. This solution works
without error.
I am trying to build another solution that will use those
same projects. The build is clean but when the code
executes, the try/catch catches an error with no error
number, just the text 'Security Error' as it steps down
to the first function in the 'main' function.
New Solution
-->Main function (Build Dataset) - [steps to here just
fine]
---->First function (add a table to the dataset) - [will
not step into here]
any help on how to resolve the error is appreciated