hi
i've been making a small site in my pc using Visual Web Developer 2005 express edition and everything works. when i upload the project to a server it starts to give some weird errors. some i've already solved, others...
the one annoying me rigth now it's this one: Compiler Error Message: BC30451: Name 'func' is not declared.
, where func it's a public class in a (class.vb file the file is in the App_Code folder).
does anyone knows why does it works in a local machine but not in a remote web host?