Enable Debug vbNET Express
posted by adme @ 11:52pm, Tuesday 20 December 2011.
Saya telah install perisian percuma Visual Basic 2010 Express seminggu lepas. Masa nak debug percubaan pertama, tak leh buat sebab 'debugging' didisabled dalam versi free ni. Baru sat ni jumpa satu cara di page 'through the interface' untuk enable debugging. Kurang masa saya nak translate, berikut ref bahasa asalnya ;
So what can we do? Well, it turns out that all you need to enable debugging in Visual Basic Express Edition is a separate file in the project folder, called "MyProjectName.vbproj.user". This contains the user-specific project settings for the MyProjectName project. In my test I used the default project name for a Class Library, and so the file was called "ClassLibrary1.vbproj.user" and in the same folder as "ClassLibrary1.vbproj". Here are the contents of that file:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartAction>Program</StartAction>
<StartProgram>C:\Program Files\AutoCAD 2007\acad.exe</StartProgram>
</PropertyGroup>
</Project>
















Comments
Salam kenal dari blogger indonesia
ditunggu komentar baliknya di
Resolosi Juara 2012
ferdi - 12:17am , Friday 30 December 2011
Submit Your Comment
Show/Hide CommentBox