Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > RPC unavailable error in Win 2003 serve

Reply
Thread Tools

RPC unavailable error in Win 2003 serve

 
 
Gautam
Guest
Posts: n/a
 
      02-09-2004
I am using Dim oPort As Por
Dim oPrinter As Printe
Dim oMaster As PrintMaste

oPort = New Port(
oPrinter = New Printer(
oMaster = New PrintMaster(
' for adding the port---------------------------
oPort.ServerName = "\\" & strServerNam
oPort.PortType =
oPort.PortName = strPortNam
oPort.HostAddress = strHostAddres
On Error Resume Nex
oMaster.PortAdd(oPort
The error occurs at the above line. Please help

Thanks
Gautam.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win 2003 IIS - Service unavailable avijit ASP .Net 0 07-02-2010 05:15 PM
Applet to run on Win 98, Win ME, Win XP, Win Vista & Win 7 ?? Krist Java 6 05-06-2010 11:53 PM
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. DR ASP .Net 0 10-25-2007 02:37 AM
Can't Print Due to "RPC Server Unavailable" =?Utf-8?B?d2VsbHNpZQ==?= Wireless Networking 0 11-03-2005 07:21 PM
Win 2003 Server / IIS6 / Server Application Unavailable =?Utf-8?B?RGFtb24gUm9iZXJ0cw==?= ASP .Net 6 06-23-2005 09:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57