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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Upgrading WSS to version 3.0
Windows Operative System Architecture
Sharepoint Services 3.0 - Language Packs - Roadmap
How to build authorization with groups and roles?
CSIDL_COMMON_DOCUMENtS windows server 2003
Workflow conditions don't work in SharePoint Designer 2007 RTM
create multiple websites in different languages using WSS 3.0
Task Modification Forms
UI Architecture -Framework
Please help

Top Answerers

DocMoriarty
raja760
Leebert
Craig G
medel
akram badr
Derek Comingore
stinosky
enric vives
LaViMa
sitemap
Only Title

Answer Questions

  • dakerson Menu bar

    Can someone please show me how to remove the the Embedded Styles section that started with zz1_TopNavigationMenu. It seems to be inserted from some where which i could not figure out, and it overwriting the new styles that I inserted. When i clicked refresh several time, I can see that my new styles are applying, but with in a second it overwritten by the Embedded Styles. I'd look at the AspMenu section in the default but no hope. Many Thanks, Han Duong Correct way would be to simply remove that behaviour. If you provide ID and class to an element, you except these to be used and no additional ones. Juergen There are some CSS inheritance issues. If you have ...Show All

  • babucherayath Problem in fetching the values from the .Config file in COM+

    Hi, I have created a COM+ component using C#. in this i am fetching data from the SQL2000 database. the connection string is in the App.Config file. problem: When i try to open the connection from COM+ component to perform any kind of operation i am getting the following error " The ConnectionString property has not been initialized ." I am working with the following OS: WindowsXP Language: C# .net 1.1 third party tool : ORM.Net for dataAccess layer I have done the following things after registering the COM+ component. 1.Have put all the dlls refered by the COM+ component in the GAC. 2.I have put the .Config file in System32 folder along with the dllhost.exe so that the COM+ can recongnise it. 3 ...Show All

  • Montana Jones 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 Thank you for your reply I have install ...Show All

  • himanj Custom IRM Protector

    The SDK has some light documentation on creating custom IRM protectors, but no reference as to where to get the interfaces or the class definitions for the supporting classes. Is there a typelib somewhere I can't find it. A sample project would be nice too. The documentation has a sample pseudo-implementation, but there's no way to get started without the COM interface definition. Interesting, I figured out why I couldn't find it. The link you provided is to the beta version of the ECM Starter Kit. The MOSS 2007 SDK now includes the ECM Starter Kit as part of its install. That's what I have installed, and that header file is missing from the SDK install. Looks like somebody maybe missed a f ...Show All

  • eshl design problem (binary parser)

    Hello, I'm currently writing a part of an application which must translate a sequence of bytes (read from a network connection) into an object instance. The whole sequence is considered as a unique value, except for the first 2 bytes which identify the type of the value (numeric, string, or structured), and how the value should be parsed (the value itself can eventually be a list of values). I was thinking of inheriting from System.IO.BinaryReader for the parser (using a System.IO.MemoryStream for the byte sequence), having an abstract base class for the sequence content representation (class ContentBase), and different concrete classes which inherit from ContentBase (for example ContentInteger, ContentString, ContentListString ...Show All

  • vbnetdiscuss UIPAB - Open Navigation - Strongly typed state class

    Hi All, I am trying to implement strongly typed state class in UIPAB. In Graph navigation I am able to achieve the same. In Open navigation, the UIPAB framework always loads the state class that is specified as default="true" in the <state /> tag, which means I need to have a common state class for all my open navigations. I am having dozen of views and corresponding business entities that i need to implement strongly typed state class. How can we have individual state class for every open navigation views Is this possible or is it a limitation in UIPAB Thanks Niranjan ...Show All

  • aztec2_step IE crashs when opening office doc from sharepoint 2003

    Hi All, There is numerous reports (see links below) of IE crashing on vista when opening word or ppt from sharepoint 2003. This is also happening to me. Does anyone know how to fix this Thanks slyi http://forums.microsoft.com/TechNet/ShowPost.aspx PostID=1090561&SiteID=17 http://groups.google.com/group/microsoft.public.internetexplorer.general/browse_thread/thread/43f86639250505a2/b0ef5e5c7be556a3 lnk=st&q=sharepoint+ie7+crash&rnum=1&hl=en#b0ef5e5c7be556a3 Would this work to fix similar problems in Sharepoint 2007 Are there any caveats to implementing this fix thanks for your advise! this helped solve the problem! ...Show All

  • Julio Diaz C. right click and drag and drop

    Hi, I have 2 problems with Sharepoint portal 2007 and IE7, and the explorer view of a "documents" web part: 1- when I right click on a document I have a warning message saying "running a system command on this item might be unsafe. Do you want to continue ". A lot of answers on the web are saying that I need to check "enable" instead of "prompt" in one property of the IE security settings. unfortunatelly, it does not change anything with IE7/SPS 2007. I have even set to "enable" all the settings but I still have this problem. 2- Drag and drop is not working at all. Any idea thanks Rod Hi, the property is "Launching programs a ...Show All

  • Fille Object reference not set to an instance of an object error.

    i've installed the VSeWSS.msi on VS 2005, i'm using SPS 2007, i'm developing on my workstation in C#, i've added the Mircosoft.Sharepointserver dll reference to my project but i still can't deploy a very basic webpart. i get the "Object reference not set to an instance of an object" error but there's no reference to a line, column, project or anyhting. very frustrating. any suggestions/links whould be appreciated. i found something that works for me... i ignored the error and built the project anyway, copied the dll from the debug dir to the bin in sps, strong named it and allowed partially trusted calls and bingo, my sps website allowed me to import my very basic webpart. now all i need to do ...Show All

  • .net sukbir .aspx extension displayed

    Hi, when i use my Custom page layout based on the article page layout the extension .aspx is beging displayed with the title of the page. Can anybody tell me why that is. I use various custom columns in the article page content type. many tnx, Joost Hi Joost, are you referring to the title displayed on the page or the title in the browser (<title>) --George Perantatos [MSFT] Hi George thank you for replying. The extension is displayed on the breadcrumbtrail. The funny thing is I don't see it in edit mode. When i publish the page in breadcrumbtrail i get portal/pages/test.aspx regards, Joost ...Show All

  • Maartin Sharepoint Services 3.0 - Language Packs - Roadmap

    Hi, I don't know whether this forum is a right one to find an answer for my question. Anyway, I'll make a try... Where can I find a roadmap for language packs for Sharepoint Services 3.0 When specific language pack will be delivered To be more specific, I 'd like to know when east-european language packs will be available. Thank you, Mark No, sorry, we don't have the answer for that here. I'd recommend trying one of the SharePoint Services newsgroups: Windows SharePoint Services Development Windows SharePoint Services General ...Show All

  • NelG1 Problem with Javascript/Activex (like embedded Media) in Post list in blog template of WSS 3.0

    Hi, When I try to add javascript (or activex) in posts in WSS 3.0 blog module, sharepoint delete js code. Do you know if a solution exist For example, i would lik to add video in my post with : <table border='0' cellpadding='0' align="center"> <!-- begin video window... --> <tr><td> <OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width="320" height="240"> <param name='src' value="http://realserver.test.com/test.rm"> <param name='autostart' value="false"> <param name='controls' value='imagewindow'> <param name='console' value='video'> <param name='loop' value="false"> <EMBED src="http://realserver.test.com/test.rm" width="320" height= ...Show All

  • sanjeevm How to show user presence in MOSS

    I've been asked to display the presence of some users in a site. I'm trying to find out what I have to do to do that, but can find no documentation. Has anyone tried this I have discovered that there is the 'Colleague Tracker' web part in My Sites, which seems to do this - but it's not available on a conventional site. I was also trying to use the 'Site users' web part - but it doesn't seem to be able to show presence (although I've read some comments which suggest it should be. 1) Does anyone know of any documentation 2) What are the prerequisites for showing presence 3) What web part should I use Do I have to make the Colleague tracker web part available on a team site My apologies; I didn' ...Show All

  • glok Creating Multilingual in WSS 3.0

    Hi , I am new to Sharepoint Services (WSS 3.0) . My requirenent is that i have to create multiple websites in different languages using WSS 3.0 . A user can view his content in any language. I have few queries here : 1. If i am creating a site in English using a saved template and i want to create another site in German using the same template then how to convert all the text written in English to German as the template was created from an English site Ex: Lists, Libraries and other items column names and other metadata information. 2. In the same above way. After running several sites in different languages using a specific template. Now we want to add a new List/Library/WebPart etc to them, do ...Show All

  • Digo21 Object Relationship Mapping ?

    Hi all, Just wanted to findout that in normal distributed computing environments or 3-tier application; is it necessary to use Object relational mapping if yes which phase of the project -Paresh Hi It isnt really necessary. It depends on the kind of project you are working on and what kind of data accessibility requirements you have. You can live without Object Relational Mapping for sure. I always recommend this http://msdn.microsoft.com/library/en-us/dnbda/html/BOAGag.asp regarding data access patterns. However if you decide to use ORM then its one of the decisions that needs to be made earlier in the project. And there are certain ORM tools available as well. Let me know if you ...Show All

363738394041424344454647484950515253

©2008 Software Development Network

powered by phorum