Design of DevExpress Form can not load - winforms

When I try to open xtraform design I get some kind of that error:
"Could not load file or assembly 'nanodems.NDIS.MessageParser, Version=1.0.9.436,
Culture=neutral, PublicKeyToken=null' or one of its dependencies.
The system cannot find the file specified."
But I am using the specified version of dll! I could not figure out the reason of the problem. What is the problem?

Related

web config <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> part caused error

I'm working on a very old web form application. We are modernizing it now and trying to use Azure active directory login page instead of our classic login page. When my web config file has this tag,
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
I get an error like this while running the project:
System.IO.FileLoadException : Could not load file or assembly 'Newtonsoft.Json,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its
dependencies. The located assembly's manifest definition does not match the assembly
reference. (Exception from HRESULT: 0x80131040)
I get rid of this part of the configuration part and the problem solved.
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"
I searched on the net about this issue but couldn't find anything. Why this part is causing an error like this? Could someone explain it?

Log errors for 2sxc in DNN

Recently I have installed last version of DNN (9.10.2) and last LTS version of 2sxc (12.8.1)
Everything is working as expected but after check DNN logs I found this error
DotNetNuke.Web.Mvc.Extensions.StartupExtensions - Unable to configure services for ToSic.Sxc, Version=12.8.1.26412, Culture=neutral, PublicKeyToken=null, see exception for details
- LoaderException: Could not load file or assembly 'Microsoft.AspNetCore.Http.Features, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at DotNetNuke.DependencyInjection.Extensions.TypeExtensions.SafeGetTypes(Assembly assembly, ILog logger)
As I said 2sxc is working without any problem but is generating in back those logs.
Maybe is needed to add or install some framework or component in server ?
ANY idea

VS2017 15.4 Preview "Windows Application Packaging Project" tool failed to generate a working app

I added the new "Windows Application Packaging Project" that comes with vs2017 15.4 preview.
When adding my project to the "Applications" and debugging the packaging project I have the following error:
System.IO.FileNotFoundException: 'Could not load file or assembly
'System.Runtime, Version=4.1.2.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The
system cannot find the file specified.'
InnerException: FileNotFoundException: Could not load file or assembly
'System.Runtime, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The
system cannot find the file specified.
My project is running perfectly if I debug it directly or run it directly using the EXE.
If I extract the files from the .appxbundle and try to start the EXE, it doesn't work either. (XXXXXX.appxbundle\XXXXXX.appx\*.*)
I noticed that in the extracted .appxbundle folder, all System.XXX DLLs are not there. They should be (94 dlls are missing).
Is there a problem with the packaging tool ?
UPDATE:
Link to dev portal: https://developercommunity.visualstudio.com/content/problem/122252/windows-application-packaging-project-tool-failed.html
This is very likely a bug in the way the packaging project is collecting files. Looks like we're already tracking this bug in the Developer Community. Also, we're tracking another related issue for ClickOnce.

Could not load file or assembly Microsoft.SqlServer.TransactSql

Database project build failed. Error Details:
Error: MSB4018: The "SqlBuildTask" task failed unexpectedly.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.TransactSql, Version=12.0.0.0, Culture=neutral,
PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The
system cannot find the file specified.
File name: 'Microsoft.SqlServer.TransactSql, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
I also go through this answer on stackoverflow link. Also Download SQL Server Data Tools 12.0.41012.0, but still facing this error. Need assistance to build database so that I may publish my Database on Azure.
Regards.
Uncheck "Enable extended...". It will be removed in next version of VS. (Click on link 'More Information' next to it.)
This happened to me also and just fixed. I update ssdt from the link i get from Visual studio notification center and restart VS as administrator then it works fine.
-Janak

Assembly - Design.Extensibility, Version = 4.0.0.0

Every time I open existing or creating a new Windows Presentation Foundation project I get this error:
Could not load file or assembly 'Microsoft.Windows.Design.Extensibility, Version = 4.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.'
Cannot find file.
Tried to resolve using different guides or examples. But I am totally lost...
Hope you can help me!
Thanks, Big D!

Resources