c# - Azure with Azure SQL Server: ArgumentException: Value does not fall within the expected range -


never seen on our local servers, after deploying mvc4 application , sql server database azure following exception, how tackle problem?

[argumentexception: value not fall within expected range.] system.transactions.oletx.idtcproxyshimfactory.connecttoproxy(string nodename, guid resourcemanageridentifier, intptr managedidentifier, boolean& nodenamematches, uint32& whereaboutssize, cotaskmemhandle& whereaboutsbuffer, iresourcemanagershim& resourcemanagershim) +0 system.transactions.oletx.dtctransactionmanager.initialize() +155 system.transactions.oletx.dtctransactionmanager.get_proxyshimfactory() +76 system.transactions.transactioninterop.getoletxtransactionfromtransmitterpropigationtoken(byte[] propagationtoken) +160 system.transactions.transactionstatepspeoperation.pspepromote(internaltransaction tx) +78 

no clue start debugging. help!!

system.transactions.oletx.idtcproxyshimfactory

dtc (distributed transactions coordinator) not supported in azure. means. have re-design code rid of distributed transactions , use simple transactions.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -