A
Aaron Ackerman
I am having very odd problems with running a very simplie n-Tier
Duamish-type Win Forms app.
I will often encounter problems with me having to compile each tier,
starting with the Data Access Layer and working up to the UI just to get the
project to run. (I am using .NET 2003 by the way).
Many times I get this error:
"Cannot copy assembly 'MyAssembly' to file 'MyAssemblyFile' The process
cannot access the file because it is being used by another process."
Which I know is a known bug.
And lately I have been getting:
"Value of type 'MyDataLayer.MyTypedDataSet' cannot be converted to
'MyDataLayer.MyTypedDataSet'" ---Say What???
(And yet the app still runs)
I have all the appropriate references on my layers...
These typed datasets are turning out to be ahuge pain in the butt and I
honestly don't know if it is worth it to use them any more.
Duamish-type Win Forms app.
I will often encounter problems with me having to compile each tier,
starting with the Data Access Layer and working up to the UI just to get the
project to run. (I am using .NET 2003 by the way).
Many times I get this error:
"Cannot copy assembly 'MyAssembly' to file 'MyAssemblyFile' The process
cannot access the file because it is being used by another process."
Which I know is a known bug.
And lately I have been getting:
"Value of type 'MyDataLayer.MyTypedDataSet' cannot be converted to
'MyDataLayer.MyTypedDataSet'" ---Say What???
(And yet the app still runs)
I have all the appropriate references on my layers...
These typed datasets are turning out to be ahuge pain in the butt and I
honestly don't know if it is worth it to use them any more.