How do you register the .Net Component or Assembly?
Answer Posted / satej
gacutil -i [Assembly Name]
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why do we need url encoding?
How to Separate background image and front image from original picture....
How can we inherit a static variable?
What is webresource axd?
What is protected configuration?
Can we use html in asp.net?
What are the Types of session management in ASP.NET
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How you can return View from ASP.NET Web API method?
What are client activated objects?
What are the advantages of using Master Pages?
What is cookies in asp net?
How does the cookies work in asp.net?
What is a user developed application?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?