RealDWG: .NET: Strange Error??
After successfully developing a RealDWG based solution we are running into what seems to be a configuration issue when we try to migrate to another machine. We have a need to undergo development of this solution on another machine (with another developer). We have installed RealDWG and Visual Studio, in effect mirroring the setup our of current development machine.Now, the error we get has been replicated when trying to deploy the complied solution to another machine (console app in this case).
The new development machines cannot even run the samples!
System.IO.FileNotFoundException was unhandled Message="Could not load file or assembly 'acdbmgd, Version=17.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified." Source="DumpDwg" FileName="acdbmgd, Version=17.2.0.0, Culture=neutral, PublicKeyToken=null" FusionLog="=== Pre-bind state information ===\r\nLOG: User = CORPORATE\\e8v\r\nLOG: DisplayName = acdbmgd, Version=17.2.0.0, Culture=neutral, PublicKeyToken=null\n (Fully-specified)\r\nLOG: Appbase = file:///C:/Program Files/RealDWG 2009/Samples/dotNet/DumpDwg/bin/\r\nLOG: Initial PrivatePath = NULL\r\nCalling assembly : DumpDwg, Version=1.0.3357.26522, Culture=neutral, PublicKeyToken=null.\r\n===\r\nLOG: This bind starts in default load context.\r\nLOG: No application configuration file found.\r\nLOG: Using machine configuration file from C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\config\\machine.config.\r\nLOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).\r\nLOG: Attempting download of new URL file:///C:/Program Files/RealDWG 2009/Samples/dotNet/DumpDwg/bin/acdbmgd.DLL.\r\nLOG: Attempting download of new URL file:///C:/Program Files/RealDWG 2009/Samples/dotNet/DumpDwg/bin/acdbmgd/acdbmgd.DLL.\r\nLOG: Attempting download of new URL file:///C:/Program Files/RealDWG 2009/Samples/dotNet/DumpDwg/bin/acdbmgd.EXE.\r\nLOG: Attempting download of new URL file:///C:/Program Files/RealDWG 2009/Samples/dotNet/DumpDwg/bin/acdbmgd/acdbmgd.EXE.\r\n" StackTrace: at DumpDwg.Module1.Main(String[] CmdArgs) 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()
页:
[1]