visual

Cannot load winform in vs 2008 or vs 2010

Is there any way to view a log of a form loading in the ide? The solution has many projects but one winform will not load..is there a log to see where it gets hang? Tried it in vs2008/vs2010...i beleive it is a third party control but not sure Someone menioned that i can debug VS and see where it is stalling! ...

Stumped on ServiceModel.FaultException forever...

So I'm still not sure if this is on my side, the service side, or both sides. I have NO idea where the main source of the issue is coming from, but I will try and do my best to explain the steps I have taken and what has happened so far so you guys have all the info you need to bang your head against this with me. So we have a Web Servi...

I've got a project that won't open with VS2008, it's a Windows CE 5.X app - something with .net

I've got a project that won't open with VS2008, it's a Windows CE 5.X app - something with .net I keep trying to open the project and it keeps saying it's not compatible with the installation. I thought it might have been because i'm using VS2008 Standard and not Pro, but I read that Standard supports Windows CE. I was told that it mig...

Entity Framework Tools for VS 2008 RTM (.net 3.5 sp1)

I'm trying to add ADO.NET Entity Data Model in my project but i can't access/find it. I found this link text but it requires VS2008 Beta 3.5 version while mine is vs2008 RTM 3.5, is there a way i could install this? ...

Missing msvcr100.dll

I made a program in Visual Studio 2010 on Windows 7 64-bit. When I try to run it on Windows XP 32-bit I got message that msvcr100.dll is missing. When I try to copy that file from Win7 to WInXP I got message that msvcr100.dll is wrong. How to set biulding in VS so msvcr100.dll would not be necessary? ...

Silverlight Desktop Application in VS 2010 - How do you create one?

When I go to create a new project in VS 2010, if I pick a Silverlight Application, the information displayed on the right says, “for a rich internet application using Silverlight”…It kind of leaves desktop application out of the picture…How do you create a desktop application with Silverlight? ...

Find out if DatagridView Cell is Clicked

I have 2 grids on a form. Both grids are binded to object Panel and PanelLines. If user click first panel grid, the second panel line grid will show the related panel lines. If the user clicks the panel grid on the same cell again, I want panel line grid to scroll rows as such visible rows hide and bottom rows show up. The following ...

Disable deserialzation Database Project Schema

Recently we started working with Database project in Visual Studio 2010. I have added a reasonably large database to the solution and imported all objects. All warnings have been eliminated so it builds fine. The one thing that really annoys me is that when you open the solution, the database project will start to load the database sch...

Toolbox control tabs/groups won't go away.

I've tried to clean up the multitude of tabs/groups of controls in my Toolbox. There is a ton of stuff that I won't ever use (mobile web forms, reporting stuff, etc...) and it has accumulated over time. I've tried deleting them, but upon restarting Visual Studio, they reappear. How do I get rid of them for good? ...

Trying to get a DataRow[] Debugger Visualizer to work in Visual Studio 2010

I'm trying to get a DataRow[] DebuggerVisualizer working for VisualStudio 2010 and unfortunately I can't get it work work. I'm able to get the DataRow one working but not the DataRow[], I would love any please? The meat of the code is here. [assembly: DebuggerVisualizer( typeof( PCHenry.DR ), typeof( PCHenry.DRObjectS...

Assign an external image to a Picturebox in Visual Studio 2008 (C#) ?

How can I assign an external image into the PictureBox in Visual Studio 2008 ? Typically, When we use ChooseImage in PictureBox , Visual Studio adds the image to the exe file and it causes increasing exe file's volume, I wanna add the image from a directory beside the exe file. Is it possible in Visual Studio 2008? P.S: I don't want add...

class wizard from dialog box in VC ++ 9.0

does any body know how to bring a class wizzard from a dialog box in MFC application using VC++ 9.0 only. ...

Designing unit tests for XML documents

I have a following method which takes a XDocument, iterates through the nodes and remove/replace nodes based on some condition. public static void Format(XDocument xDocument) { foreach(XmlNode documentNode in xDocument) { XmlNode[] spanNodes =documentNode.SelectNodes("//span") ; foreach(XmlNode spanNode in span...

Find a files with wildcard

Hy, How to loop through files matching wildcard and find the file that was last date created. This is in VB ... So I have some files that are with a specific prefix and I like to find the one that is last datetime created! How can his be done? Thank you! Adrian ...

Late binding in child AppDomain (.Net)

I am trying to develop a plugin architecture in .Net. The application will be a .Net application. There will be directories which holds the plug-ins. Each directory will represent a plugin. Each plugin directory will also contain all the dependency dlls as well. The plugins need to be stored in separate AppDomain as the plugins may ...

Date.ToShortDateFormat() uses wrong locale sometime?

I converted my VS 2008 project into vs 2010 but kept it on .NET 3.5 framework. I don't set my locale anywhere within the app. I've got a couple on computers running windows 7 and XP and both have the region set to EN-AU. Sometime my app returns the short date format like MM/dd/YY (EN-US). As soon as you quit it and start again it reve...

Is there a team explorer client for Visual Studio 2008 for Windows 7 64bit?

I installed Visual Studio Team System 2008 on my Windows 7 (64 bit) machine. For some reason, it doesn't appear to be any menu items related to team explorer. In addition to this, when I try to install the stand alone Team Explorer 2008, it displays a message that it's not supported (I'm assuming because I am running Windows7 64 bit). ...

Visual studio 2010 WPF

Hello.. I can add the Chart control located in Data group of toolbox if i create a windows form application..but if i create a wpf application i cant! it is disabled.. what can i do? ...

Visual Basic: How to declare an array of array ?

Hi there. I've googled this question several times, but I can't find something that works. I want to declare an array of arrays (arrArr) of unspecified length. Actually, I work with Excel: if the sheet exists, fetch its array and store it in the array of arrays. I've declared this arrArr like this, and the program basically works this ...

Getting Visual Studio 2010 to retain VSS password

I use Visual Studio 2010 with Visual SourceSafe 2005 for source control. Each developer has their own username/password for VSS access. I know how to configure Visual Studio to remember the login name but I cannot seem to find a way of remembering the password. Currently each time I open a project under source control I have to enter my ...