i am a beginner we are making a website during registration process
i faced this problem that i am posting below please help
error is:-
System.IO.DirectoryNotFoundException: The system cannot find the path specified. (Exception from HRESULT: 0x80070003) at P3ADMINLib.P3DomainsClass.get_Item(Object vIndex) at register.AddPop3User(String MachineName, String DomainName, String UserName, String Password) in c:\inetpub\wwwroot\mail.veoda.com\mail\register.aspx.cs:line 118 at register.ImageButton1_Click(Object sender, ImageClickEventArgs e) in c:\inetpub\wwwroot\mail.veoda.com\mail\register.aspx.cs:line 167

Recommended Answers

All 2 Replies

To be honest it would be far easier if you:
1) Posted a code snippet
2) Let us know what happens

But from a quick glance it seems that a path you set (possibly to an image, resource, etc) isn't correct or the object isnt there

You might want to check the library also if its your own code.
Are you passing all the values properly?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.