> I have a relatively straightforward dll, written in VB.net, that will not run
> properly on a Vista box. Not sure this is a vb.net issue, but I have covered
[quoted text clipped - 28 lines]
>
> Any guidance appreciated.
What exactly doesn't work? Do you get an error of some kind? If so,
what does it say?
--
Tom Shelton
day10 - 23 Oct 2007 16:38 GMT
Yes, I guess this information would help - sorry about that.
On a Vista box the process get to the points where the dll should be
instantiated, the text replaced, and the document opened but this never
happens. I have written extensive debugging capabilities into the process so
if the process was actually kicked off I would see something in debug mode
(e.g. DB values searched for and found, etc.) but I get nothing returned to
me.
Other info that may be helpful: The app that is kicking off this process is
a locally running ASP based app.
Thanks!
> > I have a relatively straightforward dll, written in VB.net, that will not run
> > properly on a Vista box. Not sure this is a vb.net issue, but I have covered
[quoted text clipped - 34 lines]
> --
> Tom Shelton
rowe_newsgroups - 23 Oct 2007 17:37 GMT
> Yes, I guess this information would help - sorry about that.
>
[quoted text clipped - 48 lines]
> > --
> > Tom Shelton
Sounds to me you have an ASP problem then and not a Visual Basic
(or .Net for that matter) problem. I don't know much about classic
ASP, so my only advice is to refer you to the ASP newsgroup. I believe
it is microsoft.public.inetserver.asp.general but I could be mistaken.
Thanks,
Seth Rowe
day10 - 23 Oct 2007 18:08 GMT
I'll try there as well. Thanks for your reply.
> > Yes, I guess this information would help - sorry about that.
> >
[quoted text clipped - 57 lines]
>
> Seth Rowe
day10 - 23 Oct 2007 16:57 GMT
Also, as a follow up:
Through basically "blind tweaking" we have now gotten this to the point
where Word (2007 in this case) will open but no text is displayed. In debug
mode, where I essentially response.write to the screen any text replace that
is done, I still get no indication at all of what the issue might be.
> > I have a relatively straightforward dll, written in VB.net, that will not run
> > properly on a Vista box. Not sure this is a vb.net issue, but I have covered
[quoted text clipped - 34 lines]
> --
> Tom Shelton