Mark Brown

Hmm...

<October 2008>
SuMoTuWeThFrSa
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678


Navigation

Work Links

Subscriptions

Post Categories

Article Categories



Tuesday, July 08, 2003 - Posts

A difference between VS2003 and VS2002

When building a project in VS2003 the contents of the bin directory are cleaned out before the compile. This behavior is different then VS2002.

A google search found this:

"Microsoft claims that it now works as intended so I guess there was a bug in VS 2002. What you have to do is add a config file to your project and leave the name as App.config. During the build it clears the bin directory and then creates a copy of App.config called  xXX.config.exe in the bin folder."

This sucks! I don't want my config file overwritten every time I build the project. My local config file contains path names and connection strings that are specific to my development environment. This makes it difficult to work in a multi-developer environment where every developer has different config settings and the project can contain only one App.config file. There must be a solution to this.

Update: I should mention that I have several configuration sections in my config file so the standard user.config method of overriding the config file is probably not the best approach for me.

posted Tuesday, July 08, 2003 3:13 PM by MarkBrown with 0 Comments

Host Web Service Applications With Cassini

http://www.pinnaclepublishing.com/WS/WSmag.nsf/0/CE0F20660EAB8A0F85256D4E005C6708

posted Tuesday, July 08, 2003 1:05 PM by MarkBrown with 0 Comments

Interesting Article on MS Blogging

http://seattlepi.nwsource.com/business/129927_msftblog08.html

posted Tuesday, July 08, 2003 8:27 AM by MarkBrown with 0 Comments

Another free offer from Microsoft

In case you missed out on the Free Pocket PC Offer Microsoft is offering another free gift. Not nearly as cool but it's free.

posted Tuesday, July 08, 2003 7:37 AM by MarkBrown with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems