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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. converting from vs2003 to vs2005

converting from vs2003 to vs2005

Scheduled Pinned Locked Moved ASP.NET
csharpvisual-studiowinformsbusinesshelp
2 Posts 2 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.
  • S Offline
    S Offline
    Shaimmaa
    wrote on last edited by
    #1

    Hi I’m converting a project from visual studio 2003 to visual studio 2005. The problem is: In the 2003 project I got a folder (called businessLayer) containing all the .cs business classes and one of these classes is referencing a user control in another folder after converting the businessLayer folder became under app_code folder so it can’t see the folder containing the user control so I put the cs files in a folder (also called businessLayer) out of the app_code folder but the all the controls can’t access the new folder out of app_code while they can see another folder containing another user controls. So what can I do to overcome this problem, any idea shaimmaa

    B 1 Reply Last reply
    0
    • S Shaimmaa

      Hi I’m converting a project from visual studio 2003 to visual studio 2005. The problem is: In the 2003 project I got a folder (called businessLayer) containing all the .cs business classes and one of these classes is referencing a user control in another folder after converting the businessLayer folder became under app_code folder so it can’t see the folder containing the user control so I put the cs files in a folder (also called businessLayer) out of the app_code folder but the all the controls can’t access the new folder out of app_code while they can see another folder containing another user controls. So what can I do to overcome this problem, any idea shaimmaa

      B Offline
      B Offline
      badgrs
      wrote on last edited by
      #2

      Why is your business layer using a UserControl? You would be better to look at changing that, ideally the business logic doesn't need to have access to anything on the view.

      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