Click here to Skip to main content
15,896,912 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Process Time Pin
~V~26-May-08 23:30
~V~26-May-08 23:30 
GeneralRe: Process Time Pin
Ashfield26-May-08 23:37
Ashfield26-May-08 23:37 
GeneralRe: Process Time Pin
~V~26-May-08 23:51
~V~26-May-08 23:51 
QuestionTable Locking : Reposting with more details... [modified] Pin
nishkarsh_k26-May-08 20:22
nishkarsh_k26-May-08 20:22 
AnswerRe: Table Locking : Reposting with more details... Pin
darkelv26-May-08 20:56
darkelv26-May-08 20:56 
GeneralRe: Table Locking : Reposting with more details... Pin
Ashfield26-May-08 21:16
Ashfield26-May-08 21:16 
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 
Hi guys
I am getting a soap exception in creation of a site in wss:

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Testx.AdminSer.Admin.CreateSite(String Url, String Title, String Description, Int32 Lcid, String WebTemplate, String OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String PortalName) in C:\Documents and Settings\mohannad.gh\Desktop\Testx\Testx\Web References\AdminSer\Reference.vb:line 95
at Testx.Form1.CreateSite_Click(Object sender, EventArgs e) in C:\Documents and Settings\mohannad.gh\Desktop\Testx\Testx\Form1.vb:line 1342
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationContext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at Testx.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()




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
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 
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 

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.