Software Development Network Logo
  • Smart Devicet
  • Visual Studio
  • VS Team System
  • Visual FoxPro
  • SharePoint Products
  • Microsoft ISV
  • Visual C++
  • Visual Basic
  • .NET Development
  • Windows Forms
  • Audio and Video
  • Game Technologies
  • Windows Vista
  • IE Development
  • Visual C#

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Share Point 2007 Submenus
HelloWorld Sample-CreateSession times out
Windows Service can't access files on the network
Can not creat Site collection in wss 3 release version
Sharepoint Server might need to be reconfigured but I don't want to loose my work
Content Editor Webpart Errors
Problems with Owner Draw Menus in an out of process ActiveX Document Server
User groups not recognized as the target audience
Which protocol?
Full multi-tier ASP.NET code generation solution?

Top Answerers

Hans1982
vpitts
Проничкин
Maxiorel
footballboy
Puzzl3b0x
Brandon Bloom
mcgin1591
Cynkan
Erik BN
UBL - Universal Business Language
Only Title

Answer Questions

  • boliath How to send synchronous message to the service?

    Hi All! I'm using CSF 3.0 Developer Edition Full. I've tried to send a synchronous message from one servcie to another through a CSF session, but it hasn't worked. On this forum I read, that CSF doesn't support synchronous exchange between services, but there wasn't explanation why. And in the development guide it is said that synchronous exchange is possible. Here is my code: Header header = new Header(); header.Addressing = new Microsoft.ConnectedServices.Sdk.Addressing.AddressingHeaders(MyURI); header.Addressing.To = SessionUri; header.CsfProperties.SessionId = SessionId; header.Addressing.Action = MyAction; Message request = Message.CreateMessage(header, MyRequestType); MyResponseType response = sender.SendSync<MyResponseType>(r ...Show All

  • Todd Biggs - Windows Live how many data size to fill in DataSet

    I have to implement to test performance on database. I have 5 million record have to select to dataset but it dosn't work then i want to know what solution i should do. Does i shoul change to use DataReader instead to DataSet (it forword only record and i don't want to modify any data) thanks Hi kung yeah a 5 million row dataset resident in memory is going to be a little unwieldly You'll have to expand on what sort of performance you want to test are you just testing how quick it can return 5 million rows You can use a data reader as it won't be trying to hold all 5 million rows in memory at once and write them out, but if your just testing the database you might as well use query ...Show All

  • Peter D.252325 Custom view in site defination

    I'm working in custom site definition. In the site definition, I defined a Contact list and want the contact appear in the Right webpart zone. But i want to custom the view that it display in the webpart zone. That is: remove the Email field from the view. How can I do that. Thanks. Jason If you go to the list settings, at the bottom of the page are the views that are defined with one of them being the default view (most likely there will be only the one view for your Contacts list called "All Contacts"). Select the view you want to modify and then uncheck those fields that you do not want to display. You will probably need to modify your web part that shows your Contacts and tell ...Show All

  • karfast Getting the site content type coulmns failed

    That is the message what I see when trying to publish my InfoPath Form to the server. Everything worked fine with an ordinary site, but at this time I tryed to publish it in PWA. I guess there is no difference between them, but the issue still confuses me. The form library, which I created for this kind of templates has an " Allow management of content types " option set to Yes. Also I created a content type named Form and added a standard columns to it. But the problem still exists. Any suggestions are kindly appreciated. Sincerely yours, Andreas. The theme is closed. I've solved the problem. '-) I don't understand the nature of this problem, but I've managed to get ...Show All

  • Dmitriy Ovdienko can we post question here about sharepoint 2007 (moss2007)

    or should we post them in the sharepoint 2007 beta section of the forum Thank you here is fine... ...Show All

  • rhansen How to best implement an Orchestration Layer?

    So after carefully divding and separating our middle tier into lously-coupled services, the need for an orchestration layer that sits on top of all the services became apparent. I'm curious to see how others are implementing this orchestration layer: using something like Biztalk or another code layer that plays the role. BizTalk seems great at managing a business workflow, but what if this orchestration layer needs to aggregate data from multiple services Is BizTalk still the right tool Also want to know is since some service calls need the orchestration layer's help and some don't (calling the services directly), is there a pattern for this In other words, does the presentation layer ALWAYS call the orchestration layer even if some ...Show All

  • Bark at the Moon Microsoft Connected Services Framework 3.0 BTS WSE Adapter

    1. Where do we get the Microsoft Connected Services Framework 3.0 BTS WSE Adapter from 2. Is it freely available Sachin, You can get the BTS WSE Adapter through your Microsoft representative. It is available as part of a CSF deployment. It is not available through MSDN. Thanks, Raymond I downloaded CSF through MSDN subscription but could not find BTS WES adapter there. You mean is it available as a spearate download or part of CSF If its a part of CSF, could you share the the csf installation path where i can find it. ...Show All

  • GR101 Share Point 2007 Submenus

    Currently dropdown menus are built in ...Site Settings > Modify Navigation Site Navigation Settings (AreaNavigationSettings.aspx). I would like to be able to modify the Navigation editng and sorting section to do the multiple submenus (flyouts). I would like for the dropdown menu items to have more then one level of menu. I would like to be able to add submenus. How can I do this Not sure if you're talking about the quicklaunch menu or the top navigation bar, I am assuming its the latter. These two links should be of help if that is the case Add menu items (example for both quic launch and top nav. bar): http://www.sharepointblogs.com/tbaginski/archive/2006/06/07/8174.aspx In ca ...Show All

  • 2162 Attach different Master Page to layout page

    I have a site collection and from that collection I have a child site (let's call it site A) I would like to use a different Master Page with Page Layouts used in Site A. I see where I define the Master Page used by Site A in Site Settings. Then from Site A I created a new Page Layout. That page layout was saved to the root site collection Master Page Gallery (as expected). By following instructions that I have found, I should be able to select Format -> Master Page -> Detach from Master Page while editing a page layout. And then use the Attach Master Page menu item to attach to a secondary master page. The problem is that the Detach from Master Page and Attach Master Page menu items are disabled. Where am I going wrong Thanks, ...Show All

  • johnseab I want to know some good website for software architecture.

    I want to know some good website for software architecture. thanks Depending on your level of expertise on architecture and your interests you may try the following web sites: http://www.skyscrapr.net/ http://www.msdn.com/architecture http://www.microsoft.com/architecture http://www.iasahome.org Hope this helps Regards Thanks,. not only ms sites http://www-128.ibm.com/developerworks/architecture/ I'd also recommend Martin Fowler's site (http://www.martinfowler.com/). Of course, we shouldn't forget GoF (Gang of Four) patterns http://www.dofactory.com/Patterns/Patterns.aspx =) Other interesting ressources: http://dev2dev.bea.c ...Show All

  • P.Johansson Variation Navigation

    Hi I am using MOSS 2007 RTM. I want to use language variation in my portal for English and French language. Here are the steps I did to create variation. 1) Create variation at Home level from Variations under site settings 2) Then created two lable for EN and FR 3) Then Created Hierarchies . This created two sites English and French under Home. Now what I understand is that I have to create all my sub sites under english site and it will create french site, correct me if I am wrong. This is not a nice way to display the structure of the site. This is how it works now on my portal --- Home --- English | __ MIS | __ HR --- French |__ MIS (FR) ...Show All

  • malgre Removing web parts

    We have duplicate web parts on our WSS, they only have different names and the duplicates do not have a description. How does one remove web parts from the WSS so that they are not avaiable Thank you Thank You that was what I was needing. I believe the steps that you need to take are outlined here: http://wss.collutions.com/Lists/FAQ/DispForm.aspx ID=111 Glad to help. ...Show All

  • airwalker2000 Data Transfer Objects and Lazy Load

    The intent of Data Transfer Object is to get all the data in one call instead of making several separate calls.This is especially true when working with remote interfaces. Then there is lazy load which talks about selective loading of objects as and when it is required. Now when I am applying both these concepts in my smart client application they contradict each other. I am trying to find a balance as to what would be considered a good candidate for lazy load. Since I have an entity which has reference to several other entities. I know that when i am getting data for a particular page I would not require all that is required for the entity and related entities, but would need to only on certain conditions or user clicks or tabs. So if i ...Show All

  • James Chambers Nested Master Pages in MOSS 2007

    Does anyone know if you can use nested master pages in MOSS 2007 I have tried to do so using SharePoint designer and can't seem to get it to let me change the master page when I am developing against a MOSS 2007 server. Every example that I have seen using Visual Studio 2005 doesn't have a master page reference at the top of the file. I have some custom layouts that need to use one master page that doesn't have left hand navigation and some need to use another master page that has left side navigation. I was going to derive the one that has left side nav from the one that doesn't. The pages that need the left hand nav may live within a site that has pages that doesn't need the left hand nav. This stops me from using a new master pag ...Show All

  • MichaelD&amp;#33; Problems configuring for e-mail enabled libraries and distribution groups

    I need some help here. I have been trying to set up WSS vs on a Win2k3 R2 box for two + weeks now. This latest attempt follows OS install Drivers & multiple reboots IIS, ASP.NET, SMTP .NET 2.0 SQLExpress2005 Reboot Windows Updates = 59 (no IE7) Reboot WSS v3 – error wants .Net 3 first .Net 3 WSS V3 – install only – no config Update Reboot Login as (Domain Service account) – Run config wizard   When I try to add e-mail to a list I get an "error in application" page.   From other places I've read that I have to set the Central Admin user to the Domain user that has access to the OU I created in AD for this to work.  When I do that I get warnings in the ...Show All

474849505152535455565758596061626364

©2008 Software Development Network

powered by phorum