In 2003 I had a VB Module with global functions referenced by my 25 ASPX
forms. After the 2005 upgrade I can no longer reference the VB Module
functions. in the ASPX code modules.
How can I make these code references happen?
Regarding the issue, I see you aslo post in
microsoft.public.dotnet.languages.vb and some community member has provided
some suggestions which are quite helpful on this, please refer to that
thread for this issue.
Sincerely,
Luke Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
In 2003, I had my different module files defined in a folder named
GlobalComponents. When I upgraded to 2005, these modules stayed in the
sub-folder. Once I moved them to App_Code, all references fell into place.