OpenNos Error

08/31/2017 20:55 paradise54#1
When i start server, i got that error:
'OpenNos-master\OpenNos.Login\bin\FR\OpenNos.Login.exe'
'OpenNos-master\OpenNos.World\bin\FR\OpenNos.World.exe' cannot be found.

I benefited from this video:
[Only registered and activated users can see links. Click Here To Register...]
Code:
Severity	Code	Description	Project	File	Line	Suppression State
Error		The "TransformXml" task could not be loaded from the assembly C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.	OpenNos.Login	C:\Users\emirh\Desktop\OpenNos-master\OpenNos.Login\OpenNos.Login.csproj	367	
Error		The "TransformXml" task could not be loaded from the assembly C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStudio\v15.0\Web\Microsoft.Web.Publishing.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.	OpenNos.World	C:\Users\emirh\Desktop\OpenNos-master\OpenNos.World\OpenNos.World.csproj	377	
Warning	IDE0006	Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.	OpenNos.Login		1	Active
Warning	IDE0006	Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.	OpenNos.World		1	Active
09/01/2017 12:11 @LRevolution#2
Il faut que tu nous donnes plus d'informations pour qu'on puisse t'aider, des screenshots de l'erreur en question déjà.

You need to give us more informations in order for us to help you, screenshots of said error for starters.
09/01/2017 15:40 paradise54#3
Quote:
Originally Posted by @LRevolution View Post
Il faut que tu nous donnes plus d'informations pour qu'on puisse t'aider, des screenshots de l'erreur en question déjà.

You need to give us more informations in order for us to help you, screenshots of said error for starters.
Updated
09/01/2017 17:40 @LRevolution#4
Quote:
Originally Posted by paradise54 View Post
Updated
C'est exactement la même erreur que j'ai eu quand je suis passé de visual studio 2015 à 2017. Le dossier Web n'a pas été installé et opennos en a besoin. Il faut que tu copies le dossier Web de visual studio 2015 dans le dossier visual studio 2017 là où il aurait du être, comme le dit ton erreur. Le dossier web devrait être là :

C:\Program Files (x86)\Microsoft Visual Studio 14.0\2015\Community\MSBuild\Microsoft\VisualStudio \v14.0\Web

Et il faut que tu le copies là :

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStud io\v15.0\

Ensuite compiles la solution et ça devrait marcher.


That's the very same error I had when I upgraded from visual studio 2015 to 2017. The Web folder wasn't installed and opennos requires it. You have to copy the Web folder from visual studio 2015 to where it should have been in the visual studio 2017 folder, just like your error says. The web folder should be there :

C:\Program Files (x86)\Microsoft Visual Studio 14.0\2015\Community\MSBuild\Microsoft\VisualStudio \v14.0\Web

And you have to copy it there :

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStud io\v15.0\

Then compile the solution and it should work.
09/02/2017 03:57 paradise54#5
Quote:
Originally Posted by @LRevolution View Post
C'est exactement la même erreur que j'ai eu quand je suis passé de visual studio 2015 à 2017. Le dossier Web n'a pas été installé et opennos en a besoin. Il faut que tu copies le dossier Web de visual studio 2015 dans le dossier visual studio 2017 là où il aurait du être, comme le dit ton erreur. Le dossier web devrait être là :

C:\Program Files (x86)\Microsoft Visual Studio 14.0\2015\Community\MSBuild\Microsoft\VisualStudio \v14.0\Web

Et il faut que tu le copies là :

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStud io\v15.0\

Ensuite compiles la solution et ça devrait marcher.


That's the very same error I had when I upgraded from visual studio 2015 to 2017. The Web folder wasn't installed and opennos requires it. You have to copy the Web folder from visual studio 2015 to where it should have been in the visual studio 2017 folder, just like your error says. The web folder should be there :

C:\Program Files (x86)\Microsoft Visual Studio 14.0\2015\Community\MSBuild\Microsoft\VisualStudio \v14.0\Web

And you have to copy it there :

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStud io\v15.0\

Then compile the solution and it should work.
Thanks working!
10/16/2017 07:59 lorenx911#6
Nostalex.dat please?
10/16/2017 13:04 Modix#7
[Only registered and activated users can see links. Click Here To Register...]

help meee!
10/16/2017 13:42 unknownforces#8
Same error ^
10/16/2017 14:29 @LRevolution#9
@[Only registered and activated users can see links. Click Here To Register...] @[Only registered and activated users can see links. Click Here To Register...]

Add the line "using System.Configuration" in LoginPacketHandler.cs

Open nuget console and click restore packages

compile OpenNos.Handler alone then compile the solution