On Tue, 2009-06-30 at 05:46 -0700, dean0 wrote: > I cannot seem to get an IF statement to work within my asp.net page > > Error = Could not load file or assembly 'Microsoft.VisualBasic, > Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of > its dependencies. > > without the IF statement it works fine. > > Can anyone shed some light on what the problem could be.
If you're using VS.NET to develop, try precompiling the site (better if you make the site not upgradeable, but should work anyway). Our VB.NET compiler is not as mature as the C# one. -Gonzalo _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
