Kann mir einer helfen, den Server zu erstellen ?
Ich habe von Github hab ich die Source heruntergeladen, aber in der App.Config steht was ganz anderes als wie im Video. Und wie starte ich den Server ?
Kann einer helfen ?
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.SqlServer.dll" kann nicht in "bin\DE\EntityFramework.SqlServer.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.SqlServer.dll" wurde verweigert. OpenNos.World
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.dll" kann nicht in "bin\DE\EntityFramework.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.dll" wurde verweigert. OpenNos.World
2 kleine fragen
Weiß jemand den Code fürs farmen von Ruf reicht schon wenn man Monsterlevel*2 bekommt an ruf, wäre den gut wenn man gleich sagt in welche datei man es eintragen muss. Weiß nicht ob es wer rausgibt aber der Code fürs Heldenlevel bekommen wäre auch echt super damit auch die User sich das Heldenlevel selber erfarmen können
Bin über jede Antwort dankbar
Deine Fragen sind sehr unklar formuliert. Stelle sie am Besten nocheinmal, aber mach diesmal klarer, was du willst. Am Besten in Englisch, weil fast alle Entwickler englisch sprechen.
Quote:
Originally Posted by °Ace°
Kann mir einer helfen, den Server zu erstellen ?
Ich habe von Github hab ich die Source heruntergeladen, aber in der App.Config steht was ganz anderes als wie im Video. Und wie starte ich den Server ?
Kann einer helfen ?
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.SqlServer.dll" kann nicht in "bin\DE\EntityFramework.SqlServer.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.SqlServer.dll" wurde verweigert. OpenNos.World
Fehler Die Datei "C:\Users\HOGIR\Desktop\Nostale\OpenNos-master\packages\EntityFramework.6.1.3\lib\net45\En tityFramework.dll" kann nicht in "bin\DE\EntityFramework.dll" kopiert werden. Der Zugriff auf den Pfad "bin\DE\EntityFramework.dll" wurde verweigert. OpenNos.World
die app.config Datei müsste irgendwo im Ordner bin/ liegen, allerdings erst nach einem erfolgreichen Build. Da du einen Fehler kriegst, scheint dies nicht zu klappen.
Zu deinem Fehler: Anscheinend fehlt das Package EntityFramework. Normalerweise sollte NuGet das automatisch nachladen. Starte VS nochmal neu und klicke dann im Menü unter "Erstellen" -> "Projektmappe neu erstellen"
Ansonsten stelle deine Frage hier in englisch, dann können dir andere helfen!
Deine Fragen sind sehr unklar formuliert. Stelle sie am Besten nocheinmal, aber mach diesmal klarer, was du willst. Am Besten in Englisch, weil fast alle Entwickler englisch sprechen.
die app.config Datei müsste irgendwo im Ordner bin/ liegen, allerdings erst nach einem erfolgreichen Build. Da du einen Fehler kriegst, scheint dies nicht zu klappen.
Zu deinem Fehler: Anscheinend fehlt das Package EntityFramework. Normalerweise sollte NuGet das automatisch nachladen. Starte VS nochmal neu und klicke dann im Menü unter "Erstellen" -> "Projektmappe neu erstellen"
Ansonsten stelle deine Frage hier in englisch, dann können dir andere helfen!
Good afternoon.
If one can help me.
1. If I OpenNos. Login compiliere functions(works) it and no mistake comes.
But if I the console with F5 start the following(resulting) comes:
2. If I liked to update the Mysql, the following(resulting) comes out:
bei System.Data.Entity.Migrations.DbMigrator.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.DbMigrator.Update(String targetMigration)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.Update(String targetMigration)
bei System.Data.Entity.Migrations.Design.ToolingFacade.UpdateRunner.Run()
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Update(String targetMigration, Boolean force)
bei System.Data.Entity.Migrations.UpdateDatabaseCommand.<>c__DisplayClass2.<.ctor>b__0()
bei System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command)
ClientConnectionId:00000000-0000-0000-0000-000000000000
Fehlernummer (Error Number):53,Status (State):0,Klasse (Class):20
Netzwerkbezogener oder instanzspezifischer Fehler beim Herstellen einer Verbindung mit SQL Server. Der Server wurde nicht gefunden, oder auf ihn kann nicht zugegriffen werden. Überprüfen Sie, ob der Instanzname richtig ist und ob SQL Server Remoteverbindungen zulässt. (provider: Named Pipes Provider, error: 40 - Verbindung mit SQL Server konnte nicht geöffnet werden)
PM>
3. And if I the whole(complete) Nosopen compiliere comes:
bei System.Data.Entity.Migrations.DbMigrator.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
bei System.Data.Entity.Migrations.DbMigrator.Update(String targetMigration)
bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.Update(String targetMigration)
bei System.Data.Entity.Migrations.Design.ToolingFacade.UpdateRunner.Run()
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner)
bei System.Data.Entity.Migrations.Design.ToolingFacade.Update(String targetMigration, Boolean force)
bei System.Data.Entity.Migrations.UpdateDatabaseCommand.<>c__DisplayClass2.<.ctor>b__0()
bei System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command)
ClientConnectionId:00000000-0000-0000-0000-000000000000
Fehlernummer (Error Number):53,Status (State):0,Klasse (Class):20
Netzwerkbezogener oder instanzspezifischer Fehler beim Herstellen einer Verbindung mit SQL Server. Der Server wurde nicht gefunden, oder auf ihn kann nicht zugegriffen werden. Überprüfen Sie, ob der Instanzname richtig ist und ob SQL Server Remoteverbindungen zulässt. (provider: Named Pipes Provider, error: 40 - Verbindung mit SQL Server konnte nicht geöffnet werden)
PM>
3. And if I the whole(complete) Nosopen compiliere comes:
Hi :
1) Try to clone the repository again in an empty directory
2) a screen would be better
3) Just right click and unplugg OpenNos.Test (which is actually not updated)
Do not hesitate to come back if you need more support as long as you give us a detailed feedback (not "NOT WORKING OMG FK")
1) Try to clone the repository again in an empty directory
2) a screen would be better
3) Just right click and unplugg OpenNos.Test (which is actually not updated)
Do not hesitate to come back if you need more support as long as you give us a detailed feedback (not "NOT WORKING OMG FK")
Quote:
Originally Posted by 0Lucifer0
btw we use MSSQL now.
Must I instal(put in) server SQL in 2016? I have Windows 7 and can instal(put in) only in 2014. Can one also not make it with Navicat? In the video it is with Navicat, but now in the APP.CONFIG it is only with server SQL
Must I instal(put in) server SQL in 2016? I have Windows 7 and can instal(put in) only in 2014. Can one also not make it with Navicat? In the video it is with Navicat, but now in the APP.CONFIG it is only with server SQL
Navicat is just an interface as SQL Management studio is
Navicat is just an interface as SQL Management studio is
Can I also instal(put in) server SQL in 2014?
I have Windows 7 64 bits and, therefore, can instal(can put in) no servers SQL in 2016...
#Good afternoon.
If I explain to the orders "update-database -Verbose", he does not recognise the data bank. How I can combine to my data bank generally. I lack what does what make I wrong?
Opennos Give not Support for this Product
Can we here this Thread Closed?
the first post tell "This thread will permit me to keep an eye on your idea and your opinion. So please leave a comment!" i don't know where you see that the first goal was for support...
For support there is 2 things : the ReadMe and the discord...
BTW there is no rules that tell "you need to support your product or the thread will be closed" no more than "you need to support all kid that don't know how to read a readme file or you will be ban."
I have a little problem, it's possible join to game with localhost, but, me friends can not access, only works from localhost, enter to servers list after pick server eject of server.
Open-Source Project 01/31/2013 - CO2 Private Server - 28 Replies Hey everyone,
So, you might remember that I said I was going to make a new open source after Christmas, and I wasn't joking around about that. I'm going to make an open source for multiple games offered by NetDragon Websoft. You all chose Conquer Online (1.0) and Era of Faith. I might add Warlords to it but we'll see.
Now, a few things have changed. First, the project doesn't have to be in C++ anymore. I got the job and I'm working on C# programs there (the company is changing to C#)....
Open-Source Development: A C++ Project 12/02/2012 - CO2 Private Server - 18 Replies Hey everyone,
I haven't made a public project, ever. I'm still working on Kibou (Burning Skies) and that will be returning this winter; however, I feel very bound to that project (and the C# language). I enjoy it, but I'd also like to work on something new. Something for the month that I'm off to do while I'm bored of re-documenting Kibou. That's why I want to make a new project that's not in C#. I want to make a VC++ project. I chose VC++ because I'm more familiar with it (and because I...
Open Source C++ Project 01/07/2011 - SRO Coding Corner - 23 Replies Hello,
Currently I am working, on an Emulator written in C++. My goal is to make a strong group of programmer, who are interested to make a "free 2 use" emulator.
You don´t have to be "professional" or "24/7" programmer, everyone is welcome.
If you see things on the Code or you know how to do it faster / better you can apply a Patch via SVN. If you do this you will be automatically a "Team Member".
Here are some Tips to Submit / Edit an existing Code.
Open Source Project: SREmu 01/25/2009 - Silkroad Online - 18 Replies I am just making this topic to bring your attention to recent development at SREmu.
SREmu has gone from a VB6 project to an open-source C++ project hosted on SourceForge.
At the moment I am the only one working on it, but I would like to see it a community driven project. To clarify: I'm not looking for a team, I'm looking for knowledgable people that code in C++, preferably with some experience with x86 assembler, packet logging / parsing, subversion, visual studio, etc.
About the...