|
| Sharepoint Problem |
 |
Tue, 15 Aug 2006 14:53:14 +000 |
I am trying to get this piece of code to work:
Dim site AsNew SPSite("http://abcsqlt1:8080/")
Dim webs As SPWebCollection = site.AllWebs
Response.Write("Count: " & webs.Count)
However, I get the following error:
"Cannot complete this action. Please try again"
What is the problem?
|
| Post Reply
|
| Re: Sharepoint Problem - Problem Solved. |
 |
Wed, 23 Aug 2006 15:59:14 +000 |
This problem has been resolved.
I created the my web application on the WSS website.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|