Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. SharePoint Help

SharePoint Help

Scheduled Pinned Locked Moved Web Development
csharpsharepointdotnetvisual-studiotools
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alexfromto
    wrote on last edited by
    #1

    Hi. We have donwloaded and installed SharePoint 2007 (MOSS) evaluation version on one of our servers. I have a DEV machine with .NET Framework 2.0 and VS 2005 on it. What kind of other tools do I need in order to start creating cutom web parts for SharePoint 2007? Right now my VS 2005 doesn't have an option of Web Part project. I know I need to download something but not sure what and in what order. My DEV machine doesn't have SharePoint on it. Thank you,

    M 1 Reply Last reply
    0
    • A alexfromto

      Hi. We have donwloaded and installed SharePoint 2007 (MOSS) evaluation version on one of our servers. I have a DEV machine with .NET Framework 2.0 and VS 2005 on it. What kind of other tools do I need in order to start creating cutom web parts for SharePoint 2007? Right now my VS 2005 doesn't have an option of Web Part project. I know I need to download something but not sure what and in what order. My DEV machine doesn't have SharePoint on it. Thank you,

      M Offline
      M Offline
      Michael Sync
      wrote on last edited by
      #2

      As far as I know, you don't need to use any tool like VS 2005 for creating custom web parts. The build-in tool is already added in SharePoint website. After installing, SharePoint website will be created in your machine. So, go to that website and there is one place where you can create custom web part. Hope it helps.

      Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)

      M 1 Reply Last reply
      0
      • M Michael Sync

        As far as I know, you don't need to use any tool like VS 2005 for creating custom web parts. The build-in tool is already added in SharePoint website. After installing, SharePoint website will be created in your machine. So, go to that website and there is one place where you can create custom web part. Hope it helps.

        Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)

        M Offline
        M Offline
        Michael Sync
        wrote on last edited by
        #3

        Check-out this . it mention how to create a custom web part using VS 2005. http://blogs.tamtam.nl/mart/CreateASharePoint2007WebpartStepByStep.aspx

        Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)

        A 1 Reply Last reply
        0
        • M Michael Sync

          Check-out this . it mention how to create a custom web part using VS 2005. http://blogs.tamtam.nl/mart/CreateASharePoint2007WebpartStepByStep.aspx

          Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)

          A Offline
          A Offline
          alexfromto
          wrote on last edited by
          #4

          Hi. Thank you for your reply. I've read your first response but I'm not sure how I can create (or where to find the tool you've mentioned) WebParts. Here are the steps I've done so far. 1. We have a server with MOSS (SharePoint 2007) installed. 2. I have a DEV machine with VS 2005 and .NET framework (2.0 and 3.0) 3. I've installed Microsoft SharePoint Services 3.0 on that DEV machine. 4. I've installed Visual Studio SharePoint Extensions, which gave me these nice icons to create WebPart and other SharePoint projects. Is this the right way to go? After all this installations I still didn't have Microsoft.SharePoint.Portal.dll on DEV machine so I've copied it from server where MOSS installed and added to the ISAPI directory where all other dlls are on my DEV machine. After doing that I was able to create webparts that I've wanted and drop them into bin directory on the server. Of course I've run into some security issues, which I've solved by modifying trust level in the web.config from minimum to medium. I know that there's a way to attach config file for each part you create I just don't know how to do that yet. If you have any references and/or examples, or maybe even books I can read please send them my way. I really appreciate your response.

          N 1 Reply Last reply
          0
          • A alexfromto

            Hi. Thank you for your reply. I've read your first response but I'm not sure how I can create (or where to find the tool you've mentioned) WebParts. Here are the steps I've done so far. 1. We have a server with MOSS (SharePoint 2007) installed. 2. I have a DEV machine with VS 2005 and .NET framework (2.0 and 3.0) 3. I've installed Microsoft SharePoint Services 3.0 on that DEV machine. 4. I've installed Visual Studio SharePoint Extensions, which gave me these nice icons to create WebPart and other SharePoint projects. Is this the right way to go? After all this installations I still didn't have Microsoft.SharePoint.Portal.dll on DEV machine so I've copied it from server where MOSS installed and added to the ISAPI directory where all other dlls are on my DEV machine. After doing that I was able to create webparts that I've wanted and drop them into bin directory on the server. Of course I've run into some security issues, which I've solved by modifying trust level in the web.config from minimum to medium. I know that there's a way to attach config file for each part you create I just don't know how to do that yet. If you have any references and/or examples, or maybe even books I can read please send them my way. I really appreciate your response.

            N Offline
            N Offline
            NET4Ever
            wrote on last edited by
            #5

            WebParts are in Visual Studio 2005 toolbox.

            A 1 Reply Last reply
            0
            • N NET4Ever

              WebParts are in Visual Studio 2005 toolbox.

              A Offline
              A Offline
              alexfromto
              wrote on last edited by
              #6

              I don't think these are specific to SharePoint. I was talking about SharePoint specific web parts. See my post from before.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups