About 379 results
Open links in new tab
  1. compilerVersion' attribute in the provider options must be 'v4.0'

    Oct 7, 2021 · Right click on your web project in the Visual studio, that should open your project properties page. Check what target framework version is selected. If it's not .NET 4 then search for …

  2. C# error when running DLL to execute SSIS package

    Dec 16, 2016 · This topic ties in several items in .Net, so it was the most general I could find :) I developed a C# class library that will execute SSIS packages from a shared file system. The dll is …

  3. ShellExecuteEx failed with error code 14001 …

    Jul 10, 2009 · We have an .Net 2.0 application. We have develop installer for this application in WIX 3.0.

  4. How to install .Net 4.6.2 on a server that already has 4.8 installed?

    Nov 12, 2020 · In general, if you have installed a later version of .NET Framework 4.x (4.8), it is impossible to install an earlier version (.NET Framework 4.6.2) on a system. Otherwise, you uninstall …

  5. .Net Framework 3.5 - Windows 10 Error 0x80070002

    Sep 29, 2020 · Replace the C:\RepairSource\Windows placeholder with the location of your repair source. Meanwhile, you can have a try with other ways to install the .NET Framework 3.5. 1. Use the …

  6. External component has thrown an exception

    Oct 7, 2021 · The .ddl is a .NET dll project I created just for printing pdfs. Here is the code. In my project form, I am calling the following on button-click: Protected Sub Button1_Click (ByVal sender As …

  7. The operation was not completed because an unexpected host ID was ...

    Aug 26, 2018 · The project target version is 10.0.16299.0, min version is 10.0.10240.0, OS Build is Windows 10 version 1803 (17134.48), Visual Studio version is the latest version 15.7.1.

  8. Throwing exceptions across dll boundaries in C#

    Sep 30, 2014 · The App and the C# wrapper are built with Visual Studio Professional 2012 with the .NET framework version 4.5. The Wrapped DLL is built with Visual Studio 2010. My questions is the …

  9. How can I associate a MetadaDispenser object (created with ...

    Oct 12, 2008 · I need to create a MetaData Dispenser object (using CoCreateInstance ()) that will host a particular CLR version instead of the latest CLR version installed in the local machine. It seems that …

  10. Upgrade Framework version from 4.0 to 4.6 - social.msdn.microsoft.com

    Oct 7, 2021 · My hosting company is Godaddy which provide framework version 3.5 and 4.6 only and my web application is 4.0 so i search online how to update my application version and i do the …