Dim sd As ServerDocument = Nothing
Try
sd = New ServerDocument("C:\Documents\SolutionDocument.doc")
sd.AppManifest.DeployManifestPath = _
"\\NewServer\ShareFolder\SolutionDocument.application"
ServerDocument sd = null;
try
{
sd = new ServerDocument(@"C:\Documents\SolutionDocument.doc");
sd.AppManifest.DeployManifestPath =
@"\\NewServer\ShareFolder\SolutionDocument.application";