I'm having an hard time trying to rename/refactor my service in soapUI. I right clicked on my service on the Navigator pane but there's no "Rename" option in the context menu.
I figured it out. Go to Service Properties pane on the bottom left rename it there.
Related
I recently published an office solution as a click once application on my one drive. My client downloaded it from there and when he tried to install, it gave him this error.
I want to republish it by making it a full trust application but i cannot find the security tab in project properties.
Thanks in advance.
I had the same issue and the solution was super annoying to figure out. Someone on another website mentioned that the Security tab is only relevant for certain types of ClickOnce applications so I started playing around with various options and figured it out.
In the Application tab, for Application Type, select Windows Forms Application from the drop-down menu (other drop-down options might also work but haven't tried them)
Save everything: In the main menu bar of Visual Studio, click File > Save All.
Close your project Properties window (i.e. the one with the Application tab that we were just modifying)
Open your project Properties window again: in your Solution Explorer, select your project, go to the main menu bar, click Project, click Properties.
Voila! It should be there. :)
By default the Menu Icon to open the navigation menu is located on the LEFT side of the header - how do I move that to the RIGHT side?
I have search the support system and I was not able to find anything. I also looked into your tutorials and did not see it there either?
Problem:
I need to have a right click menu on a specific folder, that shows my application submenu. Something like dropbox does.
I did try to google a lot and found Services which provides to create right click menu, but it creates generic menu not on a specific file or folder. How does dropbox does it? Does it use some python script? Any help would be very much appreciated.
Kapil
I'm doing some web development and when I push the debug button it starts off with the selected tab and it is really annoying because it will throw errors because those pages are not meant to be ran at first. Is there a way to have visual studio always run a default page first?
Right click the page you want to be the start page and select "Set As Start Page:"
Check out the Web Application's Properties Window, Web Tab. It has a box where you can enter the URL to load upon starting debugging.
That is; Right-click on the project item in the Solution Explorer, choose 'Properties', then click the Web tab, and select the proper option for your needs.
You can also right-click on your desired start page and select Set as Start Page.
I used to be able to right click Folders in my project and click 'refresh' to refresh the files within them, I don't see the option to do this any more, how do I fix it? The same thing has happened at work and at home.. has it always been like this and have I gone insane?
I still have the option. You might be able to get it back by customizing the context menu. Refresh is under Commands > View in the Customize dialog.
The refresh icon is at the top of the solution explorer for me, does the job