This release does not add or remove any app bundles - developer-console

I can't seem to find any information on this issue. Does anyone know how to resolve this? This is my first time publishing anything, in the past 8 years.

Related

How to setup MySQL Rider - MacOS

Few weeks ago I started to learn C# (through course) and next step is database.
Sadly for me, everything is shown on Visual Studio, but VS doesn't support databases on MacOS. I am using Rider - was recommended to me by MacBook user - lecturer. Unfortunately he's not available for this part of course. I am having issue with Rider and MySQL. It doesn't work. Can somebody help me with the setup? Tried to google things out, but it didn't help me.
Sending some screenshots.
btw. if I use SQLlite it works perfectly fine. Thank you so much for your help!
Tried to download Docker - don't know if I was supposed to, and some setups. But it didn't help.
edit. Well on one side I'm glad (that I'm not alone who doesn't know it) but sad, that noone can help me...

Error BC30560: 'ReportViewer' is ambiguous in the namespace 'Microsoft.Reporting.WebForms'

I get this error some 23 times when publishing the website. There are no issues with compilation and testing. I know someone is going to have the urge to say "remove the duplicate reference from the web.config" but that's not the problem here. This is a project started in 2008 and the use of ReportViewer predates the code being added to our git repository (which in turn predated me working on it) so I know that nothing is technically wrong with the code. In fact, until last week, it published just fine. What changed? I finally got a newer, faster computer. The client wanted one line removed. I put the code on the new computer, removed the offending line, built, tested. All is ok. Then I went to publish and got the ReportViewer error. I'm working with a byte-for-byte copy of the project on the old computer and the only thing that fails is the publish on the new computer.
Clearly something isn't installed on the new computer that's preventing publish, but I don't have a clue what it is. (Or possibly something installed that shouldn't be. The "new" computer was actually in-use by another developer.)
I was grasping at anything for this problem. I got the idea to remove all copies of the ReportViewer DLL from the Microsoft.ReportViewer.WebForms folder. There were 5 different versions. Windows itself balked when I tried to move version 10. That was my clue. It turns out that whoever switched from version 10 to version 12 missed a couple of source files. I updated the reference to version 12 and the problems cleared up.
Now the real mystery is: why did it ever work on the old computer?

Chrome running on a vm fedora wont load meteor project

I've picked up the discover meteor ebook earlier today and have been following the steps. It's been a great experience and I hope I can contribute to this community once I have a more thorough understanding of the technology. All is going well and I was using firefox as my browser. I decided to install chrome since that is the browser I use on my host machine on a day to day basis. However when I load the project up in chrome its a blank screen. The console reports the following(pastebin)
http://pastebin.com/wvEaVNPv
Has anyone else experienced this issue?
YES! It comes and goes with time or development, and you will get different results in different browsers (ubuntu). I currently am getting
Uncaught ReferenceError: Package is not defined meteor.js:21
Uncaught ReferenceError: Package is not defined standard-app-packages.js:21
Uncaught ReferenceError: Package is not defined random.js:21
etc
A few weeks ago, chrome canary was bad but release chrome not. It may be some subtle code issue triggers things because as I developed madly but checked intermittently that problem came and went maybe three times, and once another browser gave me a clue on something it didn't like, which also cured chrome.
I don't have any tools/concepts to debug this further. I initially got through Discover Meteor using chrome about 2 months ago.
Check your accounts-ui-bootstrap-dropdown. If you are using bootstrap-3 you'll need accounts-ui-bootstrap-3. I found this as one possible cause when I went back.

Adding custom tab in redmine 2.0.3

I'd like to add custom tab to my redmine project which would be a static link to a webpage nested in IFRAME. I found this thread and I thought that my problems are solved and I won't need to learn ruby.
But later I've noticed that plugin is almost 4 years old and not really compatible with current verison (I have 2.0.3 installed). When I already got it to run it still throws errors and plugin configuration page doesn't work correctly. Bottom line: I can't add any new tab.
Did someone experience similiar problem or maybe has a workaround/another method to add a simple custom tab/iframe to redmine without digging too much into source code?
Any help wold be greatly appreciated.
The actual plugin is up to date. Have a look at the projects git page.
https://github.com/jamtur01/redmine_tab

AIR file is damaged after publish

I tried to find an answer here but haven't seen anything yet.
I've been working on an AIR application with Flash CS4 (AS3) for the last two days. Yesterday when publishing I was able to install the application (or overwrite existing version) without a problem. Now whenever I publish a new AIR file, it constantly tells me it cannot be installed because the "AIR file is damaged".
There are no actionscript errors or compiler errors when publishing, and I've generated a new certificate at least 3 times already thinking that may expire daily?
Any ideas? Thanks
Has the publisher ID of your application changed?
This may be related to you changing your certificate, or any of the details in your certificate.
You can also get this problem if you don't timestamp the app.
My bet though is that your publisher ID has changed, you will be able to set this manually in the imminent release of AIR 1.5.3
I've been working on an AIR application with Flash CS4 (AS3) for the last two days. Yesterday when publishing I was able to install the application (or overwrite existing version) without a problem. Now whenever I publish a new AIR file, it constantly tells me it cannot be installed because the "AIR file is damaged".
I've been having the same problem. Its been driving me crazy. I'll let you know if I figure anything out. I'm reinstalling AIR now.
I don't think it has to do with your FLA file, because I've worked around this issue by moving my .FLA to a different computer (running OS X instead of XP) with Flash and it published fine. This is quite a hack work around, hope it might help.
It must be either problem of including Time Stamp, or don't writing application configuration file correctly.