I have installed VB 2005 on windows XP SP2. If I try to select anything that may connect to the net it reports an error to Microsoft and restarts the application (with my permission). However, if I run a minimal boot VB works just fine! I have tried disabling every system, driver and program that I can think of but only a minimal boot will allow it to work.
< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Strangely if I have IE running on some sites that use Java I can use some (but not all) of the net related VB services.
I connect to broadband via 802.11g to a router.
Any ideas

VB will not go on the net!
Dushan
The error report is headed;
< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Microsoft Document Explorer has encountered a problem and needs to close.
The event viewer says;
Faulting application dexplore.exe, version 8.0.50727.42, stamp 4333d0b3, faulting module msenv.dll, version 8.0.50727.42, stamp 4333e919, debug 0, fault address 0x0045d654.
The program hangs until I OK the sending of the error report and then restarts.
Thanks for your interest.
DiscomanVinod Shinde
What version and edition of VB are you using
You may want to read this:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=180751&SiteID=1
Also do a search on the MSDN forum when you are on the main page, on "Document Explorer"
paolod
I use vb vs2005 all the time and write network problems all the time anf have never seen anything like you describe.
How about defining what "it" is What reports an error to Microsoft
Is this a release version If so what edition
What does you program do
Optimistic1954
I think the problem is hear, this is the dexplore.exe file. I have very little idea of what this code is saying or how to fix it can anyone help My suspicion is aroused by the fact that it asks for safemode.
< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
< xml version ="1.0" >
<configuration>
<startup>
<supportedRuntime version="v2.0.50727" safemode="true"/>
<requiredRuntime version="v2.0.50727" safemode="true"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="PublicAssemblies;PrivateAssemblies"/>
<dependentAssembly>
<assemblyIdentity name="EnvDTE" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="7.0.3300.0" newVersion="8.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.net>
<settings>
<ipv6 enabled="true" />
</settings>
</system.net>
</configuration>
Coreymas
The thread that you gave me a link to does seem to be the same as my problem but there is no solution. My VB version as copied from Help – About is;
< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: VB Express
Microsoft Visual Basic 2005 76541-000-0000011-00124
Microsoft Visual Basic 2005
I will do the Document Explorer search on the forum now.
Thanks
Discoman