কাস্টম এক্সন URL-এ নতুন ফিচার জন্য প্রদর্শিত হবে না

I’m still in the habit of crafting my feature XML files by hand since it’s all quite new to me. I don’t want to rely on a front-end tool that does stuff I don’t understand (তিনি বলেন, তিনি একটি ব্লগ এন্ট্রি লিখেছে একটি টুল তিনি বুঝতে না ব্যবহার করে).

আজ, I was trying to add a custom action to the site settings but it just wouldn’t show up. I could install the feature and see it in the site features, কিন্তু যখন আমি এটি সক্রিয় (বিনা ত্রুটি) এটি সহজভাবে ড্রপ ডাউন মেনুর মধ্যে প্রদর্শিত হবে না.

I finally realized that I misspelled "SharePoint" মধ্যে এর অবস্থান বৈশিষ্ট্য <CustomAction> নোড. This is the bad elements.xml file:

<?XML সংস্করণ="1.0" এনকোডিং="UTF-8" ?>
<উপাদানসমূহ xmlns="HTTP://schemas.microsoft.com / sharepoint /">
  <CustomAction
 আইডি="SiteActionsToolbar"
 GroupId="SiteActions"
 অবস্থান="Microsoft.Sharepoint.StandardMenu"
 ক্রম="100"
 শিরোনাম="হ্যালো!"
 বর্ণনা="কাস্টম মেনু কর্ম একটি বৈশিষ্ট্যের মাধ্যমে ছবি."
 ImageUrl="_layouts / ছবি / menuprofile.gif">

    <UrlAction Url="HTTP://www.xyzzy.com"/>

  </CustomAction>
</উপাদানসমূহ>

ভাল:

<?XML সংস্করণ="1.0" এনকোডিং="UTF-8" ?>
<উপাদানসমূহ xmlns="HTTP://schemas.microsoft.com / sharepoint /">
  <CustomAction
 আইডি="SiteActionsToolBar"
 GroupId="SiteActions"
 অবস্থান="Microsoft.SharePoint.StandardMenu"
 ক্রম="100"
 শিরোনাম="হ্যালো!"
 বর্ণনা="কাস্টম মেনু কর্ম একটি বৈশিষ্ট্যের মাধ্যমে ছবি."
    >
    <UrlAction Url="HTTP://www.xyzzy.com"/>
  </CustomAction>
</উপাদানসমূহ>

That one took me a good two hours to figure out 🙂

আমি যে ভবিষ্যতে সান্ত্বনা করা যে কিছু দিন, আমি দোষী সাব্যস্ত সঙ্গে বলতে যা করতে পার্বেন, "back in the day, আমি পাহাড় আপ তুষার তিন মাইল কর্মক্ষেত্র ছিল (নগ্নপদে!) in order to deploy a custom feature to MOSS. You kids, আপনি কিভাবে সহজে আপনি এটা জানি না! Get off my lawn!"

ধৈর্যহারা হওয়া.

</শেষ>

Technorati বিভাগ: ,

4 চিন্তা "কাস্টম এক্সন URL-এ নতুন ফিচার জন্য প্রদর্শিত হবে না

  1. কোন নাম
    তোমাকে ধন্যবাদ! তোমাকে ধন্যবাদ! তোমাকে ধন্যবাদ!
    এটা litteraly আমাকে গ্রহণ 3 আমি আপনার ওয়েবসাইটে পাওয়া যায় এবং প্রকৃতপক্ষে আমি SharePoint ভুল বানান দেখেছি যে ঘন্টা পর্যন্ত. Why the hell is it "Shareপিoint"?!?!
    যে কোন পথে অনেক মানুষ সৌভাগ্য!

সাইফুল আলম চৌধুরী

আপনার ইমেইল ঠিকানা প্রচার করা হবে না. প্রয়োজনীয় ক্ষেত্রগুলি চিহ্নিত করা আছে *