I'm using VS 2012 dotnetnuke template for develop a first module DNN 7 following the Chris Hammond's tutorial. I ve a problem with settings : they are not saved, i uncomment all sections but when i update them, and i open settings module again they don t appear.
In fact i need to build a new release version then reinstall module and it's working but it's very difficult to develop something doing that
If someone have an idea ??
Thanks vey advance
I think the problem came from the fact i forgot to uncheck Create folder for solution.
All is working fine now
Thank's to D. Gimenez
Related
I'm working on JDeveloper 12.1.3
Suddenly it stopped rendering the pages is design mode and the the error as show in the attached image (JSFF page)
It also hangs all of the JDeveloper while typing codes in Source mode, I should END TASK
This is happening in just one project, not all projects on same JDeveloper App
Any idea
thank you in advance
Regarding to hanging could you have a look at log->Messages and tell us what it shows.
you can also try
- reformatting your jsff source.
- clear .data and classes folders from your application.
Thank you for your assistance.
- Regarding to Hanging :
I removed the .data folder and restart the Jdeveloper again, but without any change.
I disabled the auditing roles for Application development framework ADF, and that works fine.
Regarding to design rendering:
I'm using GIT to handle versioning of the project and ignoring .data
I did a new clone and that works fine also.
I downloaded a free template for my Joomla website in localhost. I installed the template in the extensions. When i view it in site, i am getting the following error.
GANTRY_BOOTSTRAP_CANT_FIND_LIBRARY
I do not know how to solve it? Is there any one who come across this issue can help me..
Generally this means you tried to upgrade Gantry and it encountered a problem while running the upgrade which broke it. Generally I have seen this when there is a file/folder permission issue. Check permissions and re-install gantry framework. http://gantry.org/downloads
In my Silverlight solution I have a edsv project and a edsv.web project. If I make edsv the startup project it works ok. If I make edsv.web the startup project, it executes a much earlier version of the code.
The setup project need to use the .web project, right? So my install kit reflects the wrong code. How do I get the projects in sync?
I got the solution in another forum, please see http://social.msdn.microsoft.com/Forums/silverlight/en-US/8293acb7-a2dc-4c04-92f7-150830cc355a/how-to-sync-the-silverlight-and-web-project
Bob
I have used ClickOne and Set up Project in VS 2010 but it does not working.
I double click on associate file but it does not open in my WPF Application.
Plz help me resolve this issue, step to step....
Thank so much!
This article on MSDN has a good step-by-step approach.
EDIT
If ClickOnce is not working for you, you can try doing the installation with Inno Setup. It is an outstanding (and free) installation utility. It is available here, and this link shows you how to create file associations.
I use Inno Setup for all of my desktop application installations.
I know that this is a very stupid question, but I have not been able to find a definitive Guide to creating a basic Installer for my windows forms application. I know we have to use Setup and Deployment Projects in VS2010 but have not been able to find any step by step guide for it.
If possible please guide me regarding the same.
Thanks
Many Winforms projects don't require an installer. Just copy the files in the Release folder, formally named "XCopy deployment". The walkthrough for a Setup and Deployment project is here.
I'm currently learning how to do setup projects as well.. I found a couple of sites that helped me to get off the ground and have a basic installer. I know the first link is from way back in 2005, but it still helped.
http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/
http://www.eggheadcafe.com/tutorials/aspnet/dcc5ab62-b875-4852-9e34-8bc2794e4fb8/c--create-setup-project.aspx