Just a shot in the dark but are you referencing the OLEDB dll and is it registered. In earlier versions of .NET you needed a sub key under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders. The original Framework SDK also came with a tool called Type Library Importer which created dlls from Type libraries (tlb files that you can explore using the OLEView.exe utility) Then you could reference the dll like any other .NET assembly. TLBIMP.exe allowed you to create your own interop assemblies. The command line went TlbImp "drive:\Path\File.dll" Adam Nathan wrote a great big book on all of this called ".NET and COM The Complete Interoperability Guide". Sorry if none of this helps. Graham.
----- Original Message ----- From: "geoff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 10, 2008 9:28 PM Subject: OLEDB VFP in Visual Studio > Hi all, > > Im trying to add a VFP DBC or free tables to Server Explorer in > Visual Studio 2008 SP1. Has anyone else tried this using OLE DB? i go > thru the steps and get system.enterpriseservices.wrapper.dll is > missing. there is a copy of this in .NET 2.0 but apparently not in > 3.5 which is what I am using. And yes, I tried copying that one over > and it gets it in the server list but it doesnt work. I'm using Win > XP SP3. I tried it on a vista machine and that was even worse with a > memory error that killed VS. > > Does anyone have any ideas or has done this? > > Cheers > > Geoff > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

