C
Chad Slagle via DotNetMonster.com
in "c:\Root.Aspects.Exceptions\example.vb(20)" I receive an:
error BC30456 'Insrumentation' is not a member of 'Aspects.
In the Solution the following projects exist:
Root.Aspects.Exceptions
Root.Aspects.Instrumentation
Root.AppName.Business
Root.AppName.Data
Root.AppName.UI.Web
Root.AppName.UI.WinForm
But.. Here's the wierd issue. It's received when compiling in Release Mode,
but not Debug mode.
I cannot resolve calls from one project to another project. The class being
called is "Protected". It works just fine in Debug mode! Can anyone explain
what would cause this kind of error to occur in one compile mode only? More
importantly, why it wouldn't show up in a debug compile? What is the
difference between the compile modes, and how they resolve namespaces and
Protected classes in other projects. I cannot find any information where
someone has had a similar instance of this problem. HELP!! I'm ready to
release this application!!
error BC30456 'Insrumentation' is not a member of 'Aspects.
In the Solution the following projects exist:
Root.Aspects.Exceptions
Root.Aspects.Instrumentation
Root.AppName.Business
Root.AppName.Data
Root.AppName.UI.Web
Root.AppName.UI.WinForm
But.. Here's the wierd issue. It's received when compiling in Release Mode,
but not Debug mode.
I cannot resolve calls from one project to another project. The class being
called is "Protected". It works just fine in Debug mode! Can anyone explain
what would cause this kind of error to occur in one compile mode only? More
importantly, why it wouldn't show up in a debug compile? What is the
difference between the compile modes, and how they resolve namespaces and
Protected classes in other projects. I cannot find any information where
someone has had a similar instance of this problem. HELP!! I'm ready to
release this application!!