can we place the same DLL in debug folder two times?
(without using strong name )

Answers were Sorted based on User's Feedback



can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / inampudi anil kumar

we can plce it but version problem will definately wil come
if we dll1.0 version and 1.1 the compiler will take the
things from the latest version then dll hell will come
if i am wrong plzz update me
thnx

Is This Answer Correct ?    5 Yes 0 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / varma

NO,WE CAN'T PLACE THE SAME DLL IN DEBUG FOLDER

Is This Answer Correct ?    3 Yes 0 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / sudhir kunnure

NO you can use only one dll of same name in debug folder.

Is This Answer Correct ?    3 Yes 1 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / pratap

Yes. We can't keep two dlls with same name in our debug
folder. We can do this in GAC only(with strong name).

Is This Answer Correct ?    2 Yes 0 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / nithya

s, we can do it.

Is This Answer Correct ?    1 Yes 1 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / varun

no we cannot put.............

Is This Answer Correct ?    0 Yes 0 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / rajesh kadam

no , we can not put it ,you can use only one dll in debug
folder.

Is This Answer Correct ?    0 Yes 0 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / swaroop venkat

S WE PLACE IT

Is This Answer Correct ?    0 Yes 2 No

can we place the same DLL in debug folder two times? (without using strong name ) ..

Answer / dasharatham

we can place the same DLL in debug folder two times..

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

How to handle errors in Web API?

0 Answers  


Define resource files.

0 Answers  


difference between Trace and Debug ?

2 Answers   Accenture, HCL, Patni,


Where do the cookie state and session state information be stored?

0 Answers  


what is stateless ?

2 Answers   TCS,






What is an asp.net validator? And, mention its types.

0 Answers  


Describe SOA and the tenets of it?

0 Answers   Siebel,


write six HTTP request method?

4 Answers   IBM,


Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


can u debug application programatically? if yes how?

0 Answers   FactorH,


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


What is enableviewstate in asp net?

0 Answers  


Categories