Why am I getting Could not load type '......Global'
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
VS2013, VB. I have just converted a C# Web Application Project to VB. But each time I run it I get Parse Error Message: Could not load type '[namespace].Global' I have seen many other hits on the web but none seem to apply or fixed the problem. (deleted obj, bin, clean solution, etc.). I am sure I missed something in the conversion but I cannot find what it is. I have changed the directive to Application Codebehind="Global.asax.vb" Inherits="[namespace].Global" Language="VB" (same as the C# but change cs to vb and C# to VB. The project was closed while the directive was changed. Tried removing it and putting it back in. The C# program works. Neither the C# folder nor the VB folder has a Global.dll in it. Any ideas!!!