G
Guest
Hi everyone,
This is probably a truly stupid question, but here goes.
I'm trying to use the VB version of an application framework. I'm sure it
works. I've been using the C# version for about 2 years.
The errors that I get when I compile are as if inheritance has stopped
working or as if I didn't have a valid reference to the System namespace.
For example a simple framework method that uses the "equals" method fails
because "'Equals' is not a member of Framework.BusObj"
The project references contain a reference to the System namespace, and
Imports System is set for the project.
One additional (probably significant) thing. When the framework projects
are being loaded into VS, I get a message that the .Net Runtime does not
fully trust the location of the code (it's only source at this point). Would
this stop the compiler from using Object.equals in my example above?
This is probably a truly stupid question, but here goes.
I'm trying to use the VB version of an application framework. I'm sure it
works. I've been using the C# version for about 2 years.
The errors that I get when I compile are as if inheritance has stopped
working or as if I didn't have a valid reference to the System namespace.
For example a simple framework method that uses the "equals" method fails
because "'Equals' is not a member of Framework.BusObj"
The project references contain a reference to the System namespace, and
Imports System is set for the project.
One additional (probably significant) thing. When the framework projects
are being loaded into VS, I get a message that the .Net Runtime does not
fully trust the location of the code (it's only source at this point). Would
this stop the compiler from using Object.equals in my example above?