Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>No there isn't such an option afaik. If the containers encounters an error, then it has got a broken dependency and has got no idea how this would effect the remainder of the configuration. Safest thing is to fail right then and there.</p> <p>It is very common to encounter problems when crafting xml configuration for Spring.NET. You mistype a class name, property name or constructor type and find out when you run (or integration-test) your application. You fix it, run it again, only to find out you made a similar error on the next line. This can get frustrating, so I fully understand where your question comes from.</p> <p>There are a few things you can do to minimize making errors in your xml configuration:</p> <ul> <li>Install the <a href="http://www.springframework.net/doc-latest/reference/html/vsnet.html#vsnet-config-section" rel="nofollow">Spring xsd files</a> in Visual Studio - this will validate your xml while you type it.</li> <li>Install the <a href="http://www.springframework.net/doc-latest/reference/html/vsnet.html#d4e10026" rel="nofollow">Spring.NET Visual Studio Addin</a>, requires VS 2010. This will give you: <ul> <li>Intellisense-like type completion, property name completion and constructor argument name completion.</li> <li>Some xml snippets to quickly insert object definitions and more.</li> <li>SDK quick info tooltips</li> <li>See <a href="http://maruxelo.free.fr/spring/index2.html" rel="nofollow">this video</a> for a demo</li> </ul></li> <li>If you don't run VS 2010, you can also checkout some of the <a href="http://www.springframework.net/doc-latest/reference/html/vsnet.html#d4e10093" rel="nofollow">features of Resharper</a> that are useful for Spring.NET</li> </ul> <p>I recommend doing both. I think installing the add in also installs the xsd files.</p> <p>You can also consider switching (parts of) you configuration to <a href="http://www.springframework.net/codeconfig/index.html" rel="nofollow">Spring.NET's CodeConfig</a>, but that's beyond the scope of this question.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload