When I link to the one under Release/ ,got a fatal error:
LINK : fatal error LNK1146: no argument specified with option '/machine:'
Then I tried to link to the .lib under Debug/ and this time it works.
But what can be different?
...
Hi there,
I have a VSTS project with a list of 30 LoadTest tests that I want to run sequentially. All tests are independent from each other.
When I try to run all the tests, it starts with the first test and it executes it perfectly, but once the first test is finished, it automatically starts to mark the rest of the tests as completed,...
Hello,
I am using Visual Studio 2010's database functionality to compare database schemas. I am comparing database#1 and database#2. I would like to compare only only objects within the same security schema within my databases (dbo, myschemaname, etc.) rather than comparing all objects within that database but I cannot figure out how to ...
Are Visual Studio 2008's default MIDL Output properties wrong when I add a new Midl file to my project?
I have a basic ATL project, suppose it's named SomeProject. By default Visual studio creates a file called SomeProject.idl. Then I add a new Midl file named SomeMidl.idl (via Add Item and selecting Midl file).
When I open the Propert...
Possible Duplicate:
Whats the compelling reason to upgrade to Visual Studio 2010 from VS2008?
Many people seem to be upgrading to VS 2010 from what I can tell. Considering that the cost isn't minimal, what are the driving features that are spurring people to upgrade?
Obviously, I'm interested in seeing any that might affect m...
Is it possible to set a public property (say MYPROPERTY) from a C# custom action? I can read properties with Context.Parameters["MYPROPERTY"] that I pass into the custom action data but is there a way to set them too?
Thanks.
...
I have a certain project that's been problematic in visual studio. The main form has a TabControl with four tab pages, and during initial development, the entire contents of the third tab page would shift down each time the project was opened. (It got really bad if you didn't look at that page for a few days, and the next time you ran th...
Hi,
I have a class library project which uses a namespace (e.g., "Cosmos.Creator.Util"). I then create a solution and windows forms application to test the library. From the windows form application, I add a reference to the library. So now I have two projects open in visual studio, a class library and a windows forms project. The f...
I'm trying to write a macro that will generate a plain-text list of files changed based on the list of files in the Pending Changes pane but I can't figure out how to do it. The server location of a file is the property that is formatted like this:
$/TfsName/SomeSolution/Web/SomeFolder/SomeFile1.aspx
$/TfsName/SomeSolution/Web/SomeFolde...
I just downloaded and installed Web Matrix beta.
I am really liking the razor view engine.
Not so much the Web Matrix IDE.
Is there any way to install razor view engine for use in the Visual Studio without installing WebMatrix?
...
Will IIS express run PHP in visual studio?
If so, will you be able to debug php in Visual Studio?
...
I'm currently developing a Silverlight 4 application using Visual Studio 2010. When attempting to open the solution using Blend 4, nothing happens.
Blend appears to be loading the solution, then nothing... no errors, no warnings, no projects visible in the toolbar.
Any suggestions?
...
How to: you don't want to manually write code to write to ColumnA, ColumnB, etc, then you could use reflection to write to the appropriate properties on the entity?
you can create a new instance of this class and its property values. These property values are mapped to columns in the SQL database table. You then pass this object to the D...
Please guide me, how do you enable autocomplete functionality in VS C++? By auto-complete, I mean, when I put a dot after control name, the editor should display a dropdown menu to select from.
Thank you.
...
i want to use below codes. So i have a generic list<MyClass> i think that i should use using System.Reflection; method to get list<MyClass>
property to fill string[] columnNames, object[] columnValues but how can i use it?
foreach (var item in List<myClass>)
{
// i want to fill get columnNames and values to fill below array...
When building a Visual Studio 2010 Setup project with a CustomAction on x64 systems, Visual Studio includes the wrong version of InstallUtilLib.dll: It installs the 32bit shim, which will not work for CustomActions compiled as 64-bit (a requirement in my case, since it depends on 64-bit native dlls).
Installing such a .msi results in th...
I don't think it is possible right now in VS2010/VS2008 but I'm sure someone must have done or can come up with some workaround using the extensibility of VS2010/VS2008.
Ability to collapse javascript function/comment blocks within script tag in an aspx file editor and in javascript(*.js) file editor the same way we can do in any other ...
When naming tables and schema of the db is it best to use singular or plural.
For example. should it be Customers or Customer?
And when naming should it be Capital such as Customer or customer? Any best practice regarding naming?
...
I want to write a console application in C in VS 2008. What project type do I need to select and what properties I must set in order to do this?
...
I have a Windows mobile professional 6.1 application and I created a CAB file for that..when I am installing the cab in the phone in some place of installation I see a wrong app name which I don't even remember when and where I have setted it!
SO I checked the _system.xml file in the CAB archive and saw the problemetic line;
<parm n...