S
Sting
I had a working .net program
I've re-installed XP (defective harddisk).
and now i keep getting
BC30466: Namespace or type 'test' for the Imports 'test' cannot be found.
The assembly is called test.vb, compiled to test.dll
The namespace is called "test"
This is the import:
<%@ Import Namespace="test" %>
The dll resides in the bin directory.
XP sp1
IIS 5.1
..net v1.1.4322
Help?
I've re-installed XP (defective harddisk).
and now i keep getting
BC30466: Namespace or type 'test' for the Imports 'test' cannot be found.
The assembly is called test.vb, compiled to test.dll
The namespace is called "test"
This is the import:
<%@ Import Namespace="test" %>
The dll resides in the bin directory.
XP sp1
IIS 5.1
..net v1.1.4322
Help?