Is it possible to use MSBuild to build a .NET 1.1 VB project w/ Crystal Reports? -


i have project crystal reports files doesn't seem build correctly if upgrade vs 2005 , .net 2.0. think reason new version of crystal reports incompatible older report format. since running vista, , .net 2003 doesn't work correctly on vista, want able build using msbuild target .net 1.1 framework. possible?

.net 1.1 doesn't use msbuild, can convert project vs 2005, , use called msbee back-target project 1.1 runtime. i've never tried it, that's best bet.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -