Does anyone have any good links for developing custom field and content types that doesn’t involve using VSeWSS? Most of the stuff I have seen on the web requires installing VSeWSS, I would rather build them from scratch with just VS2005.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I understand the idea of doing it by hand first without a tool to help.
But, you will end up creating a lot of xml by hand. It will really hurt and take a long time.
I would recommend STSDev personally. Use it to create the solution and features for the custom content types and fields, including any custom controls.
Once the package has been created, you can then reverse engineer it to find out the nuts and bolts of how the whole thing holds together.
If you do it on a virtual machine, you can still keep a virgin 2005 install to roll back to when you want to.
I believe this will increase the time to understand what is going on with Content Types and Fields.