digioz
Newcomer
Hello all,
I am trying to compile a simple VB.NET Windows Form project which was converted from VS 2003 to VS 2005 using the .NET 1.1 framework from VS 2005 by utilizing MSBee. Based on the instructions, I have added bellow this line (in .vbproj file):
the following:
When I run the following command from VS 2005 command line:
I get the errors and warnings in the attached text file.
View attachment MSBee_Error.txt
Anyone know what's wrong with it? Any help would be appreciated!
Thanks,
Pete
I am trying to compile a simple VB.NET Windows Form project which was converted from VS 2003 to VS 2005 using the .NET 1.1 framework from VS 2005 by utilizing MSBee. Based on the instructions, I have added bellow this line (in .vbproj file):
Code:
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
the following:
Code:
<Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.VisualBasic.targets"
Condition="'$(BuildingInsideVisualStudio)' == '' AND '$(TargetFX1_1'=='true'" />
When I run the following command from VS 2005 command line:
Code:
msbuild C:\Temp\WindowsApplication1\WindowsApplication1\WindowsApplication1.vbproj /p:TargetFX1_1=true
I get the errors and warnings in the attached text file.
View attachment MSBee_Error.txt
Anyone know what's wrong with it? Any help would be appreciated!
Thanks,
Pete