| By rmoore - 6/8/2007 
 This is not really an issue but rather a question but didn't know where else to post it. I've noticed that while working within the code window of a Business Object that when I try to type something as an Int32, the Intellisense doesn't show it. It will only show an Int32Converter. However I can safely remove the Converter part and works fine. Does it have something to do with BO field customization?  Here's a screen shot of what I'm talking about:
 
 
   | 
	
		
				      		    
		
		| By Greg McGuffey - 6/8/2007 
 I've run into this also. I'd started using Integer instead...it is the exact same thing, but intellisense works better with it.
 | 
	
		
				      		    
		
		| By Trent L. Taylor - 6/8/2007 
 Click on the "All" tab at the bottom.  You are just viewing the "Common" which is not loading the type.
 | 
	
		
				      		    
		
		| By rmoore - 6/8/2007 
 Ahh, I see. So silly of me
  
 Thanks
 | 
	
		
				      		    
		
		| By Trent L. Taylor - 6/8/2007 
 No problem
   | 
	
		
				      		    
		
		| By Greg McGuffey - 6/8/2007 
 Learn something new every day!  I never noticed that.
   |