Having problem with mapping local folder to web folder
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi i have tried a tutorial www.codeproject.com/aspnet/ReadWebFolderContent.asp I am facing problem on this section of code string mapFolderPath = CreateWebFolderLink(siteUrl); StringCollection ret = new StringCollection(); Shell32.ShellClass shell = new Shell32.ShellClass(); Shell32.Folder mapFolder = shell.NameSpace(mapFolderPath); The problem is mapFolder.Parent has threw an exception and system.notimplementedexception Will you guys please guide me about the problem. It would be son nice of you. Arslan Ilyas Dot Net Developer Red Signal