Click here to Skip to main content
15,892,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Table Locking : Reposting with more details... Pin
Mycroft Holmes26-May-08 22:29
professionalMycroft Holmes26-May-08 22:29 
Questionsoap exception in creation of a site Pin
FriendlySoluations26-May-08 20:02
FriendlySoluations26-May-08 20:02 
QuestionCreating One Thread Per Cpu Pin
im_hoser26-May-08 13:34
im_hoser26-May-08 13:34 
AnswerRe: Creating One Thread Per Cpu Pin
Dave Kreskowiak26-May-08 18:00
mveDave Kreskowiak26-May-08 18:00 
GeneralRe: Creating One Thread Per Cpu Pin
im_hoser26-May-08 23:40
im_hoser26-May-08 23:40 
GeneralRe: Creating One Thread Per Cpu Pin
Dave Kreskowiak27-May-08 1:32
mveDave Kreskowiak27-May-08 1:32 
GeneralRe: Creating One Thread Per Cpu Pin
im_hoser27-May-08 2:08
im_hoser27-May-08 2:08 
Questionadmin.asmx --SharePoint Services Pin
FriendlySoluations26-May-08 5:10
FriendlySoluations26-May-08 5:10 
Hi guys
I am getting a soap exception in creation of a site in wss , this is
the following code.

Dim siteURL As String = "http://servername:4000/sitename"
Dim siteTitle As String = "TestSite"
Dim sitedes As String = "Site for testing"
Dim lcid As Integer = 1033
Dim SiteTemp As String = "STS#2"



Dim adminService As New AdminSer.Admin()

adminService.Credentials = New Net.NetworkCredential("admin", "pass", "workgroup")
adminService.CreateSite(siteURL, siteTitle, sitedes, lcid, SiteTemp, "workgroup\admin", "adminName", "", "", "")


Not sure what is happening, any inner exception is nothing.
Any pointer is appreciated.
Thanks
AnswerRe: admin.asmx --SharePoint Services Pin
Dave Kreskowiak26-May-08 8:44
mveDave Kreskowiak26-May-08 8:44 
QuestionHow to use URLOpenStream in VB Pin
soam.soam26-May-08 4:35
soam.soam26-May-08 4:35 
AnswerRe: How to use URLOpenStream in VB Pin
jzonthemtn26-May-08 7:50
jzonthemtn26-May-08 7:50 
Questionkey code error Pin
ranipriya 201026-May-08 4:10
ranipriya 201026-May-08 4:10 
AnswerRe: key code error Pin
jzonthemtn26-May-08 4:26
jzonthemtn26-May-08 4:26 
AnswerRe: key code error Pin
Dave Kreskowiak26-May-08 8:42
mveDave Kreskowiak26-May-08 8:42 
AnswerCP Ignore Pin
leckey26-May-08 15:58
leckey26-May-08 15:58 
QuestionTable Locking... Pin
nishkarsh_k26-May-08 2:16
nishkarsh_k26-May-08 2:16 
AnswerRe: Table Locking... Pin
Guffa26-May-08 3:55
Guffa26-May-08 3:55 
AnswerRe: Table Locking... Pin
Dave Kreskowiak26-May-08 8:39
mveDave Kreskowiak26-May-08 8:39 
QuestionOverriding Paint Method Pin
Vimalsoft(Pty) Ltd26-May-08 0:31
professionalVimalsoft(Pty) Ltd26-May-08 0:31 
AnswerRe: Overriding Paint Method Pin
Scott Dorman26-May-08 4:58
professionalScott Dorman26-May-08 4:58 
GeneralRe: Overriding Paint Method Pin
Vimalsoft(Pty) Ltd26-May-08 23:57
professionalVimalsoft(Pty) Ltd26-May-08 23:57 
QuestionPInvokeStackImbalance Pin
Mohammad Al Hoss25-May-08 23:49
Mohammad Al Hoss25-May-08 23:49 
AnswerRe: PInvokeStackImbalance Pin
Scott Dorman26-May-08 5:00
professionalScott Dorman26-May-08 5:00 
AnswerRe: PInvokeStackImbalance Pin
Dave Kreskowiak26-May-08 8:34
mveDave Kreskowiak26-May-08 8:34 
AnswerRe: PInvokeStackImbalance Pin
Luc Pattyn26-May-08 12:18
sitebuilderLuc Pattyn26-May-08 12:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.