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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Associations
Excel Services Secuirty Issue
Multiscreen/player synchronization
Design Consideration for active/active clustering
Reference materials
Setting Task Field Values in Custom .aspx Edit Form and accessing through ExtendedProperties
Passing the Excel parameters to the backend
How to Programmatically Access Wiki Content
could some one comment the ExcelService.CalculationA1
Workflow without Association and Instantiation Forms

Top Answerers

Manolis
caution812
ducmis
Dotnet Fellow
meighlough
ACG
Ovidiu Burlacu
Abdul Muheed
Pockey
2162
sitemap
Only Title

Answer Questions

  • Jassim Rahma Network Load Balancing vs. Hardware Load Balancing (CISCO Arrowpoint)

      Hi Have a query regarding using the Windows 2003 Network Load Balancing Service. My ISP provides Load Balancing functionality via there CISCO (Arrowpoint) Device. We were experiencing some problems with the Arrowpoint so during testing I installed the NLB service and got all my websites working to a tee I decided that this is perhaps the best way forward anyway as I had more control over adding and removing servers to the cluster, but none the less I decided to ask my ISP's advice as to which solution was the best. Their response was... "Microsoft's implementation of NLB is not a particularly network friendly application of load balancing. It operates by spoofing the source MAC address in ARP replies. This causes all switches ...Show All

  • Milzit State Machine Workflow - change state

    anybody know how to Dynamically change state in Sharepoint State Machine workflow ...Show All

  • RMooreFL Architecting Application?

    Dear All, In my career, i am in a transitional stage - moving from developer to managerial position and prefer Technical Manager/Architect. To master Architecting, need to know the following: 1. Is there any certification/course to master Aplplication Architect, including UML and applying Design Patterns 2. Can i have some sample/actual copy of 'High Level Design' and Low Level Design Document for an Application/Solution 3. What is the difference between 'Technical Architect' and 'Solution Architect' Or, are they same Thanks in advance for the advise/help. Regards, ravi Check IBM Rational architect courses (UML, requirements, SOA etc). But they are oriented toward J2EE. ...Show All

  • kawing0510 have any example on varyBycustomParam, VaryByHeader, VaryByQuery string custom parameter passing technique?

    regarding to above question we have tried for custom parameter passing through cache profile creation using asp.net code but in register assembly in global.aspx it will give error like "NameSpace can not be loaded" error in web.config files. i have also given safe control with assembly name and token id of asp.net code .dll till it will show same error Please reply as early as possible. ...Show All

  • Dark Helmet Getting the UDF Directory Pathname

    In my Excel Services UDF, is there a way to determine what the pathname of the directory the UDF dll was loaded from Here's the solution from C# for anyone else who needs to do this: strin udfpath; udfpath = System.Reflection. Assembly .GetAssembly( this .GetType()).CodeBase; It returns a URL of the form: file:///C:/dir/subdir/file.ext I need some more help as this is new to me. I'm using VB.NET and need the path in my New() method of my UDFClass(). How do I set an Assembly variable to the instance of the assembly And what do I pass as the type parameter (required) to GetAssembly() Thanks! Try System.Ref ...Show All

  • SQLme Is there any way to tell ASPMenu to hide restricted sites

    Hi, we use in our Master-Page the SharePoint-Control ASPMenu to display the top navigation. Is there any way to tell ASPMenu to show only those sites in its tab list a user has the rights to view We just want to avoid the "access denied"-pages. <SharePoint:AspMenu ID="TopNavigationMenu" runat="server" DataSourceID="topSiteMap" EnableViewState="false" AccessKey="<%$Resources:wss,navigation_accesskey%>" Orientation="Horizontal" StaticDisplayLevels="2" MaximumDynamicDisplayLevels="1" DynamicHorizontalOffset="0" StaticPopOutImageUrl="/_layouts/images/menudark.gif" StaticPopOutImageTextFormatString="" DynamicH ...Show All

  • clint 2 How to relate specific program versions to released updates

    Our application calls MS Word when needed. We are currently having a problem on certain PCs that have a specific MS Word version number. By this I mean, Help / About shows "Word 2003 (11.8026.8036) SP2". Some PCs have a different number in the parenthesis although they all say Word 2003 SP2. I am assuming the version number in the parens has something to do with updates. Where can I determine what version number correlates to what update Any help greatly appreciated. Hi, Did you ever receive a response to this question We have the same problem with different machines running a different patch release but the same version overall. I am trying to work out the same thing to establish ...Show All

  • DeamonX CQWP - Custom List

    I prepared a custom list and listed its items in CQWP. ListName: MyList Columns: Name,CustomUrl (ex: Google,http://www.google.com) When I click CQWP item, it opens the "List Item", but I want it to navigate to CustomUrl in List Item. I worked a lot on ItemStyle.xsl and ContentQueryMain.xsl ... Does anybody have a trick Thanks, Connect to the site collection with Sharepoint Designer.. Under Style Library / XSL Style Sheets, there is ItemStyle.xsl which formats the CQWP. Create yor own template there, by copy pasting one of the existing templates. Change the SafeUrl variable as the url of the list. Set the ItemStyle of CQWP as your new template. Ex Template Code: <xsl:template ...Show All

  • Shane Poppleton Infopath xsd and sharepoint workflow serialization problem

    I have a simple form that I am using for Association in my workflow. The form works fine and I can associate my workflow to the document library. The problem comes in when I try to use the form data in my workflow. I am using the following code to import the form data into the AssociationData class. I exported the form code, ran "xsd.exe /c /l:vb mychema.xsd" which generated the appropriate class. I am using the following code to generate my class from the form data (extra lines removed for readability): Public Class PurchaseReqWorkflow Public workflowProperties As SPWorkflowActivationProperties = New Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties Public assocData As New AssociationData() Private Sub codeA ...Show All

  • Altis1 what does the basic 30mb download provide

    when you install the 30mb download from the microsoft website for sharepoint services 3.0, what do you get on the interface yes i would like to know what the basic WSS installation provides what i was asking is what is the basic minimum download screen like There is a very good comparison of the different SharePoint versions in an Excel spreadsheet which can be downloaded on this page: http://office.microsoft.com/en-us/sharepointserver/HA101978031033.aspx I'm really sorry, but I'm not sure that I understand what you are looking for. Are you asking how much functionality the most basic WSS installation gives you Which download for WSS is only 30MB The one I found is around 78MB: h ...Show All

  • AlpanaDhole Meta tags in MOSS 2007 master pages

    Does anyone know how I might go about inserting meta tags such as "description" and "keywords" into my master pages and page layouts in a MOSS 2007 external facing site Ideally, when an author or editor is editing a page, I want field controls for the meta description and keyword tags, so the author can fill those in and save those with the page content. The problem is that I can't put a server control like a contentplaceholder inside of the content="" attribute on a meta tag. I've tried the following: <meta name="description" content="<asp:ContentPlcaHolder ID="PlaceHolderMetaDescription" runat="server"></asp:ContentPlaceHolder>" /> The ShareP ...Show All

  • nativecpp Error when opening designer view in VS2005

    I'm having a hard time trying to create a custom workflow for Sharepoint Server 2007 using Visual Studio 2005. I've installed the Sharepoint Server SDK as well as Visual Studio Extensions for Windows Workflow Foundation. When I create a new Sharepoint Sequential Workflow project, first problem I get is that the references to the Sharepoint DLL are not ok (exclamation marks in reference branch). So I copy those DLL files from my sharepoint server (I'm developping on a separate xp station) to my station and redo the references to the project. Then I'm able to build the project without problem. However, when I try to open the Designer view, I get the following error : Could not load file or assembly 'Microsoft.SharePoint.WorkflowAc ...Show All

  • Jason_B. Handling exceptions in CSF 3.0

    hi, I have a class from where I route messages to session service. I call all services asynchronously and hence i have defined a method in this class where service responses are recieved and handled. Now in case an error occurs(from web services that are called by Session services), I have defined a method called HandleError(SoapFaultException ex) and also added ACTION EQ ( http://schemas.xmlsoap.org/ws/2004/08/addressing/fault ) in manifest file. In the messages that I send to services, i have added reference property for correlation as I am not using CSF's correlation mechanism. In method HandleError, how can I retrieve this Id. ID exists in soap envelope in Reply property, but I recieve SoapFaultException as input to this me ...Show All

  • l_steve_l Problems with Office SharePoint Server Search, SharePoint Services Search and SharePoint Services Application services starting

    Hello! :-) Recently, i've encounered a problem concerning farm server deployment. Here is the information. 1 server. MOSS 2007 x86 OS - Windows 2003 Server Enterprise SP1 Role - ordinary file server. Type of installation - Complete. After installing i've configured this server successfully, entered Administration Web Site, created Shared Services, provisioned Project Web Access...so everything is fine and seems ok... The next step was to add auxiliary server to farm. So i did this : 2 server MOSS 2007 x64 OS - Windows 2003 Server Enterprise SP1 x64 Role - DOMAIN CONTROLLER Type of installation - Complete. At this point, after adding this server to the farm and configuring both servers with SharePoint Products and Te ...Show All

  • boston_sql92 Security Trimming - missing configuration?

    I have a new out of the box install of MOSS07 up and used it to crawl some legacy SP 2003 sites with Enterprise Search. The problem we're having is security trimming doesn't seem to be kicking in on the results - users are able to get links in the results page to items they don't have security access to (SP still prompts for credentials when the link to that resource is clicked). I have one domain security account as both application identity and primary crawl ID - this ID was given permission to the legacy SP content. The content is indexed but like I said everyone can see it regardless of rights to that resource. I'm having trouble finding articles on troubleshooting/configuring security trimming for MOSS07 - apparently it should w ...Show All

131415161718192021222324252627282930

©2008 Software Development Network

powered by phorum