Answer Questions
Paul Mason What's replacement for Listings in Sharepoint 2007?
Hi, I cannot find in Sharepoint 2007 anything similar to news listings in Sharepoint 2003. We used to publish news about most important published documents using Groupped Listing Web Part. I guess, now I can construct someting similar myself, creating my own content type and then displaying data by Content Query or so. I wonder, if somebody succeeded to upgrade from 2003 to 2007, what was genuine replacement for Listings, what's there in place of listings at your new site Thanks a lot. ...Show All
Aaron Sulwer best way to handle collections
The scenario here is an object that has one or more collections and some of the object in those collection can in turn have collections themselves, kind like a tree. To give an example, think a Customer object, it contains a collection named Invoices. The Invoices Collection in turn contains an Items collection. Let's say each of these objects (Customer, Invoice, Item) has a corresponding table on a database that storages the properties. If I wanted to instantiate the objects from the Customer down. I will instantiate the Customer. Then get all the invoices for that customers and create the Invoices Collection. And for each invoice, I would get all the items for that invoice and create the Items collection. it would ...Show All
TheQuietShadow Physical seperation of layers - business layer -> data layer?
Hi Forum Does it make any sense to build a design that supports more than one physical seperation. I'm making a web application and I need to make it secure and scalable. I can see an idea in making it possible to physically seperate the presentation layer from the business layer. You can put the presentation layer in a DMZ. Does it make sense to make it possible to physically seperate the business tier from the data tier What requirements would justify such a design I'm making a web application that is to run on a web farm in a hosting center. There is not reqirement that the data tier is to run on there other side of the planet. I'm thinking mostly about security. I know that making physical seperation has a perform ...Show All
Brandon Hawkins Issues With Delay Activity
Has anybody had any success using the Delay activity within Visual Studio authored workflows Whenever I include a Delay activity in my workflows the workflow goes to sleep and never wakes up. If I listen for a Delay activity along with other events inside a Listen activity, I find that the other events (for example, OnTaskChanged) cause the workflow to be rehydrated as expected but the Delay activity does not. It doesn't seem to make any difference what the TimeoutDuration is set to or whether it's set statically in the designer or dynamically inside an InitiializeTimeoutDuration method. Does anyone have some sample code with Delay activities working correctly I am having the same issue with this ... d ...Show All
Summoner where can I find an example of requirement document for some small project example
And also, if there is any place with examples of software documents for all developement phases (use case example, class diagram, sequence diagram example, requirement document example) just to understand how we use that in real business. I would appreciate. Thank you You could have a look at this url: http://www.extremeprogramming.org They describe one method that can be used to design and build a project, but the design bit is not very detailed. You could also have patiente (not sure how much ) and keep track of my weblog ( http://jonaveen.spaces.live.com ) and I will elaborate on this in the near future. any project example that takes me step by step with examples of all the phas ...Show All
learneroob critique requested on thin Data Access Layer
I have devised a way to save tons of code by calling stored procs with a single web service method, which takes a DataSet parameter, containing a DataTable with the name of the stored procedure and column names matching the parameter names, and row(0) contents matching the values to be passed. I have further simplified matters by making all parameters varchar, so a call from my client looks like: Dim paramVals As String() = { myString1, myString2 } Dim ds As DataSet = oneWsMethod("storedProcName", "param1,param2", paramVals) ... Dim params As String() = { this1String, thisOtherstring, thirdString } ds = oneWsMethod("anotherProc", "p1,p2,p3", params, usingTransaction:=True) My o ...Show All
pAbLoPiCaSsO what do you think about "menu on the master page" project
What do you think about implementing a custom menu (with links) on the master page, i mean the menu will be placed on the master page. The menu items will be populated from a list from the site. And the menu layout and look should be customizable through a css How long do you think it will take a beginner (me:)) to do it and pls help me if u have any ideas Thank you ...Show All
Bernhard Huemer Server getting intimation of disconnection while file is downloaded from client side
I have a problem, There is a file being transferred to an .Net application via HTTP protocol by a J2EE web application. Now I want to trap the client disconnection event at Server Side if Download fails from client side. I have thought some approaches but not fully satisfied with those: 1. Just open a separate thread from client that will tell the server periodically that client is alive, till file gets transferred. 2. Server should ping the client periodically, if client is available, but this would be a violation of HTTP protocol. In case 1 , I would have to make a service or exceutable on client side which i would like to attempt as the last case. I would like client to be just using webbrowser. Please comment on my ideas ...Show All
Tower21 "SPSearch" error when provisioning WSS Search Service
Using the wizard in Central Administration, filling in the fields and clicking the "Start" button I get the error page with one line: " SPSearch (<here listed the username for Search Service Account>)". If I try to perform the same step via command-line, stsadm.exe return the following: " 'start' action failed. Additional information: SPSearch (<accont name here>)". The database is not created. The account I used is full local administrator. I use SQL Server Express Edition with Advanced Services Service Pack 2 (also tried Service Pack 1). All accounts are local ones as the machine is in workgroup. OS is Windows Server 2003 with Service Pack 1. WSS and .NET Framework 3.0 are the RTM versions. WS ...Show All
Qube A required .DLL file, MSCOREE.DLL, was not found.
i need help. i bought Caesar IV and downloaded it to my computer. However, when i click on the shortcut to play it...it says: A required .DLL file, MSCOREE.DLL, was not found. it's making me mad..becuase i tried downloading the file, yet it still will not work. suggestions Not sure what this has to do with architecture but that's part of the dotNet framework. I would suggest contacting whoever you bought the software from and find out what ver sion the framework they need. Usually either the documentation gives you the download address or the CD includes the framework. ...Show All
Christian Sparre Advice on Career track?
I am a network admin/web guru currently with userstanding of HTML, CSS. Im familular with PHP code, but have never got deeper than tweaking pre created code. I am implementing Sharepoint 2007 for use for our business and I have been appointed to head it up. They want to get me training for coding in whatever is used for Sharepoint 2007, I assume ASP.NET Primarily to customize Sharepoint for our business via webparts or simular. Its a bit confusing for me coming in as I dont know what I should learn to suit our business needs. So my question is does anyone have any CBT that they would reccomend (something more than just Videos (CBTNuggets). Maybe something like CareerAcadamy.com Anywans, what should I learn, where t ...Show All
GoDaddy How to listen to a web service for a message receive.
Is it possible to listen to a webservice (WS) when a message is received by the WS. Thanks, Sailu The web service processes "messages" by default. Could you be more specific with your question One thing you can do is implement an ISAPI filter to intercept the calls another option is to implement a gateway so that a front web-service will get called and it would dispatch the call to the intended webservice and to whatever other listener you want Arnon Consider the case where you have two independent objects that need to process the same message, but neither should know about the other's existence, because they could be independently deployed. Current WS implementations and tools do a lousy j ...Show All
ajliaks Workflow task causing error with forms server.
I have a form published via forms server. Then I associate the approval workflow with the form. I fill out the form and submit it to the library. Once I finish this process my approver gets an email telling them to review the form and approve the task. They click on the link to review the form and they get this error message: The URL <library>/<filename>.xml is an unsupported relative URL. Use an absolute URL or prefix with '~sitecollection', for a site-collection-relative URL. Any ideas how to deal with this I am old to SharePoint but new to InfoPath and forms server. Thanks Shane - SharePoint Help One thing that you may want to check is if you are using a sub site to mak ...Show All
swiego Call Logging System
Hi, I am thinking about making a small call logging system to use on our Helpdesk. The Helpdesk system will be used to log client jobs. Work is then completed by Engineers, narrated (in the system), and then passed back to the helpdesk to follow up. Engineers will need access to this Helpdesk system from outside the company. Firstly, I am not really sure where I should start, so if you have, or know of, any online resources I could have a look at that would probably be good for a start. Secondly, I am not sure if I should be building a web application (Web Site) or windows application (Project). I know this is a very high level view of what I am trying to accomplish, but your advice/suggestions would be most welcome. Thanks, ...Show All
pinkybaby ListInstance ID is ignored in Feature
I am trying to deploy a custom list containing countries, with its content - to another site collection - using a Feature. I use that particular list for a lookup field. My countries list is being created just fine, but the Id of the list is changed causing my lookup field to fail. It appears that the Id property of the ListInstance is ignored, when i look at the online documentation http://msdn2.microsoft.com/en-gb/library/ms476062.aspx it tells me that the Id property is supposed to be an Integer Can anybody tell me how to acomplish this < Elements xmlns = " http://schemas.microsoft.com/sharepoint/ " > < ListTemplate Name = " countries " Type = " 4000 " BaseType = " 0 &quo ...Show All
