Use a path that resolves anywhere your VSTO solution could be deployed (Christin Boyd)

One of the VSTO MVPs pointed out that in some cases his customers were unable to resolve UNC paths consistently.  When he investigated further, he found that some branch offices of an enterprise were unable to resolve the UNC path ( \myservermyvstoappsinstallpath ) because of the way they setup their network infrastructure.  The only workaround he could find was to use a fully qualified web URL instead of a UNC path.  The resolution was to create a web server internal to the corporation which is still accessible by people in the branch office.  The other option would be to negotiate with the IT staff to change the way the branch office resolves server names, but apparently that was not an option.

Go here to read the rest:
Use a path that resolves anywhere your VSTO solution could be deployed (Christin Boyd)

Using The Loopback Adapter and SharePoint

Just a little tip as I’ve recieved a lot of emails and questions about SharePoint development recently. Most SharePoint development is going to take place in a virtual machine (unless you’re running Server 2008 as your desktop, which isn’t hard. Check out win2008workstation.com for some great tips on this)

More here:
Using The Loopback Adapter and SharePoint

Using The Loopback Adapter and SharePoint

Just a little tip as I’ve recieved a lot of emails and questions about SharePoint development recently. Most SharePoint development is going to take place in a virtual machine (unless you’re running Server 2008 as your desktop, which isn’t hard

Read the original post:
Using The Loopback Adapter and SharePoint

VSeWSS 1.3 Post-Install Configuration

If you’re trying to install VSeWSS 1.3, the latest version of the Visual Studio Extensions for Windows SharePoint Services, you may find that you need to tweak a couple of things post-install to make sure the VSeWSS 1.3 web service is configured correctly. To give you a little context, when I first installed the default installation and then created a web part project to test deployment I was getting the following error

More here:
VSeWSS 1.3 Post-Install Configuration