why visual studio 2010 DataRepeater does not display images - c#

since one month I stacked in the Data Repeater of Visual Studio 2010, trying to display images of a table, but no result. at last some developers told me that visual studio 2010's Power Pack has bug, so they told me to try it with Visual Studio 2008, which I did, worked perfectly.
Now my problem is, either I should downgrade my project to 2008, which I tried according to some guidance by developers. but didn't worked for me. because that sort of conversion works for those who developed their projects in 2008, but mistakenly opened it in 2010.
The other way I may have is to look for some newer version of Visual Studio in which this power pack problem hopefully solved.
Does anyone have any idea, how to solve this problem? and one thing else, is this problem solved in Visual Studio 2012 or 2013? thanks in advance.

Related

Is there a c# windows form Application in visual Studio 2015?

I installed Visual Studio 2015, and tried to create a windows form, just as I used to do it in the VS2010. I could not find a Windows form for C#.
How can I create one? Do I need to install another version or do I need a plugin or something?
Screenshot: http://prntscr.com/8rwzyl
Informations about my Visual Studio: http://prntscr.com/8rx0a1
It seems you are opening new project in Blend. You have to use Visual Studio (not Blend).
Blend and Visual Studio are installed together with Visual Studio Community Edition 2015 . You probably run a wrong shortcut (which starts Blend).
The Checked Answer is correct however there is no explanation of how to solve this. I just came to the same problem, but figured it out. When searching in your file directory C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE
Then you can search .exe and it will come up with Blend and devenv. Or just scroll till you find devenv. devenv is the clickable application for visual studio community. :)

Roslyn Code Issues And Fixes For Visual Studio 2012?

I have experimented with Roslyn Code issues (and even blogged about them), but have lost touch with any progress being made on them.
The last I checked, code issues could only be used with Visual Studio 2013. Is this still the case, or is there a way to make it work with Visual Studio 2012?
No, there hasn't been any updates for Visual Studio 2012 in over two years and I don't believe Microsoft even distributes the September 2012 CTP anymore.
Even the support for Visual Studio 2013 is probably not good enough for production. There have been no more official releases of Roslyn for Visual Studio 2013 since April of last year.
On the old Codeplex page the following quote confirms this:
(note: this VS 2013 preview is quite out of date, and is no longer updated)

How to downgrade a Visual Studio 2013 project to a Visual Studio 2008 project?

Is there anyway of downgrading a Visual Studio 2013 project to a Visual Studio 2008 project ? I need to run some C# programs created in VS 2013 with VS 2008.
See this answer. But I really wouldn't recommend this, even if it does work, which to be honest is not guaranteed.
Better to either create a new VS2008 solution and just Add Existing...manually bringing in all the source files, or better yet, just sign up for VS Team Services, grab VSExpress 2013, and you don't have to worry about conversion.

Error when creating a new WiX setup project using Visual Studio 2008

I've been trying to solve this problem for 2 days. I've been searching for solutions but nothing comes up useful.
Every time I try to create a WiX setup project in Visual Studio an error pops up saying
"..\Temp\SetupProject.wixproj" cannot be opened because its project type (.wixproj) is not supported by this version of Visual Studio."
But just a week ago, it was working fine. It started when I installed WiX 3.7. When it failed I reverted to 3.6 but the error has stayed there for good. And even reinstalling Visual Studio didn't solve the problem. Do you guys have any solution to this? Help would be really appreciated. Thank you!
edit: windows 7 32bit. visual studio 2008.
Since no one seems to have experienced the same issue, I resolved it by installing a Virtual Machine. And there I re-installed VS2008 and WiX 3.7. Now it's working! :)

WP7 XNA+Silverlight Templates missing

I got an issue with Visual Studio, Silverlight 5 Beta SDK and XNA.
I did a fresh install of all Visual Studio components I need to create the application I have in mind:
Visual C# 2010 Express
XNA Game Studio 4.0
Visual Web Developer 2010 Express
Visual Studio 2010 Express for Windows Phone
Visual Studio 2010 SP1
Silverlight 5 Beta Tools
However, when I start VS 2010 Express for Windows Phone and go to create a new project these are the templates I have:
Missing Templates
But there are a few templates missing.
How can I make appear the following templates:
Full list of templates
So what am I missing in this? I believe I installed everything and still nothing appears.
Is it because I'm using the express edition of visual studio? it doesn't make much sense though.
You installed that SDK correctly (uninstalled a previous installed SDK version correctly too)?
You could try and reset your vs2010 settings. This sometimes helps to restore missing project templates. You can do so like this:
Go to Tools / Import Export Settings
Choose to "Reset all Settings"
Restart Visual Studio
No guarantees but that helped me once before, so it is probably worth a try.
Just for others to know, you must have Visual Studio 2010 service pack 1(download link) before that.

Categories

Resources