Activity overview
Latest activity by alunharford
                    
                      
                        Profiling Visual Studio
                        
                        
                        
                        
                      
                      
                      
                
                  I'm developing an ASP.NET server control.
I can start devenv.exe from ANTS, but when the ASP.NET designer is opened and my controls loaded onto the page (the bit I want to profile!) Visual Studio c...
                      
                    
                  
                    
                      
                        No, I only get the problem with line-by-line (so that's a nice workaround for now :-) ) / comments
                        
                        
                        
                      
                      
                      
                
                  No, I only get the problem with line-by-line (so that's a nice workaround for now :-) )
                      
                    
                  
                    
                      
                        This also fails on the 4.1 early access  
We're using x64 / comments
                        
                        
                        
                      
                      
                      
                
                  This also fails on the 4.1 early access
We're using x64
                      
                    
                  
                    
                      
                        ExecutionEngineExeption
                        
                        
                        
                        
                      
                      
                      
                
              We're getting a System.ExecutionEngineExeption when using the latest version of ANTS.
This is happening when NHibernate does XmlSchema.Read passing assembly.GetManifestResourceStream(...)
I suspect...