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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Error with TreeView in Web Part
WebDav access to Doc Library
Content Deployment failure
SOA and Banks
Data Synchronization with Client/Server
Sharepoint Services 3.0 and AD Security Groups?
Artifacts can we/should we version for SharePoint development
Windows Application Versus Web Site
IE Crashing when opening Sharepoint list
Change the default theme applied to new sites

Top Answerers

Rudedog2
Acts7
luca82
Rashar
John Sobernheim
ahmedilyas
shatl
shahrukh1
DDarren
A Pham
Microsoft
Only Title

Answer Questions

  • howard dierking - MSFT multi documents and one email notificiation

    How would I put several documents in the same workflow I can get one to work fine, but if I have 10 docs I don't want to have to send 10 e-mail notifications. Anyone know how to put more than on doc routing in an e-mail thanks in advance bill riggs Not easily. I did something similar, but I didn't put multiple documents in one workflow - that looked too hard. Instead, I used multiple workflows (1 per document) and sent a single email. You'll have to build some sort of persistence mechanism to store 'messages' (an email contains many 'messages') that are waiting to be sent in an email. If you're not sending them at once (one at a time), they will need to wait. Then, you'll need to wri ...Show All

  • George Waters Asp.Net application hosting on Linux

    Hello All, I have developed an ASP.Net application in .net framework 1.1 I want to host my application on linux server. Should I need to re-write my code or there is any solution provided by Microsoft. Urgent reponse would be great. Thanks a Lot! Thanks for giving information.my network team already setup the linux webser.but when i copy my project into the domain it gives error.i can't understand the error also any one can help me to run this project.i hosted my project in cms.uptrend.com.my . Iam waiting for the replay. Thanks in Advance Srinivas Software Engineer MIW Systems. Malaysia. Thanks for giving information.my network team already set ...Show All

  • DouglasL Query on Entity Design

    There are times when one might have to load 2 entities out of which only few fields might be required from the second entity in that particular screen. For example I could have a customer entity and an order entity. In an order capture screen I would require the order entity and few fields of the customer entity say name, address.. So the question is for a few fields of customer entity does it make sense to load the entire entity.. This would make even more cause of concern if the corresponding entity has many child entity collections in it. For example one customer would have multiple address, contact numbers and so on. I presonally feel that no matter who little or more one uses the entity, the entire entity needs to be loaded because ...Show All

  • Polity4h OOP Design Question - Need an opinion...

    I know there is no "100% correct" way to design the following but any suggestions or shared opinions would be appreciated: I want to create a Customer business entity. Should this Customer class only contain properties and simple validation or should it also contain all the business logic and CRUD functions Should I create a separate class called CustomerService that handles logic by passing around and working with the Customer entity Example: How to add a new Customer 1) All domain logic in one Customer object . Customer.Name = "Bla" Customer.Save OR 2) Customer object to hold properties and Service object to perform business logic. Customer.Name = "Bla" CustomerFactory.AddCu ...Show All

  • hazz Need a bit of help getting My Site functionality to work

    Hi all. I have installed MOSS 2007 enterprise in a simple-server farm mode using a SQL 2005 backend. It appears I have everything else working except the My Site functionality. When I click on My Site, I get: Your personal site cannot be created because Self-Service Site Creation is not enabled. Contact your site administrator for more information. So then I enable Self-Service Site Creation for the web app that is hosting the My Site service and try again. This time I receive: There has been an error creating the personal site. Contact your site administrator for more information. I have the SSP set up so that the admin site is on one web app on a port other than 80, and the My Site is on a different web app at p ...Show All

  • Corby111 Programming modal selection

    Hi All,   My application is a CRM based application. There is a Framework and application(s) who access it in a webfarm environment. (consider distributed computing)   So usually which programming methodology or project cycle should be selected (best fit) 1) Agile 2) eXtreme 3) Iterative (Okay though, takes time) 4) Spiral 5) Waterfall (not recommended) 6) Any other ...   Kindly respond with your experience   (IMO Agile is usally good for smaller projects. But what about the larger iterative projects. I think Iterative method works out well. )   thanks... I think it is mostly people and organizational factors rather then tec ...Show All

  • Brandon Tucker 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 Try System.Reflection.Assembly.GetAssembly().CodeBase.Location Or something under the Assembly reflection node should give it to you if that doesn't. - Luis Did the answer above work out for you If not please let us know so we can try and continue helping, otherwise, please mark it as the answer for the thread so we can get it off the radar. Thanks!! 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 t ...Show All

  • cereyan Question on Custom Entities

    I have a scenario wherein the UI talks to Service layer --> Business Layer --> Data Layer and fetches data and passes along the layer via custom entities. Typically when we retrieve records it would as a set of entities inside an entity collection or should I say an array of entities. Now when I update a particular entity in the entity collection I either have the option of sending the entire entity collection or just extract out the updated entity and send the same across the layers to be updated in the database. Looking apparently, it would suggest sending only the updated entity instead of the entire entity collection bcos its always best to pass small size data across the layers. Is this analogy correct or is there some scena ...Show All

  • a.E use of snk file

    Hello everybody, This is somewhat layman's query. i have read about snk files to be included in the assembly to sign it and protect it from unknown people for which it is not meant for. I don't understand that how can we protect an assembly from an snk when we pack that in the assembly itself. Can somebody please t ake out some time and explain what exactly is the purpose of snk file and how exactly it serves that purpose. Also why do we need a Assemblydelaysign property in assemblyinfo.cs file. Thanks for your help rajiv Hi Diego, You have given the best possible elaboration on why to use snk files. Thanks a lot regards rajiv 1. Afte ...Show All

  • milann An appropriate moment.

    Hi, One of my applications is hosting internet explorer to display pages which are using dedicated scripting interfaces. Theese interfaces are pushed to 'document's via IDispatchEx. (GetDispID with fdexNameEnsure than Invoke). It is working 'almost' perfectly except thoose interfaces are become available after the scripts are initialized. <html> <head> <script language="javascript"> alert(providedString); </script> </head> <body> <input id="Kick Me!" type="button" value="button" onClick="alert(providedString);"/> </body> </html> First call to alert will fail while second works. This is because providedString will be available when DISPI ...Show All

  • danadanny Error in communicating with Excel Calculation Services

    When attempting to view an Excel spreadsheet in SharePoint, we get the following error displayed in the web browser: Excel Web Access: An error has occurred Checking the Event Log we see: There was an error in communicating with Excel Calculation Services http://uklo2k3d02:56737/SharedServices1/ExcelCalculationServer/ExcelService.asmx  exception: The request failed with HTTP status 401: Unauthorized. [Session: (null) User: CAPCO\jtnn]. The user has full admin rights over all systems We are running RTM version of SharePoint 2007, Enterprise Edition Excel Services is enabled, configured and activated on all levels. The location is set as trusted. The rest of the server works perfectly Shared Services wor ...Show All

  • TonyX852 StockQuoteAppIdm sample (CSF 3.0) is not working..

    hi i'm trying to run the sample. i did all steps in sample document. but sample didn't work. so i checked EventViewer, i got some info about SSO... sample doc doesn't explain SSO setting. however, using SSO and IDM management, i registerd Application info and Secondary Credentials. Now... i got this error. ---------------------------------------------------------------------------------------------------------------------------- Timestamp: 2006-12-18 8:23:48 Message: An internal server error occurred. Your call was not processed. Contact the site administrator for details. (System.IndexOutOfRangeException: .    : Microsoft.ConnectedServices.Connector.IdentityManager.SsoUserMapManager.Read(Read ...Show All

  • nickwilliams Scheduling Job in a Web Farm

    Hello, I have a farm of .NET servers. The application also needs scheduled jobs - like sending reports / notifications periodically. The question is - what is the best way to schedule this job I want the same set of software to run on all machines - so that if in case one machine goes down, the other is able to run the scheduled job. The options I am considering: 1) making them SQL Server jobs ( which are failed over in a cluster), but these jobs need resources available on the .NET servers, and I donot think that opening a backward connectivity from DB to App would be the best way. 2) To have some kind of a lock in the database, and schedule the job on all the machines in windows scheduler. The one which wakes up first, gets the l ...Show All

  • K.V.Bharath Problem in installing SPS 2007

    Hi all, i installed SPS 2007 first time and it was working perfectlly,then i un installed it. now i'm trying to install it again,it installed sucessfully but when i run the SPS configuraiton wizard, i got an error : "failed to register Sharepoint services". "an exception of type system.argumentexception was thrown. additional exception information : Error during encryption or decryption. system error code 0." i need help asap. Dear all, i solved the problem,when you Un install SPS 2007,before starting new installation,do the following : 1- Un install WSS 3.0. 2- Reboot your system. 2- Delete any site related to SPS or WSS in IIS manager. 3- Install fresh copy of SPS 2007,it will ...Show All

  • LamptonWorm OWSSUPP.DLL crash

    I am having a problem accessing Windows SharePoint Services site. My Internet Explorer crashes and also several, but not all, computers in the office also do. This is the error in Event Log: Event Type: Error Event Source: Application Error Event Category: None Event ID: 1000 Date: 1/19/2007 Time: 11:48:13 PM User: N/A Computer: MARTO Description: Faulting application iexplore.exe, version 6.0.2900.2180, faulting module unknown, version 0.0.0.0, fault address 0x00000000. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . Data: 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 69 65 78 ure iex ...Show All

414243444546474849505152535455565758

©2008 Software Development Network

powered by phorum