No announcements
Found 619907 threads
-
0 Votes
RegAsm /codebase loads assemblies with LoadFrom()
I cannot use Load() since loading is not performed by myself, RegAsm technology is responsible for assembly loading.Answered | 3 Replies | 5019 Views | Created by Olivier Fermy - Tuesday, September 13, 2011 9:43 AM | Last reply by PhilWilson - Wednesday, September 21, 2011 7:53 PM -
0 Votes
Regasm problem
All of the other documentation that I had seen just said something like "use regasm".Answered | 7 Replies | 10822 Views | Created by edm2 - Tuesday, April 24, 2007 4:21 PM | Last reply by Patrice O - Wednesday, November 4, 2009 4:53 PM -
2 Votes
Custom registration with regasm?
Hi, I've got a .NET assembly that I want to expose to a COM client.Answered | 3 Replies | 3336 Views | Created by Notre - Wednesday, April 11, 2012 9:41 PM | Last reply by Notre - Thursday, April 12, 2012 8:24 PM -
2 Votes
Differences between Assembly.Load() and Assembly.LoadFrom() and related concept (Load context or LoadFrom context) in CLR4
You cannot load the same identity twice into Load or LoadFrom contexts.Answered | 3 Replies | 5941 Views | Created by SZ-BlueNight - Wednesday, April 11, 2012 2:44 AM | Last reply by armstronglavence - Thursday, April 12, 2012 10:13 AM -
0 Votes
Visual Studio ext registration GAC or Codebase ?
2) Only COM-based extensions: apart from the previous registration, they need to be registered for COM-Interop with regasm.exe with /codebase (and therefore signed with a ...Answered | 1 Replies | 2309 Views | Created by IRW7 - Saturday, September 15, 2012 6:14 AM | Last reply by Carlos J. Quintero - Saturday, September 15, 2012 7:58 PM -
2 Votes
regasm 4.0 generates error for DLL on a mapped network drive
I try to regasm a .Net 4 framework assembly over the network and am getting the following error: RegAsm : error RA0000: Could not load file or ...Answered | 14 Replies | 19202 Views | Created by Kevin Sexton - Monday, August 9, 2010 8:28 PM | Last reply by KarolMan - Monday, August 30, 2010 4:28 PM -
2 Votes
Could not load file or assembly system.data.dll Error
That assembly ships with the framework.Answered | 2 Replies | 5543 Views | Created by obrienkev - Tuesday, April 5, 2016 4:49 PM | Last reply by CoolDadTx - Wednesday, April 6, 2016 2:00 PM -
0 Votes
Referencing A Remote Assembly (Codebase?
The third-party application is actually a CAD system whose own command line uses a "netload" command to load the framework.dll.Answered | 4 Replies | 2157 Views | Created by HuffCAD - Wednesday, February 15, 2012 12:27 PM | Last reply by QLoveQ - Monday, February 20, 2012 2:44 AM -
1 Votes
Regasm error: Access is denied.
I was also trying to register using /tlb:myassembly.dll The assembly was registered ok after changing it to /tlb:myassemply.tlb instead.Answered | 10 Replies | 27678 Views | Created by Mister T1 - Thursday, June 2, 2005 2:09 PM | Last reply by alphaprolix - Tuesday, May 14, 2013 9:51 AM -
0 Votes
Register VS 2013 C# DLL on Laptop for COM access in Excel VBA using using RegAsm
Regasm uses the codebase option to create and associate the DLL COM CLSID references in the Windows Registry with a file path to the assembly.Answered | 4 Replies | 1350 Views | Created by JimGDal - Wednesday, December 6, 2017 3:41 AM | Last reply by JimGDal - Wednesday, December 13, 2017 11:07 PM -
0 Votes
bindingRedirect with Codebase not working
Hi, It's not going to work because the .NET Compact Framework does not support codeBase locations as of now.Answered | 1 Replies | 4274 Views | Created by epearson - Wednesday, April 15, 2009 4:32 PM | Last reply by warrentang - Monday, April 20, 2009 6:47 AM -
4 Votes
Finding Regasm
See this post: http://stackoverflow.com/questions/968324/how-to-run-regasm-exe-from-a-c-program And this post: ...Answered | 6 Replies | 49769 Views | Created by AaronLST - Saturday, March 22, 2008 1:38 AM | Last reply by Ernstjan Freriks - Monday, September 21, 2009 8:42 AM -
0 Votes
Get Assembly Type without loading
Get the bytes of the assembly, then use Assembly.ReflectionOnlyLoadFrom.Answered | 5 Replies | 8327 Views | Created by NeoKenshinX - Monday, February 22, 2010 7:49 AM | Last reply by Arun Saini - Wednesday, February 24, 2010 6:53 AM -
0 Votes
Loading Assembly
You can't load an assembly targetting x86 into a 64bit executable.Answered | 3 Replies | 5035 Views | Created by mwgevans - Sunday, February 20, 2011 6:52 PM | Last reply by Reed Copsey, Jr - Monday, February 21, 2011 7:11 PM -
0 Votes
RegAsm in Custom Action
Scroll down to the Deployment heading, see if it helps, and basically there is no need to run ...Answered | 3 Replies | 1955 Views | Created by Rahul Kishore - Tuesday, June 14, 2016 10:41 PM | Last reply by PhilWilson - Thursday, June 16, 2016 7:21 PM -
0 Votes
System.IO.FileNotFoundException: Could not load file or assembly
'Molina.EDI.PRVIB.P83, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d9940446b9f61429' This assembly should be in the GAC (C:\Windows\Assembly) folder (for .NET 3.x) for .NET 4.0 ...Answered | 1 Replies | 9984 Views | Created by Makizhan - Thursday, November 11, 2010 3:02 PM | Last reply by Abdul Rafay - Thursday, November 11, 2010 3:42 PM -
0 Votes
Assembly (WPF custom control) fails to load in VS2008 extension
WRN: Native image will not be probed in LoadFrom context.Answered | 2 Replies | 5587 Views | Created by CodeValue Ltd - Monday, February 28, 2011 10:17 AM | Last reply by Ed Dore - Wednesday, March 9, 2011 4:40 PM -
2 Votes
regasm and the codebase switch
The warning says you shouldn't register unsigned assemblies with codebase.Answered | 4 Replies | 26554 Views | Created by Robert Brawn - Thursday, April 24, 2008 7:53 PM | Last reply by mountson - Wednesday, December 18, 2019 5:51 AM -
2 Votes
running workflow with custom assembly resolver
Indeed, calling LoadFrom instead of Load solves the issue.Answered | 16 Replies | 8633 Views | Created by Rodion Pronin - Wednesday, November 2, 2011 1:28 PM | Last reply by Bob Riddle - Wednesday, July 11, 2012 2:02 PM -
1 Votes
RegAsm works in 1.1 but not in 2.0
Just run regasm from elevated command line instead (right click on cmd.exe or VS command prompt | Run as Administrator, run regasm.exe).Answered | 2 Replies | 7145 Views | Created by James Noctor - Thursday, February 19, 2009 5:00 PM | Last reply by Karel Zikmund - Thursday, February 19, 2009 7:31 PM - Items 1 to 20 of 619907 Next ›
No announcements