I have a strange error on my machine, I have a .browser file in the app_browser of my application, and it has the following lines:
browsers>
<browser refID="Safari1Plus">
<controlAdapters>
<adapter controlType="System.Web.UI.WebControls.Menu"
adapterType="" />
</controlAdapters>
</browser>
When I try to download the application, I get an error message in the topic, but not one of my colleagues (we all use the same code base) gets it.
I have an instinct that the error is related to IIS, and I spent the whole day trying to get around it without problems.
To make this work in the meantime, I replaced safari1plus by default, but the issue with bedding is that I have a gridview on one of my pages that doesn't display anything on my local machine, and it works on another devs. I'm not sure why or the reason for this, but it looks like it is a configuration problem, and maybe one or two people had to deal with it.
Anyone who has an idea is welcome.
Obviously, the OS is Win 7 64 bit, with VS2010 Professional and IIS7.
I also checked the contents of Windows \ Microsoft.NET \ Framework \ v2.0.50727 \ CONFIG \ Browsers and Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Config \ Browsers, as well as on Framework64 Dir and everything looks the same (compared to other development machines)
Many thanks
source