windows - Unable to load a .Net assembly -


I am trying to access a net assembly in a VB program running on a server. I could not load the file or assembly mentioned frequently getting the error I went through about 60 different web pages and I have not done anything.

I have DLL in the same directory which is executable I am starting. In Appbase, this file: //? / C: and I have researched it in other examples, they all had file: /// . I do not know if that issue can happen or not, if it is so, then someone can tell me how to fix it? I file: //? / but it ignores all special characters, even if Google and Bing engage in question marks, as I can best tell.

Error message:

  No compromise of tampering: the system. Typing Initialization: The startizer for 'cgiTest.modCurrentBalance' threw an exception --- & gt; System.IO.FileNotFoundException: Could not load file or assembly 'Aspose.Cells, version = 7.4.1.0, culture = neutral, publicKeyToken = 716fcc553a201e56' or one of its dependencies. The system can not find the file specified. File name: 'Asus. Seals, version = 7.4.1.0, culture = neutral, public keynote = 716 FCC 553 APCE 'CGTET.MADCRARACTCC () === Pre-bind state information === LOG: user = WEBSERVER1 \ Administrator log: DisplayName = Aspose.Cells, Version = 7.4.1.0, culture = neutral, public keynote = 716fcc553a201e56 (fully specified) LOG: Appbase = file: //? / C: / inetpub / intranet / LOG: Initial privatepath = zero assembly calling: CgiTest, version = 1.0.0.0, culture = neutral, public key = abaf442583423e6f === LOG: This bound starts in the default load reference. Log: No application configuration file found. Log: c: \ wINDOWS \ Microsoft.NET \ framework \ v2.0.50727 \ config \ machine.config Using the machine configuration file. Log: Post-Policy Reference: Aspose.Cells, Version = 7.4.1.0, Culture = Neutral, Public Keys = 716fcc553a201e56 LOG: Attempt to Download New URL File: //? / C: /inetpub/intranet/Aspose.Cells.DLL. Log: Downloading new URL file: //? / C: /inetpub/intranet/Aspose.Cells/Aspose.Cells.DLL Log: Downloading New URL File: //? / C: /inetpub/intranet/Aspose.Cells.EXE. Log: Attempt to Download New URL File: //? / C: /inetpub/intranet/Aspose.Cells/Aspose.Cells.EXE --- End of Internal Exception Stack Trace --- cgiTest.modCurrentBalance.GenerateReport () at cgiTest.Module1.processfunction () in q: \ visual studio 2010 \ Projects \ cgiTest \ cgiTest \ Module1.vb: cgiTest on line 65 Q: \ visual studio 2010 \ projects \ cgiTest \ cgiTest \ Module1.vb: line 41    

In

Is the user allowed to access the file and folder under which the program is executed? It may be that the file has been transferred instead of being copied from a folder with a different ACL, and the code can not access it.

Checking the best method, configure its filter to only show access to the path "Aspose.Cells", and see if the process tries to access the file, if they fail , And if so - why?

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -