Quantcast

Dev Diary 5/20

written by schipps on Tuesday, May 20 2008

 

 

So, I finally got over a hump in the application today with some help from a friend. I was going nuts because I'm used to many projects under one application easily communicating within and without with a few references and that's it. Well this app has a few projects and two separate web sites. I wasn't able to reference the user controls that existed in the same website, something I am not used to. There were circular references from control to control, and it was really frustrating to not be able to just reference them anywhere I wanted. Ended up having to extract the class that was being referenced to the App_Code folder.

 The structure that is being used right now is indigenous to the first release of VS 2005. Apparently, the way it is compiled it is put into multiple assemblies, so even though its one project, it can't refrence itself easily. Really frustrating, I hope to reconstruct the app into a more normail (something I am used to) construction, if for only the reason that it will be a faster way to get things done. Hopefully after a bunch of bug fixes I will have time to make changes like this.

 In other news, my dev office is done! I will post pictures later tonight. It's looking awesome.

In even other news this website is posessed by the devil, it keeps eating my posts. This was much more interesting before, take my word for it.

 

 

Similar Posts

  1. Dev Diary 5/06
  2. StackOverflow - The Answer to "-site:ExpertsExchange"?
  3. Three Great Reasons Why Even Lonely Developers Need Source Control

Comments

  • pop on on 5.20.2008 at 11:39 AM

    pop avatar

    well, DUH.

    (it will never not be funny)

Post a comment