Comments on: How to Disable “Just My Code” in Visual Studio 2005 http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/#utm_source=rss&utm_medium=rss&utm_campaign=how-to-disable-just-my-code-in-visual-studio-2005 Wed, 07 Dec 2011 00:19:01 +0000 hourly 1 http://wordpress.org/?v=3.3 By: Josh Dannemann http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-158 Josh Dannemann Fri, 03 Sep 2010 20:37:53 +0000 http://www.johnlamansky.com/?p=160#comment-158 @Muhammad aamir You might want to check if there is more than one reference to justmycode. Using the windows search dog (search champion) search all directories for *.vssettings and once found, change the value within each for JustMyCode to 0. I would say to go ahead and import new settings, but no need for convoluted instructions. If every settings file is changed and you still have justmycode enabled, then something else must going on. @Muhammad aamir

You might want to check if there is more than one reference to justmycode. Using the windows search dog (search champion) search all directories for *.vssettings and once found, change the value within each for JustMyCode to 0. I would say to go ahead and import new settings, but no need for convoluted instructions. If every settings file is changed and you still have justmycode enabled, then something else must going on.

]]>
By: Muhammad aamir http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-156 Muhammad aamir Thu, 19 Feb 2009 07:18:11 +0000 http://www.johnlamansky.com/?p=160#comment-156 Hi, justmycode is 0, but still I am unable to debug the code. Remeber that this problem comes when you are converting VB6 code to .NET Hi,
justmycode is 0, but still I am unable to debug the code.
Remeber that this problem comes when you are converting VB6 code to .NET

]]>
By: Josh Dannemann http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-155 Josh Dannemann Sat, 10 Jan 2009 08:27:41 +0000 http://www.johnlamansky.com/?p=160#comment-155 NP ;0) NP ;0)

]]>
By: John Lamansky http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-154 John Lamansky Wed, 19 Nov 2008 01:13:00 +0000 http://www.johnlamansky.com/?p=160#comment-154 Hi Josh, Sorry the code cleaner gave you trouble. Thanks for posting the tip! - John Hi Josh,
Sorry the code cleaner gave you trouble. Thanks for posting the tip!
- John

]]>
By: Josh Dannemann http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-153 Josh Dannemann Thu, 23 Oct 2008 16:59:32 +0000 http://www.johnlamansky.com/?p=160#comment-153 The code cleaner in this reply form appears to be deleting the code I'm putting in. Just find the property value named "justmycode" and change the 1 to a zero. The code cleaner in this reply form appears to be deleting the code I’m putting in. Just find the property value named “justmycode” and change the 1 to a zero.

]]>
By: Josh Dannemann http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-152 Josh Dannemann Thu, 23 Oct 2008 16:56:53 +0000 http://www.johnlamansky.com/?p=160#comment-152 Uh.. Steps 1 and two are supposed to read Change ""1"" To ""0"" Uh.. Steps 1 and two are supposed to read

Change “”1″”
To “”0″”

]]>
By: Josh Dannemann http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-151 Josh Dannemann Thu, 23 Oct 2008 16:49:46 +0000 http://www.johnlamansky.com/?p=160#comment-151 If you happen to be missing the option to diable Just My code, there is another round about way of doing it. 1. Open the settings File for VB Express 2005: Visual Studio 2005SettingsVB ExpressCurrentSettings.vssettings 2. Find This line of text: 1 3. Change it to: 0 4. Save the file, but under a different name like: Visual Studio 2005SettingsVB ExpressMySettings.vssettings 5. Open VB Express 2005 Click Tools > Import and Export Settings > Import Selected Environment Settings > Next 6. Choose "No, just import new settings overwriting my current" > Next 7. Choose MySettings.vssettings or browse to it. 8. Finish. After this, Just my Code should be disabled and you may debug whatever you wish to. If you happen to be missing the option to diable Just My code, there is another round about way of doing it.

1. Open the settings File for VB Express 2005:
Visual Studio 2005SettingsVB ExpressCurrentSettings.vssettings

2. Find This line of text:
1

3. Change it to:
0

4. Save the file, but under a different name like:
Visual Studio 2005SettingsVB ExpressMySettings.vssettings

5. Open VB Express 2005 Click Tools > Import and Export Settings > Import Selected Environment Settings > Next

6. Choose “No, just import new settings overwriting my current” > Next

7. Choose MySettings.vssettings or browse to it.

8. Finish.

After this, Just my Code should be disabled and you may debug whatever you wish to.

]]>
By: ale-X http://johnlamansky.com/tech/how-to-disable-just-my-code-in-visual-studio-2005/comment-page-1/#comment-150 ale-X Wed, 23 Jan 2008 10:22:58 +0000 http://www.johnlamansky.com/?p=160#comment-150 hi, here you can be find a valid solution that works in my project: http://blogs.msdn.com/vbteam/archive/2008/01/19/source-code-of-visual-basic-runtime-has-been-released-to-public.aspx BR hi,
here you can be find a valid solution that works in my project:

http://blogs.msdn.com/vbteam/archive/2008/01/19/source-code-of-visual-basic-runtime-has-been-released-to-public.aspx

BR

]]>