What is the right steps to setup in VS2005 the /bin + aspx file as in
VS2003? I never thought this would be an issue at all until I tried that
and have no luck. Used to be - put my dll in the /bin and then execute
the following aspx file under the /bin root. After loading VS2005, I
tried this inside/outside of VS2005 and cannot get it to go. Need some help.
Thanks,
frankk
<script language='vb' runat='server'>
Sub Page_Load(Source as Object, E as EventArgs)
Dim testdll As New mydll.main()
testdll.var = "123"
testdll.display()
End Sub
</script>
frankk - 26 Jun 2005 15:54 GMT
> What is the right steps to setup in VS2005 the /bin + aspx file as in
> VS2003? I never thought this would be an issue at all until I tried that
[quoted text clipped - 14 lines]
> End Sub
> </script>
Seems like all the interest in the new VS2005 is what's new and not what
it breaks.