Sebastian Wojciechowski’s WebLog

.NET Developer

Archive for December, 2005

For SharePoint developers working with URL is a crucial thing. So probably many of us noticed that BasePath property of Uri class is private. Maybe it is something like property in .NET 1.0 (example in “Framework Designing Guidelines”) but I don’t think so.
So, how we can solve this? Well, in a SharePoint context I think […]

Read Full Post »

Yesterday I ran into this problem. I tried to deploy Web Parts package with stsadm.exe and then bam!!
“The server instance specified was not found. Please specify the server’s address and port.”
On Saturday everything worked like a charm, and on Sunday that error (don’t ask how I know it worked on Saturday and Sunday ).
I […]

Read Full Post »