Questions tagged [visual-studio-2012]

Please refrain from using this tag unless you have a direct inquiry pertaining to Visual Studio 2012, the version of Microsoft's Visual Studio. This tag should not be used for general coding issues unrelated to Visual Studio.

Having trouble updating jQuery due to the inability to locate the suitable jquery.ui.core version

I am currently working on a MVC project using Visual Studio 2012. I recently performed an Updates package by going to tools > nuget package manager > manage nuget packages for solution > nuget.org > update all. The process seemed fine, but at the end, I en ...

Create a .exe file from the ordered test for export

Currently, I am working on testing the user interface of my web application in VB.Net. My preferred tool for this is Selenium. I have created an ordered test and now I am looking to export it as a .exe file. However, when I compile my test unit project in ...

Customize the background image in your Windows 8 app developed with HTML

While working on my app with the grid app template, I placed an image in the images folder. However, when I attempted to change the background image, it didn't seem to take effect. This is the code snippet that I used: HMTL <div id="contenthost" ...

Can we retrieve class information from an object?

In my selenium project, I have created a class called DocumentViewer which includes a method named CancelAndClose that returns an object. This method is accessed by four different objects with the main purpose of returning the specific type of object (with ...

What is the reason that the CSS3 property name 'filter' is not recognized in Windows 8 applications?

I'm in the process of adapting my own codepen for a Windows 8 desktop app. Everything runs smoothly on Codepen, with the exception of some CSS adjustments from -webkit- to -ms-. However, I encountered an issue regarding this specific line in the CSS s ...