PDA

View Full Version : File or assembly name Classl, or one of its dependencies, was not found


transtar
04-09-2005, 12:14 AM
Hi have a classic asp page the is trying to read a .dll that i created in VB.NET. When the code runs on the Set result = Server.createObject("Myclass.function") it prompts this error. Any ideas?


File or assembly name l6v3q9ad.dll, or one of its dependencies, was not found

Thanks,

quentin
04-09-2005, 07:50 AM
this kind of assembly l6v3q9ad.dll seems to be temporary assemblies .. there was a bug in net framework 1.0

what is the version u are usimg
there was a pack 1 for net 1.1

are you trying ti rewrite the web.config in that page ?