Re: SP6 and problems with XML

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Dave V (d_verschleiser_at_hotmail.com)
Date: 04/29/04


Date: 29 Apr 2004 05:45:48 -0700

Randy,

    Thanks for the suggestion. The runtime DLL's were different, but
installing the updated version on the production server did not fix
the problem.
    Any other ideas?

Thanks,
Dave

"Randy Birch" <rgb_removethis@mvps.org> wrote in message news:<eF16T9ZLEHA.1392@TK2MSFTNGP09.phx.gbl>...
> It is possible the VB runtime also changed, and is now mis-matched with the
> runtime on the production server. Download this file, extract the exe to a
> test machine, and compare the version of the runtime in that on the server.
> If they are different, you'll probably need to upgrade the server version
> (after testing for compatibility with other apps). Either that, or set up a
> test machine with the files you have on the server, and if the component
> fails there, install the SP6 runtime and try again ... at least you're
> working on a test machine if other problems develop, or if this does not
> resolve the problem you haven't tampered with the prod server.
>
> http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp6/download/default.aspx
>
> You want the last item on the page (Download Visual Basic Runtime)
> --
>
> Randy Birch
> MVP Visual Basic
> http://vbnet.mvps.org/
> Please respond only to the newsgroups so all can benefit.
>
>
> "Dave V" <d_verschleiser@hotmail.com> wrote in message
> news:5f7791f7.0404281903.7a299420@posting.google.com...
> : Hi,
> :
> : Today I upgraded my development machine with Visual Studio SP6.
> : Now, when I compile my app and upload my DLL to my production app
> : server, I get an error (Object variable or with block variable not
> : set) whenever I try to access an object of type DOMDocument30. My DLL
> : resides on the app server and is called from an ASP page on a separate
> : web server. A proxy stub for the DLL is registered on the web server,
> : and the DLL has been set up as a COM+ app on the app server. This app
> : has been in production for months without a hitch.
> : Here's a simplified example:
> :
> : Sub Test(ByVal vsXMLString as string)
> : Dim loXML as New DomDocument30
> :
> : loXML.loadXML vsXMLString
> :
> : End Sub
> :
> : In this example, the error occurs when I try to call loadXML.
> : I've tried other methods of the object as well, and I always get this
> : error. The code I'm running hasn't changed at all. Like I said, the
> : only thing different is that I installed SP6 on my dev machine,
> : re-compiled there, and re-installed my DLL on my prod server. (I also
> : recreated the proxy stub and reinstalled it on the web server.) Now
> : my app doesn't run in production and my users are ready to slit my
> : throat (not to mention my boss). Any ideas?
> : (Using Win2K Pro on all machines mentioned.)
> :
> : Thanks,
> : Dave



Relevant Pages

  • Credentials being lost between servers - out of ideas!
    ... I have a webservice in production that is working great. ... I have a web app that works when it is on the same server as the web ... I have my app set up to impersonate, using windows authentication, and I ... The same error message is received. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: test environment windows 2003
    ... an authorative restore after the demote and system state restore. ... This document was prepared for the building of a copy of the production ... Remove the physical cable for the new pc and build the member server ... Master Operation roles (FSMO and the File Replication service). ...
    (microsoft.public.windows.server.active_directory)
  • Re: Homegrown synchronization
    ... copying the zip file sitting there on the server to ... It is a filecopy of the zipped backend file from the server to the ... with the server whose SyncApp zips ups the production backend file ...
    (microsoft.public.access.replication)
  • Re: SP6 and problems with XML
    ... when I compile my app and upload my DLL to my production app ... >>resides on the app server and is called from an ASP page on a separate ... >>has been in production for months without a hitch. ...
    (microsoft.public.vstudio.development)
  • SP6 and problems with XML
    ... when I compile my app and upload my DLL to my production app ... resides on the app server and is called from an ASP page on a separate ...
    (microsoft.public.vstudio.general)