No announcements
Found 3547549 threads
-
0 Votes
Using CSharpCodeProvider fails on loading referenced dll
I don't have a direct reference to 'System.Collections.Immutable' in my projects It doesn't mean that a DLL you are referencing or DLL the ...Answered | 2 Replies | 1999 Views | Created by ItamarE - Thursday, April 4, 2019 4:53 AM | Last reply by DA924x - Thursday, April 4, 2019 10:07 PM -
3 Votes
CSharpCodeProvider
CSharpCodeProvider is part of the .Net Framework and can be used to compile code.Answered | 5 Replies | 1904 Views | Created by Waqkhn - Wednesday, January 9, 2013 2:44 PM | Last reply by Waqkhn - Thursday, January 10, 2013 6:40 PM -
1 Votes
Automatic loading ResourceDictionaries in a referenced dll
I thought any generic.xaml file in each referenced library is loaded automatically in some way.Answered | 5 Replies | 3329 Views | Created by MichaelLeipzig - Friday, November 27, 2009 10:03 AM | Last reply by Jim Zhou - MSFT - Thursday, December 10, 2009 9:22 AM -
0 Votes
Referencing DLL across servers
I used the third method, AssemblyResolve events.Answered | 4 Replies | 3034 Views | Created by vaibhav kirtikar - Wednesday, February 24, 2010 2:00 PM | Last reply by P.Brian.Mackey - Thursday, February 25, 2010 6:53 PM -
1 Votes
Loading Debug Dll Fails
hi i am trying to load a debug dll from my application using LoadLibraryEx function.Answered | 5 Replies | 3457 Views | Created by PramodaSravanthi - Thursday, August 9, 2012 6:30 AM | Last reply by Renjith V Ramachandran - Monday, August 13, 2012 11:19 AM -
0 Votes
CSharpCodeProvider: finding valid CompilerVersion
If that does not help, you may want to ask the C# experts in the C# developer ...Answered | 4 Replies | 3639 Views | Created by PSU Mike - Monday, April 16, 2012 5:39 PM | Last reply by pvdg42 - Tuesday, April 17, 2012 1:47 PM -
1 Votes
Mstest - does not load the test dll if UNC path is referenced in the testcontainer
You can copy the dll locally using xcopy command and then run the tests using mstest command.Answered | 7 Replies | 9009 Views | Created by Mustaque PLR - Wednesday, January 4, 2012 9:16 AM | Last reply by Clementino de Mendonça - Thursday, October 30, 2014 8:08 PM -
0 Votes
AppDomain Failing to load DLL
It's seem to be find the assembly file to load at working folder while I load using raw byte.Answered | 9 Replies | 4280 Views | Created by Chizl.com - Thursday, February 11, 2010 5:28 PM | Last reply by SaigonIT - Friday, December 24, 2010 7:18 AM -
1 Votes
Error: Failed to load OCI DLL.
Did http://www.attunity.com/forums/microsoft-ssis-oracle-connector/error-failed-load-oci-dll-1308.html help?Answered | 10 Replies | 11830 Views | Created by sudipta.2.ghosh - Thursday, March 29, 2012 7:03 PM | Last reply by sudipta.2.ghosh - Saturday, March 31, 2012 4:23 PM -
0 Votes
How to use singed dll referencing unsinged dll in my solution?
Hi, This forum is discussing and asking questions about the Windows Form and ClickOnce, I'm afraid your question is not related to them, I will move this thread toAnswered | 2 Replies | 945 Views | Created by NaamaYo - Monday, July 9, 2018 7:52 PM | Last reply by Dave Patrick - Tuesday, July 10, 2018 3:03 AM -
1 Votes
How to load views in an MVC 5 project from a referenced DLL
I initially tried using a class library and packaging EF6, MVC etc into the library, but the project that referenced library was unable to find and serve the ...Answered | 2 Replies | 1576 Views | Created by The Haunt - Monday, April 20, 2015 1:07 PM | Last reply by The Haunt - Monday, April 20, 2015 5:05 PM -
3 Votes
'DLL Initialization Failed' when loading FFmpeg DLLs in Win8 app
Lucas--I've been looking at building a similar app--have you made any progress using libmpeg2 that you could share?Answered | 4 Replies | 9231 Views | Created by lucas-j - Wednesday, October 31, 2012 7:17 PM | Last reply by lucas-j - Tuesday, March 19, 2013 3:08 AM -
0 Votes
Generating DLL assembly dynamically.
You can try to use CSharpCodeProvider which provides access to instances of the C# code generator and code compiler.Answered | 1 Replies | 3416 Views | Created by Suresh Alapati - Wednesday, April 21, 2010 7:11 AM | Last reply by Ramesh Swaminathan - Wednesday, April 21, 2010 7:37 AM -
0 Votes
Load DLL in Driver MFT failed.
We have try your suggestion to digital-sign the external DLL, and it still can not be loaded in the MFT0.Answered | 4 Replies | 2229 Views | Created by ytshe - Monday, November 12, 2012 10:35 AM | Last reply by Rob Caplan [MSFT] - Saturday, November 17, 2012 12:20 AM -
4 Votes
ICodeCompiler, ICodeProvider And CSharpCodeProvider
Use the existing UI as a basis for building your new web app.Answered | 6 Replies | 1307 Views | Created by Waqkhn - Friday, January 11, 2013 10:40 AM | Last reply by CoolDadTx - Monday, January 14, 2013 12:26 AM -
1 Votes
Application fails to run by loading and unloading system dlls.
For your compiling success and debugging fail issue, you may have missed some dll files in your project.Answered | 1 Replies | 4247 Views | Created by Abhijeet Shetkar - Monday, March 4, 2013 7:41 AM | Last reply by Elegentin Xie - Tuesday, March 5, 2013 2:12 AM -
0 Votes
Not deploy referenced dll?
Hello Thomas, How you set the dll file build option?Answered | 1 Replies | 427 Views | Created by TJO_AG - Friday, August 28, 2015 12:55 PM | Last reply by Barry Wang - Monday, August 31, 2015 9:23 AM -
1 Votes
Load an dll failed while debugging
You read the stacktrace from bottom up (not top down). abt.controls.scichart.wpf.2.3.dll is the main program and is executed first.Answered | 1 Replies | 2044 Views | Created by FFMM - Sunday, March 2, 2014 5:16 AM | Last reply by Joel Engineer - Sunday, March 2, 2014 9:48 AM -
0 Votes
loading dll into memory
When you reference a DLL in a C# project and use it via a "using Myassembly" declaration then, as far as I am aware, you are loading that ...Answered | 6 Replies | 4008 Views | Created by althurm - Tuesday, July 26, 2016 3:58 PM | Last reply by RJP1973 - Friday, July 29, 2016 12:27 PM -
1 Votes
Strongname assembly compile with CsharpCodeProvider Codedom CompilerParameters
cannot apply the method because the DLLs are not compiled form VS. rather, they're compiled from a custom application (that I'm developing) written in C#.Answered | 6 Replies | 1565 Views | Created by NHT81 - Friday, August 7, 2015 4:09 AM | Last reply by Rachit Sikroria - Friday, August 7, 2015 8:45 AM - Items 1 to 20 of 3547549 Next ›
No announcements