
Signature
Patrick Steele
http://weblogs.asp.net/psteele
> In article <1172486722.969042.117...@v33g2000cwv.googlegroups.com>,
> hagi...@gmail.com says...
[quoted text clipped - 33 lines]
> --
> Patrick Steelehttp://weblogs.asp.net/psteele
Hi Patrick,
Thanks for replying. Interesting stuff you've mentioned there. Yes,
it's exposed
cleanly as far as I can see.
It's odd. I simply use regasm /codebase myactivex.dll and the Access
2000
database can't do anything with it (complaining it's not registered,
although
showing up in the ActiveX list of registrered controls).
However, as mentioned, it's working perfectly in my Access 2003
database
but that's perhaps because my Visual Studio .NET resides on that
computer.
Just for fun of it, I copied this Access 2003 database (Access 2000
format) to
the virtual machine having the problem.
It says (translated sorry) "This controlelement doesn't contain an
object". The
form shows an empty (white) control. I close the form, re-open it in
design and
voila, no problem at all. It even exposes my properties nicely.
Martin.
hagipro@gmail.com - 27 Feb 2007 16:09 GMT
On 26 feb, 22:46, hagi...@gmail.com wrote:
> > In article <1172486722.969042.117...@v33g2000cwv.googlegroups.com>,
> > hagi...@gmail.com says...
[quoted text clipped - 62 lines]
>
> Martin.
solved. Please don't ask me why, but when I code the exact same thing
in C# it's working. In VB.NET it's not.