converting web-project to class-library

  • Thread starter Thread starter gvb
  • Start date Start date
G

gvb

I've got a couple of web-projects and i want to convert them to class-
libraries. I've tried by just changing te .vbproj file (Changed ProjectType
to from "Web" to "Local"
) and adding a vbroj.user, but it didn't work out.


Is there some kind of tool to do this conversion? Or is it just not
possible?
 
It's not strictly possible. You can convert some classes to a new class
library, but not the ASP.Net application, pages, etc.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

The man who questions opinions is wise.
The man who quarrels with facts is a fool.
 

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