8 New Messages
Digest #4493
2a Deploy a Visual Web part in Share Point 2010 to the Web Application' by "Venkatesh H" venkat_82_20012001 2c Re: Deploy a Visual Web part in Share Point 2010 to the Web Applicat by "Venkatesh H" venkat_82_20012001 3c Re: PDFs not Linking to Named Destinations Only in Sharepoint by "southerncomfortherbs" southerncomfortherbs |
Messages
Mon Aug 6, 2012 6:48 am (PDT) . Posted by:
"Venkatesh H" venkat_82_20012001
Hi,
I have to create Custom Security Groups in Share Point 2010
programmatically and I want to allow everyone to be able to view the
Membership of the groups.For that, I have the following piece of code.
web.SiteGroups[groupName].OnlyAllowMembersViewMembership = false;
web.SiteGroups[groupName].Update();
But it doesn't seem to be working. Can anyone please help?
Regards,
Ven
[Non-text portions of this message have been removed]
I have to create Custom Security Groups in Share Point 2010
programmatically and I want to allow everyone to be able to view the
Membership of the groups.For that, I have the following piece of code.
web.SiteGroups[
web.SiteGroups[
But it doesn't seem to be working. Can anyone please help?
Regards,
Ven
[Non-text portions of this message have been removed]
Mon Aug 6, 2012 6:48 am (PDT) . Posted by:
"Venkatesh H" venkat_82_20012001
Hi,
Can anyone explain or guide me (step by step) to deploy a Visual Web Part
into the Share Point Web Application's Bin directory and not GAC? It will
be really helpful if you can explain it in detail.I tried some samples and
also googled, but couldn't find anything appropriate.
Thanks in advance,
Ven
[Non-text portions of this message have been removed]
Can anyone explain or guide me (step by step) to deploy a Visual Web Part
into the Share Point Web Application'
be really helpful if you can explain it in detail.I tried some samples and
also googled, but couldn't find anything appropriate.
Thanks in advance,
Ven
[Non-text portions of this message have been removed]
Mon Aug 6, 2012 8:01 am (PDT) . Posted by:
"Paul Stork" pstorkoh
Visual Web Parts must be deployed to the GAC or they can't load the ASCX control. there is no workaround that I am aware of. Paul Stork, MVP
To: sharepointdiscussions@yahoogroups.com
From: venkat82.h@gmail.com
Date: Sun, 5 Aug 2012 17:30:26 -0400
Subject: [sharepointdiscussions] Deploy a Visual Web part in Share Point 2010 to the Web Application's Bin directory
Hi,
Can anyone explain or guide me (step by step) to deploy a Visual Web Part
into the Share Point Web Application's Bin directory and not GAC? It will
be really helpful if you can explain it in detail.I tried some samples and
also googled, but couldn't find anything appropriate.
Thanks in advance,
Ven
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
To: sharepointdiscussio
From: venkat82.h@gmail.
Date: Sun, 5 Aug 2012 17:30:26 -0400
Subject: [sharepointdiscussi
Hi,
Can anyone explain or guide me (step by step) to deploy a Visual Web Part
into the Share Point Web Application'
be really helpful if you can explain it in detail.I tried some samples and
also googled, but couldn't find anything appropriate.
Thanks in advance,
Ven
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Mon Aug 6, 2012 1:16 pm (PDT) . Posted by:
"Venkatesh H" venkat_82_20012001
Thanks a lot, Paul. I was waiting for your reply.
Regards,
Ven.
On Mon, Aug 6, 2012 at 11:00 AM, Paul Stork <pstork@att.net> wrote:
> Visual Web Parts must be deployed to the GAC or they can't load the ASCX
> control. there is no workaround that I am aware of. Paul Stork, MVP
> To: sharepointdiscussions@yahoogroups.com
> From: venkat82.h@gmail.com
> Date: Sun, 5 Aug 2012 17:30:26 -0400
> Subject: [sharepointdiscussions] Deploy a Visual Web part in Share Point
> 2010 to the Web Application's Bin directory
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi,
>
>
>
> Can anyone explain or guide me (step by step) to deploy a Visual Web Part
>
> into the Share Point Web Application's Bin directory and not GAC? It will
>
> be really helpful if you can explain it in detail.I tried some samples and
>
> also googled, but couldn't find anything appropriate.
>
>
>
> Thanks in advance,
>
>
>
> Ven
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
[Non-text portions of this message have been removed]
Regards,
Ven.
On Mon, Aug 6, 2012 at 11:00 AM, Paul Stork <pstork@att.net> wrote:
> Visual Web Parts must be deployed to the GAC or they can't load the ASCX
> control. there is no workaround that I am aware of. Paul Stork, MVP
> To: sharepointdiscussio
> From: venkat82.h@gmail.
> Date: Sun, 5 Aug 2012 17:30:26 -0400
> Subject: [sharepointdiscussi
> 2010 to the Web Application'
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi,
>
>
>
> Can anyone explain or guide me (step by step) to deploy a Visual Web Part
>
> into the Share Point Web Application'
>
> be really helpful if you can explain it in detail.I tried some samples and
>
> also googled, but couldn't find anything appropriate.
>
>
>
> Thanks in advance,
>
>
>
> Ven
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------
>
> Yahoo! Groups Links
>
>
>
>
[Non-text portions of this message have been removed]
Mon Aug 6, 2012 6:49 am (PDT) . Posted by:
"southerncomfortherbs" southerncomfortherbs
I have a huge set of manuals organized as a master TOC.pdf and 40+ separate PDF chapters (can't combine everything into one PDF as it is too large). In SharePoint (within IE), the user first opens the TOC and then clicks a link that should open the correct chapter at the appropriate named destination. Instead, it goes to the top of the chapter. Linking works fine in Reader.
Mon Aug 6, 2012 7:27 am (PDT) . Posted by:
"onewisegeek" onewisegeek
Mon Aug 6, 2012 1:52 pm (PDT) . Posted by:
"southerncomfortherbs" southerncomfortherbs
To clarify, outside of SharePoint, linking works as designed. Only in SharePoint do the named destination links not work. Don't know if it's IE, ASP, IIS, or SharePoint. Any help appreciated.
--- In sharepointdiscussions@yahoogroups.com , "southerncomfortherbs" <katlee@...> wrote:
>
> I have a huge set of manuals organized as a master TOC.pdf and 40+ separate PDF chapters (can't combine everything into one PDF as it is too large). In SharePoint (within IE), the user first opens the TOC and then clicks a link that should open the correct chapter at the appropriate named destination. Instead, it goes to the top of the chapter. Linking works fine in Reader.
>
--- In sharepointdiscussio
>
> I have a huge set of manuals organized as a master TOC.pdf and 40+ separate PDF chapters (can't combine everything into one PDF as it is too large). In SharePoint (within IE), the user first opens the TOC and then clicks a link that should open the correct chapter at the appropriate named destination. Instead, it goes to the top of the chapter. Linking works fine in Reader.
>
Mon Aug 6, 2012 2:31 pm (PDT) . Posted by:
"brother.gabriel" brother.gabriel
Never mind, y'all, I found the answer here:
http://sharepoint.stackexchange.com/questions/42607/how-to-resolve-cannot-retrieve-the-url-specified-in-the-content-link-property
--- In sharepointdiscussions@yahoogroups.com , "brother.gabriel" <brgabriel@...> wrote:
>
> Salvete! I have a Content Editor Web part into which I want to load a simple bit of html (just an input box and a button or two). The file is at /_layouts/myfolder/myfile.html
>
> When I use the "Test Link" option, the file displays fine. But when I "apply" the web part, I get this message in place of the web part:
> "Cannot retrieve the URL specified in the Content Link property. For more assistance, contact your site administrator."
>
> Now, I am using an admin account - a domain admin account, in fact, so it can't be a permission problem.
>
> How is it that the simple html file can be displayed via "test link", but not as the web part?
>
> I don't want to use a page-viewer, becuase I don't want the html to be in an iframe.
>
http://sharepoint.
--- In sharepointdiscussio
>
> Salvete! I have a Content Editor Web part into which I want to load a simple bit of html (just an input box and a button or two). The file is at /_layouts/myfolder/
>
> When I use the "Test Link" option, the file displays fine. But when I "apply" the web part, I get this message in place of the web part:
> "Cannot retrieve the URL specified in the Content Link property. For more assistance, contact your site administrator.
>
> Now, I am using an admin account - a domain admin account, in fact, so it can't be a permission problem.
>
> How is it that the simple html file can be displayed via "test link", but not as the web part?
>
> I don't want to use a page-viewer, becuase I don't want the html to be in an iframe.
>
GROUP FOOTER MESSAGE
Moderated by Mindsharp, www.mindsharp.com > Know More. Do More.
No comments:
Post a Comment