I've been programming in VS2005 for a few years now. My exposure has been to creating desktop applications. I am now venturing into .net web sites. I have a solution and source code that was developed by an outside vendor. My company will be taking over the ownership of the product. That's where I come in. I will be supporting it as we move forward.
I have a copy of the solution and source code; have loaded it into VS 2010; and am trying to get myself familiar with the code.
There is a big problem, though. I think there is supposed to be some kind of additional environment that I need to create (IIS? Default website? something else?) When I attempt to open up the designer of a form, I get a "Master Page error" frame that tells me that the file '~/Masterpage.master' cannot be loaded.
What does that mean? I did find out that the ~ symbol represents the "home folder", so I presume it would be something like" c:\Inetpub\ folder>, right?
I can look at the code behind, but without seeing the controls that doesn't do me much good.
Please help...
Thanks in advance,
Jerry Scannell
I have a copy of the solution and source code; have loaded it into VS 2010; and am trying to get myself familiar with the code.
There is a big problem, though. I think there is supposed to be some kind of additional environment that I need to create (IIS? Default website? something else?) When I attempt to open up the designer of a form, I get a "Master Page error" frame that tells me that the file '~/Masterpage.master' cannot be loaded.
What does that mean? I did find out that the ~ symbol represents the "home folder", so I presume it would be something like" c:\Inetpub\ folder>, right?
I can look at the code behind, but without seeing the controls that doesn't do me much good.
Please help...
Thanks in advance,
Jerry Scannell