| .NET From India |
| Put this feed on your website |
| Description: |
Your daily dose of DotNET From India |
| Format: |
RSS 2.0 |
| Url: |
http://www.dotnetindia.com/index.rss |
| |
| Latest headlines |
.NET From India
|
IndiaStockQuotes Version 1.2.1
Sun, 28 Sep 2008 10:39:30 EDT
It has been a long time since I actually worked on the IndiaStockQuotes component. Just had sometime over the weekend and fixed some bugs in the component and got out a new release. Also upgraded the component from .NET 2.0 to 3.5. I dont yet use any 3.5 specific features, so you should be able to recompile the source agains 2.0 and still get it to run.
Check it out at India Stock Quotes
|
Moving a project from VS 2005 to VS 2008
Fri, 26 Sep 2008 11:17:46 EDT
When you open a VS 2005 project in VS 2008, Visual Studio offers to migrate the project to the new format. Usually there should be no problem with this and all your project files, solution files, Test cases etc should move seamlessly to the 2008 format.
But if you do build your project you will notice that your output assemblies actually target .NET Framework 2.0 and not 3.5. This is basically because the migration retains the targeted framework to make sure you application does not fail. The method to change this setting after migration is not easy to find.
For VB projects, this setting is actually hidden inside, My Project -> Compile -> Advanced Compiler Options dialog. Obviously, this is not very easy to find. (See Image)
In C# projects this setting is a lot easier to find in Project Properties -> Application Tab itself. I am not sure why the VB team actually made this setting so difficult to find.
|