I'm working with a proprietary vb.net script in ADNSF 9.0.1.2 c# (I know I know). When compiling I'm running into an error calling for a reference to the following assembly: "ASPDNSFApplication, Version=9.0.1.0, Culture=neutral, PublicKeyToken=d3bfa7dbea38d867' containing the base class 'AspDotNetStorefront.Global". The assembly has been added to the web.config and as well in the bin directory, but will not work. How should I proceed?
Thanks!
**EDIT**
See post #5 for this thread. At first, I must admin I was somewhat upset by this "bug", but now, after taking a step back, I'v found that this is actually a cleaner way to build custom classes. PROPS TO THE AspDotNetStorefront Team! If we get a fix or not in the future, I may continue to code this way!