J
Jared Turley
I am currently having an issue with an ASP.NET page not finding the
class library located in the application's /bin directory. The page
recognizes the compiled .dll class when running on my development
machine (IIS6/WinXP Pro) but when uploading to the web host the simple
error message of "Type Not Defined" is returned.
I have since opened an incident with the web host support personnel
but they claim that all they have is the standard .NET Framework
install and that there are no other configurations in place. I had
them double-check the default local assembly cache directory is the
/bin directory, so I am not sure what else could be the problem.
Does anyone know what other dependencies exists to be able to use
custom developed namespaces in ASP.NET.
Any help would be greatly appreciated...
Jared
class library located in the application's /bin directory. The page
recognizes the compiled .dll class when running on my development
machine (IIS6/WinXP Pro) but when uploading to the web host the simple
error message of "Type Not Defined" is returned.
I have since opened an incident with the web host support personnel
but they claim that all they have is the standard .NET Framework
install and that there are no other configurations in place. I had
them double-check the default local assembly cache directory is the
/bin directory, so I am not sure what else could be the problem.
Does anyone know what other dependencies exists to be able to use
custom developed namespaces in ASP.NET.
Any help would be greatly appreciated...
Jared