Where does this page live on your server?
How are the IIS virtual directories set up?
The path C:\htdocs\aspx\soccer must exist as a virtual directory in IIS so that the application will look at the bin folder underneath it. Otherwise, the .NET runtime will not find the .DDL file you compiled.
-
Peter