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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

How to add a WebApplication with WSS 3.0
The database 'mcms_db' is not an MCMS 2002 database
How do I allow n possible new fields in a App (CRM)
Trouble after B2tr
can we debug sharepoint execution
Multi-tiered Application with client Server Architecture
Calling Biztalk Rules Engine Remotely
Loading User Controls into page
Links wander from domain name to NetBIOS name...
Recurring Appointment Database Storage

Top Answerers

jibotang
Galin Iliev
Radim Hampel
adamb99
fdc2005
cedubose
RobZeilinga
bennett_chen
doank
adamhill
DB Prism
Only Title

Answer Questions

  • aliasx EditForm losing custom columns when changing Masterpage- BUG?

    Hello Experts, to reproduce this: Create a new Site Content Type, derive it from Folder. Create a new Document Library, Allow management of content types. Add a Column to this Library (e.g. Subject, single line of text, add to all content types). Create a new Item of your custom content type from step 1 Open the site in SharePoint Designer Navigate to your Library, open the Forms Folder, double click the EditForm.aspx to open in Designer. Attach a different Masterpage to this Form and save (or just detach and attach the same one!) Open the Library and choose 'Edit Properties' on the Item from step 4 You will see, that the custom Column Subject is not listet, but it is available if you choose 'New'. Now r ...Show All

  • Ola Hallengren Troubleshooting list item/document deletion

    Dear colleagues, I have encountered a strange issue after shrinking the Portal_SITE database. Being a server administrator I cannot delete any item or document in my deployment. Can anybody help find the reason and the solution to this I can also add that this happened after having WSS/SPS2003 face hard drive space deficiency when an automatic windowsupgrade download spawned ~16000 temporary folders and flooded the disk. Thanks in advance, Nebelstreif ...Show All

  • Marc Rush Dataset, Typed Dataset or NHibernate?

    Not again.... I know some of the experts here will say. But I have read tons of articles, blogs, forums, and still can't decide on which to use to pass the data among the layers. Here is what my design need to take care of: 1. 3 layers architecture, where UI, BLL and DAL should be seperated. 2. The BLL/DAL should be somesort like "portable", can be reused in Windows Application and Web Application. So no repeated code needed. 3. The BLL/DAL can be called from within an application or through remoting/web service. 4. The BLL/DAL can act like APIs which can intergrate with other non-.Net system (VB6, VFP, C++, Java, etc.) I have to mention I have no experience in remoting, web service and COMIneterop (yet), but these will ...Show All

  • rmiao hoe to prevent any program from starting inspite of we double clicking on it using the registry?

    recently i had this trouble where memeory was being dumped every time the computer booted. on checking i realized an exe dump(0-k) being executed every time the computer booted after which obviously the memory got dumped onto the screen following which the computer reboots. on checking msconfig the exe had created a slot for itself to run during startup.to prevent this process from running again i disable it in msconfig and i also deleted the key from the registry for msconfig\startup.inspite of doing all this every time the system boots dump.exe gets executed although i had deleted it and a slot for it would be created in msconfig and it would be enabled.actually i could have uninstalled it if was a program but its a system pr ...Show All

  • Gidjett Site and Sub Site List Aggregation

    Is there a way to get all items for any given list (ie Contacts) for all sites and subsite using a single web service call Right now I am getting a list of all sites using "GetAllSubWebCollection" web service method, then for each site get the items for a given list. This is taking a very long time, can I execute a query from the root site and get this same list Thanks I'm using 2003. I've been messing around with the List Data Retrieval Service but can't seem to get the "select" statement right. Is this the right direction I should be going or can I use something else version 2003 or 2007 no, its not. Basically, the search engine i ...Show All

  • BogN CSF 3.0 Information about Service Logic and samples?

    I am trying to find the detail implementation informaiton about "Service Logic", but I do not find much in the CSF 3.0 SDK document. I read through the following online documents: 1> Microsoft Connected Services Framework 3.0 Billing SBE Development Guide.chm 2> Microsoft Connected Services Framework 3.0 Development Guide.chm 3> Microsoft Connected Services Framework 3.0 Order Handling SBE Development Guide.chm 4> BillSBEAdmin.chm 5> IdmManagement.chm 6> OrderHandlingSBE.chm 7> SessionManagement.chm but, I do not find much info about the implementation of Service Logic. Am I missing any chm files Also, I saw 1> HelloWorld Sample 2> Intercept Sample 3> Synchr ...Show All

  • donbox5 Web part development in local machine or server

    Hi, I have a server where the WSS installed and I have installed VS 2005 in my local machine. Trying to create a web part from local machine using the "Visual Studio 2005 Extensions for Windows SharePoint Services 3.0". But the problem is, I am getting an error message saying "No sharepoint site exists for the URL" and the debug process stops. To correct the error, I went and changed the URL to the one hosting the sharepoint services under project propeties > debug > start browser with URL and I re-compile, still getting the same error. I am wondering of few things: - do I need to install VS 2005 in the server and start developing the web parts in the server itself - If above is not a good ide ...Show All

  • Sai A Beginner question III - tier for windows forms application

    Hello, I'm a client-server programmer new to III tier aproach. Ok, i understand benefits of III layer, dividing funtionality in diferenents components that can optionally run in differents servers, i'm learning with GoF and Fowler patterns books. But I don't know if i need to run layers in differents servers. The principal reason i've found to III-tier is that in client-server architecture every client hold a connection to the database, and because connection are resource intensive, system doesn't scale.Text talk about thousands of clients is imposible for client-server system. But nowadays ram is cheap so with and estimation of even 1mb per client connection, 2000 clients would need 2gb for the server, not much memory. Other reason ...Show All

  • Sniper167 Use Reporting Services to print SharePoint lists?

    Has anyone found a way to have SQL Server Reporting Services dynamically generate reports of SharePoint 2007 lists based on the onscreen filtering/sorting and the underlying SharePoint View (columns, groupings) We like the flexibility to give power users a way to set up their own custom views of SharePoint lists but we need to find a way to let them produce reports based on their views. Unfortunately, our users still have a requirement to generate professional looking paper reports. The print capabilities of IE7, although much improved over IE6, are still not good enough for reports that are sent outside of our company. Specifically missing from IE7 are customization of page headers/footers (for company names/logos); and the abillity ...Show All

  • davser Designing multi-company databases

    I'm designing a website that can be used by multiple companies. It seems that there are two options: 1) The set of tables used by a company is owned by that company. This implies a database per company. This allows each company to upgrade individually but could cause managment problems with having many databases. 2) Use only one database but place a company ID column on each table. This implies only one database for the entire website but restricts companies from being able to upgrade independantly. Are there any other options besides the two listed above If not then which option do you think would be the best Depending on the database. If you choose a mature database like SQL Server, ...Show All

  • alpha202ej Reorting Services and MOSS 2007

    Hello Can someone point me to an article on how to hook up MOSS 2007 to reporting services installed on another box Thanks No not yet. ours is a medium server farm and RS is installed on the same box as SQL Server.No luck so far Hi Ray, The results of my efforts are recorded on the thread SQL2005 SP2 Dec CTP Sharepoint AddIn install problem HTH Martin Were you ever able to figure out how to get this working Thanks. Hello Martin, I am aware of the add-in and I have already installed it on my sharepoint box. I cannot get it working. Could u please let me know if you get it working ...Show All

  • Sara_H Design consulting

    Hi all, I have the following design conflict : I have to write an application that reads and writes values to hardware device. I have two filed devices maybe more in the future (D1,D2,...) Each device has it's way for making communication. I thought to make the design as following : 1. Build IDevice interface 2. Build D1 class and D2 class that implement IDevice. 3. Build Tag class that maintain the value of certain adress in the devices. 4. Build a serial port class that implements the communication with the COM ports. I want to build a container of Tag class witch may relate to D1 class or D2 class. I don't know how to connect between the Tag class and the D1,D2. I thought to put a reference to D1 in Tag ...Show All

  • Mory0Tiki OHSBE Message formats

    hi , I am evaluating OHSBE. In completing an order a few important messages are exchanged between the components. For ex. To initiate an order the OMS sends a SubmitOrderRequest message. Where can I get information about the structure of these messages The sample code per se is not useful as the various properties used are not accompanied by comments. thanks Thanks Tilak. Yes you are right - one can have custom formats as well. OHSBE installer places the OHSBE message schemas under Schemas folder under OHSBE installation directory. Yes, OHSBE supports custom messages also. For details of message exchange, please refer to OHSBE Developers guide ( http://msdn2.m ...Show All

  • Pman0401 Unable to retrieve external data for the following connections:

    Hi there! I am hoping someone can help me out with a problem I am having. I have created an excel webservice that contains a couple of pivot tables. I have add the spreadsheet into my trusted location, I have also added the data connection into the trusted location. So when I open up the dashboard containing the pivot table it displays the pivot correctly. My problem occurs when I try refresh the pivot the table I get this error. Unable to retrieve external data for the following connections: The data sources may be unreachable, may not be responding, or may have denied you access. Verify that data refresh is enabled for the trusted file location and that the workbook data authentication is correctly set Does ...Show All

  • Kimbe security data between layers

    We are designing an application with sevreal layers. Data Business Logic Services Client - Gui ASP.NET or WebServices Wea re thinking of authorization in the BL and maybe in the Data layer. our problem is tramsfering the current data between the layers in an easy way. Any ideas dansha wrote: thanks for your reply. We are considering to authrize actions (methods) on the BL. we may want to know inthe DAL who the user is so we can log the last modifer. Hi, I think this depends so much on your design, in other words your case is very general, if you have gone through designing your system please elaborate, for example you said we need to log the last modifier, as per my perception you can b ...Show All

83848586878889909192939495969798990

©2008 Software Development Network

powered by phorum