C
coyoterunner
Hello,
I am upgrading our VB 6.0 dll's to .net assemblies. They are used by
asp pages. The first assembly is created and runs fine from a console
app test harness. I used regasm /tlb /codebase and created a snk for
the assembly. I placed the net dll and the snk file in the same folder
on my local machine. The asp pages are in a project in the same
solution as the .net dll projects. When I run the asp project locally,
the new assembly cannot be created. When I step into the asp code, I
see 'children could not be evaluated' on set obj = Server.CreateObject
("dotNetDll.dotNetClass"). I tried a few variations of pathing for the
<Assembly: AssemblyKeyFile attribute.
I tried the complete path to the snk file(same path as the dll),
also ..\..file.snk
What am I missing?
I am upgrading our VB 6.0 dll's to .net assemblies. They are used by
asp pages. The first assembly is created and runs fine from a console
app test harness. I used regasm /tlb /codebase and created a snk for
the assembly. I placed the net dll and the snk file in the same folder
on my local machine. The asp pages are in a project in the same
solution as the .net dll projects. When I run the asp project locally,
the new assembly cannot be created. When I step into the asp code, I
see 'children could not be evaluated' on set obj = Server.CreateObject
("dotNetDll.dotNetClass"). I tried a few variations of pathing for the
<Assembly: AssemblyKeyFile attribute.
I tried the complete path to the snk file(same path as the dll),
also ..\..file.snk
What am I missing?