Tagged Questions
0
votes
0answers
60 views
Why am I getting this error? “Incompatible Web Part markup detected. Use *.dwp Web Part XML instead of *.webpart Web Part XML.”
I created a WebPart in Visual Studio 2010 and made the necessary changes to make it work in MOSS 2007. The webpart was working just fine, but I had to remove a couple webparts from the project, so I ...
5
votes
3answers
104 views
SharePoint Admin and Developer Roles [closed]
Currently in our organization we have a three man SharePoint development team where we do everything other than SharePoint admin.
Our organization has development, test, and production servers.
We, ...
0
votes
2answers
160 views
How to Deploy the Feature with Scope=Site & Scope=Web for WebParts & EventReceiver respectively?
I have only 1 Visual Studio Project.
It contains 1 EventReceiver(for DocumentLibrary) and multiple-WebParts.
I have defined the Scope=Site of Feature.xml file of Project.
I have created 1 custom ...