Implemeting EZNamespaceExtensions

  • Thread starter Thread starter sumit.professional
  • Start date Start date
S

sumit.professional

Hello friends,
Can anybody help me out to implement EZNamespaceExtensions in C# which
will help me to create virtual drive in windows explorer.


Thanks in advance
waiting for your precious replies
 
You really shouldn't be doing this in .NET. As a general rule, you
should not be creating namespace extensions in .NET languages, because you
can't be assured which version of the framework is going to be loaded.

I've seen the product you are referring to, and while it looks like it
will do what you are asking, they can't guarantee that it will work 100% of
the time.

Regardless, if you want to use this product, you should probably look
for tutorials on their site on how to use their product.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top