Asp.net, listbox, htc, behavior, autosearch listbox
Welcome to MSDN Blogs Sign in | Join | Help

February 2009 - Posts

Vs 2008 Multi Target Framework and App.config behavior

The Vs 2008 , when changing the Target framework from x to y exhibits the following behavior. Current Framework Target Framework App.config gets added / if not exists, if exists gets updated 2.0 3.0 Yes 2.0 3.5 No 3.0 2.0 Yes 3.0 3.5 No 3.5 2.0 Yes 3.5

GAC Post build event - Machine path independent script

Add the following 2 lines as post build event.. with this.. this is totally machine independent since it uses Visual studio macros.. call "$(DevEnvDir)..\..\vc\vcvarsall.bat" "gacutil" /i "$(TargetPath)" /f
Posted by Sundara Prabu .T | 1 Comments
Filed under: , , ,

Silverlight 2.0 Globalization / Localization

I have created a simple Silverlight application and a doc detailing the same, on how to develop globalized silverlight apps for people across regions and cultures. www.codeplex.com/silverlight2 Created using Vs 2008 , c# and Silverlight 2.0
 
Page view tracker