Jump to content

Recommended Posts

Posted

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()

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...