vb.net - Only Shows Error List For One vb File -


i'm kind of new visual studio. i've built few simple programs in it, i'm in process of rewriting huge system wrote in vba. frustrating me error list in vs listing errors 1 .vb file in project, lets call vbfile1. now, when work on vb file, vbfile2, in same project vbfile1 no red squiggles or errors listed vbfile2. don't understand how happen. i've tried/checked:

  1. filter set 'current project' , played around other filter settings no change.
  2. checked text editor under options , according research i've done fine. plus, have never changed of these settings anyway.
  3. closed , re-opened visual studio.
  4. closed open files in project , still displays same error list
  5. close files except vbfile2 still shows same error list of vbfile1.

i have visual studio 2012 ultimate. feel should easy fix...i confused what's going on.

hope makes sense!

update: excluded project, vbfile1 , errors listed vbfile2...why be?

i not sure if has been fixed in visual studio 2012, there connect request visual studio 2010 resolution of won't fix because of performance issues. effect seeing because have exceeded maximum number of errors project (what used seeing 102 threshold), not show anymore till fix ones has shown you.


according msdn article, found through so question limitation still there ide has been removed command line compiler.

from above msdn link:

limitless (command-line) errors!

this thing, let me explain. performance reasons, visual basic ide maxes out @ 101 errors (with error #102 being “maximum number of errors exceeded.”) can make difficult estimate amount of work remaining in situations, particularly in upgrade scenarios. have removed limit command-line compiler in release, though still there in ide. means if want know how many errors there project, invoke compiler through msbuild.exe or vbc.exe , you’ll answer.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -