as i created my webpart project i accidentally entered a wrong URL to upload the webpart to the sharepoint. I am sure there is a way to change that address, but i just can't find it.
Thanks in advance
Assuming you have a Farm Solution, you can change the same in the Site URL under Properties for the project.
Regards,
Nitin Rastogi
Related
I am working with an on-premise instance of Dynamics CRM 2015. I have added web resources by creating them through the "Customize the System" window as well as by uploading them.
When I go to a form or dashboard to add these, it never works. I click Web Resource, find the web resource, fill out the form and submit and it just goes back to the Form edit screen and nothing happens!
No error is being shown or anything and it is driving me nuts! What am I doing wrong?
What browser do you use? Try to use IE because FF and Chrome have issues exactly with customization of forms.
I agree on using Internet Explorer. Or use debug tools marking the update always from server box, as it is a cache problem.
One of my clients is asking to enable a "download section" in Orchard CMS. The idea is when a customer clicks in the download button in the main menu they will see a listing of folders and files. So when they make click in a folder name, the folder will be opened and when they make click in the name of a file the file will be downloaded.
I have searched for a "download module" or "file listing module" in the Orchard gallery without any result.
Any idea about how to approach to the solution? maybe something with jquery but i am not sure if it is compatible with Orchard (I am a complete newbie in Orchard and ASP)
Thanks for the help! :)
I think you missed this module: Filemanager
You can find a demo here
I am new to Orchard CMS. I have created an About-Us page from the admin Dashboard.
Now, I want to put javascript on About-Us page only. Kindly tell me where can I find the About-Us page in solution explorer of Visual Studio? Or is there any other way to achieve this?
PS: I am using Orchard 1.8.
Thanks
I do not think, i quite get it.
here is the view for the dashboard: \Orchard.Web\Core\Dashboard\Views\Admin\Index.cshtml
Adding javascript to any view is done by using Script.Include([PathToResource]) or Script.Require([NameOfResource]) and/or #using (Script.Foot()) { [InlineJavascript]}
If what you are asking is, How to add javascript to a page created with the Page Content Type then you need to add Parts to your ContentType.
A good start will be Vandelay.Industries 1.8 (the latest), but there are others.
Enjoy!
I've just finished creating a sample web site that I'd like to show to someone. I could publish it to a web server, but if possible I'd prefer to send it as a .zip file for the other person to view. My site utilizes WebMatrix's SQLite features, otherwise it would be a simple matter.
Is there some way I can share this web site as a .zip file?
Thank you!
Tell the recipient to install WebMatrix, and when they receive your zip files, they should unzip it and then right click on the decompressed folder and choose Open as a Web Site with Microsoft WebMatrix, and then hit the Run button.
Say I had (foolishly) setup a Silverlight project in VS and failed to setup a supporting website at time of instantiation are there any steps I can take to add one retrospectively?
Many thanks.
Do the following:-
Add a new Web Application or Web Site to the existing solution.
Open the properties of the new Web Application, on the Silverlight tab select Add..., select the existing SL project in the project drop-down (already selected by default), Click Add.
Set the web app to be the startup project
Select the newly created test .aspx page that will have been created for you as the start page.
Now you are where you would have been had you opted to create the test web app when creating the solution.
The simplest solution might be to create a new solution with the supporting website project and copy your Silverlight project into that and carry on working in the new solution.
You could also copy the web project to your existing solution. In that case you'll need to change the name of the referenced .xap file.