If anyone is having idea how to write Russian in resource file I m editing the existing resource file in english and want to write the values of strings in russian but I m trying to copy paste from some editor and visual studio is not detecting it. Do I need to install sth so that visual studio recognize it...
Thanks,
...
Is there a way to open a solution-file saved in Visual studio 2010 beta 2 in Visual studio 2008?
... or maybe a way to convert it?
When i tried to open it in VS 2008 i get an error saying "The selected file is a solution file, but was created by a newer version of this application and cannot be opened."
...
Any idea why the following would fail?
std::fstream i(L"C:/testlog.txt", std::ios::binary | std::ios::in);
int test = 0;
i >> test;
fail() is returning true. The file exists and is opened.
I checked
i._Filebuffer._Myfile._ptr
and it is pointer to a buffer of the file so I don't see why it is failing.
...
I am having a frustrating time with Blend reporting "Window is not supported in a Windows Presentation Foundation (WPF) project." due to unbuildable configurations but can't quite work out how to mangle my way out of it.
I've worked out it is probably due to my trying to have a single solution with x86 and x64 configurations. There is n...
Hi,
I'm starting a new web application project in VS 2008. I would like to use the Unit Testing framework included in VS 2008. Is this a good idea or are there any better Unit Testing frameworks that allow this? Any book recommendations?
EDIT: This is webforms. I'm not using MVC.
...
Hello friends,I am having a very diifult situation here...Actually I am developing a MFC project.In my project I have another small project inlcuded as a lib input to my main project.. I set the "use of MFC"--as "use MFC in Shared Dll" in my project settings...its working great..but when I set the "use of MFC" -- as "use MFC in static dl...
Hi,
I recently installed VS2008 in Win2k8R2 machine and opened a VS2005 project(C++). After successful conversion to VS2008, I tried building the project in Debug x64 mode. But the project is getting skipped. I tried Clean as well as Rebuild, and it is getting skipped for those as well.
I'm able to build in Debug win32 mode. But I need...
Hi,
I've got a VB6 application, and i want to develop it with Visual Studio 2008. The problem i've got is the upgrade wizard. By starting the wizard it's working ok. But when the parsing process is running it take 100% of the CPU and keeps on the same status: Parsing form.
It's running for several days.
How can i migrate the applicat...
I get this error:
The command copy (filepath) exited with code 1
in VS 2008 when i rebuild the project.
I guess it is due to postbuild event.
The output window shows :Microsoft.Common.targets(3314,13): error MSB3073
How to resolve this?
...
Apparently, when Visual Studio 2008 (SP1) opens a CSS file, it doesn't recognize the UTF8 BOM marker as a BOM, but instead interprets it as text (first three characters show up as , but shouldn't be visible). While VS normally doesn't save the CSS files with a BOM, I'd expect the IDE to recognize and respect the BOM when it's there.
...
Hi,
I recently installed VS2008 in Win2k8R2 machine and opened a VS2005 project(C++). After successful conversion to VS2008, i tried building the project in Debug x64 mode. But the project is getting skipped. I tried Clean as well as Rebuild, and it is getting skipped for those as well.
I'm able to build in Debug win32 mode. But i ne...
I wonder if there is a way to precompile *.less files(http://www.dotlesscss.com/) with visual studio. The site gives me a dotless.compiler.exe but I am not sure how to hook this up to visual studio. I am looking for a solution for both Webforms and Mvc.
Friendly Greetings,
Pickels
...
What is this errormessage in Visual Studio 2008
Error 1 error C2144: syntax error : '__w64 unsigned int' should be preceded by ';' c:\program files\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h 19 Steg2_Labs
I don't have any headerfiles made myself.
...
I cannot find the "T-SQL Editor" in vs 2008 professional. Is this not available in this version?
...
I am developing a ClassLibrary-Project in Visual Studio 2008. I want something to check. I have file 'index.html' in root of my project. I need set StartAction to open this file with some browser. I found StartAction in "Project Properties->Debug->Start Action". I can choose "Start external program" or "Start browser with URL", but they ...
I'm trying to use the property grid in the designer for Visual Studio.
I have a list of classes that I want the developer to be able to add to at design time so that the user can have access to extra features.
Here is some example code of what I have in the code already. The problem is when the developer goes to the design mode he c...
Hello
I've created a WPF application and obfuscated the main .exe with an external tool.
Now I'm having trouble to publish it as a clickonce application because Visual Studio somehow is recompiling again the main executable.
I deactivated the build checkboxes under Solution-> Configuration manager but it didn't work: the executable ke...
I have a class hierachy like this
public class A
{
protected class B
{
String Name { get; set; }
}
protected class C : KeyedCollection<String, B>
{
// ...
}
protected C Collection { get; }
// ...
public A Copy ()
{
// Creates a deep copy of this instance.
}
}
N...
I am trying to speed up the start-up of my Click-Once (.net 2.0 in VS2008) app by shipping the pre-generated XML serialization assemblies.
So to test my scenario, I set VS2008 to break when an exception is thrown. Even though, the XML Serialization assemblies are there, there is still an exception, saying that it can't find or load t...
Hello.
I'm trying to build a simple FTP uploader. How can I make it so the user can select a file to upload? See, what I want is to have a button (which I do) that a user can click, and it shows the OpenFileDialog (which I have), but then when they select a file, I want its path to be shown in a text box. How can I do that?
Screenshot:
h...