Kez,
Does the app work when it is copied locally? That will help debug if it is
a security issue or if you are missing something. Based on the error
message, my best guess is that the Winsock control is not registered on the
client computer. Does MSWinSck.ocx exist on the machine and is it
registered?
--
Adam Braden, VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Kez Bates" <kez.bates@elmtree.com.au>
| References: <OgnnufuZDHA.2648@TK2MSFTNGP09.phx.gbl>
<O2QN5B2ZDHA.2136@TK2MSFTNGP10.phx.gbl>
| Subject: Re: Class not registered...
| Date: Thu, 21 Aug 2003 10:51:40 +1000
| Lines: 39
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <uZftm53ZDHA.2520@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
| NNTP-Posting-Host: 61.95.6.240
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:5162
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade
|
|
| It stops on this line
| CType(Me.Winsock, System.ComponentModel.ISupportInitialize).EndInit()
|
|
[quoted text, click to view] | "Xavier MT" <xmorera@hotmail.com> wrote in message
| news:O2QN5B2ZDHA.2136@TK2MSFTNGP10.phx.gbl...
| > What are you doing to get this exception?
| >
| >
[quoted text, click to view] | > "Kez Bates" <kez.bates@elmtree.com.au> wrote in message
| > news:OgnnufuZDHA.2648@TK2MSFTNGP09.phx.gbl...
| > > Hi
| > >
| > > I am trying to run my application and it keeps stopping giving me the
| > > following error. This app is running on a shared network drive, which
| in
| > > order to get it to work I
| > > needed to edit using the .NET Framework Configuration Tool
| (Mscorcfg.msc).
| > > I'm wondering if the classes aren't registering because of something
| like
| > > this(or Maybe not).
| > >
| > > MyERROR:
| > > An unhandled exception of type
| > 'System.Runtime.InteropServices.COMException'
| > > occurred in system.windows.forms.dll
| > >
| > > Thanks
| > > Kez.
| > >
| > > Additional information: Class not registered
| > >
| > >
| >
| >
|
|
|