c# - Does not Including the Version of a Dll Differ From Including It and Setting SpecificVersion to False? -


AjaxControlToolKit के लिए इन दो csProj संदर्भ परिभाषाओं को देखते हुए:

  & lt; संदर्भ शामिल करें = "AjaxControlToolkit, संस्करण = 4.1.7.1213, संस्कृति = तटस्थ, PublicKeyToken = 28f01b0e84b6d53e, प्रोसेसरअर्चैचर = MSIL" & gt; & LT; SpecificVersion & gt; झूठी & lt; / SpecificVersion & gt; & LT; HintPath & gt; .. \ संकुल \ AjaxControlToolkit.7.1213 \ lib \ 40 \ AjaxControlToolkit.dll & lt; / HintPath & gt; & Lt; / संदर्भ & gt; & Lt; संदर्भ शामिल करें = "AjaxControlToolkit" & gt; & LT; HintPath & gt; .. \ संकुल \ AjaxControlToolkit.7.1213 \ lib \ 40 \ AjaxControlToolkit.dll & lt; / HintPath & gt; & Lt; / संदर्भ & gt;  

यह परिवर्तन कैसे वी.एस. डीएल को पाता है, और यह क्या संभवतः डीएलएल संदर्भित कर सकता है?

क्या इस पर कोई संभावित प्रभाव है, जब यह क्रम में हो सकता है कोड तैनात किया गया है?


Comments

Popular posts from this blog

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -

python - Django Custom Admin Block For center of admin -

Editing Python Class in Shell and SQLAlchemy -