The castle project is open source. I am wondering where to get its source code. I cannot find it.
You can get it here
EDIT
Above link is no longer valid. Was at the time when question was answered beg. of 2011. Code is now hosted on GitHub: https://github.com/castleproject
Not sure where it was about a year ago, but now all the castle projects code is in Github.
https://github.com/castleproject
Is this it? http://www.castleproject.org/git.html
Related
As I right clicked on the WebContent folder of my project to add a new HTML file, eclipse warned me that node.js could not be found and that some of the functionalities might be missing.
It is not doing it anymore, it did it only the first time I right-clicked new.
I was wondering why it had warned me about this and only once.
As it might be something that many people know about or have encountered, I don't give any more details but I can if needed.
Thanks in advance ;)
I hope this is not a silly question but I have not found any documentation answering this silly question, if it is:
I tried to implement my website using OpenShift, which is the platform as a service used by the university. But as you can see in the link, it seems that the server was not launched. I had added the GitHub link. However, I can not find the records. Do you know where they are?
I Installed the Nuget Package Installer thing, and it says it installed it.
However I can't find any references to JSON in Visual Studio.
I tried using System.JSON but I can't find it.
How can I use it?
Thanks
I have had been through the same trouble today, when I almost completed my Software Project and just had to use the File to use its contents to change the content of the Project.
For that I wanted to use JsonObject class to get the contents of the .json file. When I tried to write this
using System.Json;
It gave me the exact same error that you might have been going through. It asked for the Assembly files and DLLs.
I kept searching and I stumbled upon to this post, which was totally unhelpfull for me. So I searched and got what I was looking for. After that, I wanted to share that triumph with you people too so that next visitor must have an answer to his trouble on Stack Overflow.
Solution
What I did was, I went to the NuGet website for the System.Json extension package.
http://www.nuget.org/packages/System.Json
There, I capture the command for the installation.
I just click on the Tools --> NuGet package manager --> Package Manager Console and it gave me a new window in the bottom part of Visual Studio 2013.
There I typed (pasted) the link of command I copied. It started and installed the package for me. And now I can use it!
Further answer
I was told that it is a part of .NET v4.5, but I even have the v4.5.1 and still I don't get it why I don't have that package, maybe because on the Web page of the package it is shown deprecated. But still who ever needs it, can have the answer I have posted and it would help him out!
Good luck!
I think you can use the Newtonsoft JSON.NET package.
http://www.nuget.org/packages/newtonsoft.json/
I was also looking for a way to do JSON in C# and saw that they made it easier with .NET 4.5, couldn't do it and found this stack overflow question. I wasn't really satisfied with Afzaal Ahmad Zeeshan's answer so I kept searching and found this which I guess isn't depreciated and worked for me.
Steps in plain English (for .NET 4.5):
1.Add Reference to System.Runtime.Serialization
2.Add "using System.Runtime.Serialization.Json;" to your class
3.call "JsonReaderWriterFactory.CreateJsonReader()" or whatever methods you need to use to read/write json
Install latest VS 2017
Install-Package System.Runtime.Serialization.Json -Version 4.3.0
-- in PM console
I'm having some trouble figuring out how to setup a configuration for a project in Xamarin to not compile (build). I've done some Googling on the subject, but couldn't find very much information due to the lack of documentation on anything that doesn't involve mobile development for Xamarin. :P Any help is greatly appreciated!
In the Solution Explorer, right click the solution and go to options. In the Build/Configurations section, click the Configuration Mappings. There you can include or remove projects from different configurations, not only the active one.
You can also follow the guided tutorial from here: http://xmonodev.wordpress.com/2013/12/02/setting-the-active-configuration-in-xamarin-studio/
I have just solved this issue.
First, You will remove project in project solution on solution pane.
remove project image
And then you have to insert project to your solution, again.
insert project image
Perhaps it will work.
I am looking for the WcfFacility which is supposed to be in Castle.Facilities.WcfIntegration.
Have things changed? Where is it? I have the latest castle (version 3.1).
The question is related to this link:
castle wcf integration
I assume you're asking where is it in the package you download? It's there.
Or do you mean the nuget package