Can't find System.EnterpriseServices.Wrapper.dll

C

Chris Koenig

I had to uninstall/reinstall/fix my .NET 2.0 installation and now am
running into the following execption:

------

System.IO.FileNotFoundException was unhandled
Message="Could not load file or assembly
'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The
system cannot find the file specified."
Source="System.EnterpriseServices"
FileName="System.EnterpriseServices.Wrapper.dll"
FusionLog=""
StackTrace:
at System.EnterpriseServices.ContextUtil.get_IsInTransaction()
at System.Data.Common.ADP.IsSysTxEqualSysEsTransaction()
at System.Data.Common.ADP.NeedManualEnlistment()
at System.Data.Odbc.OdbcConnection.Open()
at NotesQuery.Program.Main(String[] args) in C:\Documents and
Settings\crk\My Documents\Visual Studio
2005\Projects\NotesQuery\NotesQuery\Program.cs:line 16
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[]
args)
at System.AppDomain.ExecuteAssembly(String assemblyFile,
Evidence assemblySecurity, String[] args)
at
Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object
state)
at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

----

I checked, and this file is indeed missing from my machine. Any
thoughts on how I could get it back?


Thanks!
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top