Tagged Questions
0
votes
0answers
22 views
Visual Studio - intellisense for javascript custom object
I created the following javascript object:
var Content = Content || {};
// Constructor defines properties and inits object
Content.ProductManager = function () {
// ...
};
...
1
vote
1answer
22 views
VB.NET print pointer of COM Objects
I want to print the memory address of my .NET compiled object imported with DLL.
The code for pinned object are (googling):
' dim managed variable
Dim primitiveObject As String="HELLO WORLD"
' pin ...
0
votes
2answers
36 views
How to mix server side code in razor
A trivial question but the solution escapes me at the moment
We have a CMS where the Layout and CSS ( names only, no extension ) are retrieved from db !
the .cshtml has this code which does NOT ...
3
votes
4answers
57 views
Is there any risk in upgrading from VS2010 to VS2012 in the middle of project development?
I have been working on a rather large project for approximately two years in VS2010. I just got a license for VS2012 but I have some fears regarding what may happen if I remove VS2010 and attempt to ...
0
votes
0answers
19 views
Update MongoDB Document in VB.NET with the C# Driver
I am having problems updating a document in MongoDB using VB.NET & the C# Driver.
I have code returning the document I wish to update but I'm not sure of the syntax to continue
Imports ...
2
votes
0answers
25 views
VB.net and Webservices Exception
I am calling a webservice through VB.NET. I have done a AddWebReference to create the bindings.
When a WS call throws an exception, I am able to catch it as a generic Exception object Catch ex As ...
0
votes
1answer
46 views
Visual Studio 2012 Post Build Events - Error Code 255
Here is my attempt to copy my application executable to another folder changing it's name:
IF $(ConfigurationName) == Release (
SET DESTINATION=$(ProjectDir)Output\Distribution
IF NOT EXIST ...
0
votes
1answer
30 views
How to copy empty directory to output in visual studio?
I would like to generate an empty folder in my bin, however you can't apply "copy always" to folders, only to items within folders.
Is there a cleaner way to do this than to create an empty file in ...
-1
votes
1answer
21 views
Sorting a generated table in my view (visual studio .net)
<h2>Documenten</h2>
<table border="1"">
<tr>
<th">
title
</th>
<th>
description
</th>
<th>
...
0
votes
0answers
40 views
Invalid column name 'rootQuestion_QuestionID' while reverse engineering in visual studio .net
I have a problem mapping a relationship
while reverse engineering in visual studio .net
I use inheritance:
public class Quiz : Component
{
public QuizQuestion rootQuestion { get; set; }
...
0
votes
0answers
17 views
Configuration 'LogLevel' was not found
Please Help .
i cant strart my project , Every time on start up , this error shows
Configuration 'LogLevel' was not found.
at LMS.LeadsConfigurations.GetValue(String name, Dictionary`2 dic, ...
1
vote
3answers
35 views
Running Windows Service Application without installing it
Whem I'm writing a Windows Service and just hit F5 I get the error message that I have to install it using installutil.exe and then run it.
In practice this means everytime I change a line of code:
...
2
votes
2answers
37 views
Is there a way in Visual Studio 2012 to see an error log of the Update Service Reference operation
I've had a lot of issues with updating my service reference to my WCF service. I've had issues with third-party dll's not serializing correctly, and also issues with too many methods in the service. ...
0
votes
0answers
73 views
Visual Studio 2012 WCF service Reference.cs only has one class after adding a method to the service
I have a WCF service running in the 4.0 framework in VS2012. I added a method to my service and suddenly the service reference wouldn't update properly in another project. The Reference.cs file ...
-1
votes
0answers
21 views
Is the SAP Enterprise Services Explorer for .net Free or not ? [closed]
Is the SAP Enterprise Services Explorer for .net Free or not ? Can you show me the proof?
If it is not free then how much does it cost ?
3
votes
1answer
25 views
Visual Studio: Compiler Warnings and errors appear twice in different languages
I have the weird case that in some of my Visual Studio projects the warnings and errors appear multiple times: In my case, one time in english and one time in German.
Does anyone know what ...
2
votes
1answer
108 views
Use C library in C++
I have C library with a header file. Now i want to make a wrapper in C++ in order to use it in .NET. When i include the library, the compiler reports an syntax errors regarding the variable types ...
2
votes
3answers
51 views
Using a font that a user doesn't have installed
can't believe I don't know the answer to this already, but what happens if I use a font that a user then doesn't have installed.
So if I set a label to use Segoe UI and then a user on Win XP (who ...
0
votes
2answers
57 views
Windows Application That Displays Pop-Ups While Other Programs Are Running
Firstly, I have zero experience programming with .NET so this could be a pretty nooby question...
I'm wondering if it's possible to build an application like xFire - which displays pop-ups in-game to ...
-1
votes
1answer
63 views
MSBuild won't compile my solution, it fails with critical and ridiculous errors
I have a project which can be compiled perfectly into vs2012 without ANY warning/error.
When I try to compile the same project using msbuild 3.5 or 3.0 I get this errors:
Microsoft (R) Build Engine, ...
1
vote
1answer
46 views
Some Windows Store apps won't start, why?
I just noticed that an app that I developed a few days ago won't start on my Surface RT. It was working fine right after I deployed it (from Visual Studio), but now nothing happens when I touch the ...
0
votes
1answer
19 views
Applying TransformXml after files were copied to web package directory
I have asp.net 4 project changed to apply custom transformations:
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
...
...
1
vote
0answers
45 views
How to Select a tree item using UI Automation?
I am trying to select a tree item from an application but get "Operation cannot be performed". I tried using UI Spy to select the tree item and get the same error.
Element : "tree item" "Network"
...
2
votes
1answer
53 views
In Visual Studio project properties, how to make “All Configurations” selected by default instead of “Active”
When I am modifying project properties in Visual Studio, more often than not I need to change the selected Configuration to All Configurations before I make any changes. Is there any way for me to ...
0
votes
1answer
38 views
Visual Studio Msbuild Task Project Dependencies
I decided to rephrase my problem, as it seems it was not quit as clear as it should have been
I want to define a project dependency (let’s call it ProjectB) which is only used for build order ...
2
votes
1answer
118 views
Can i use static analysis in VS2012 from VS2010?
For the comparability reasons on the first stage i want to use VS2010 engine from the Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\ in the VS 2012... Is there any way to do this?
i ...
-1
votes
0answers
92 views
Need both Hyper-V and VMware Workstation [closed]
In our workflow we frequently use VMware workstation to test our software products on different machine configurations.
Now we are considering to develop a Windows Phone 8 version of our products. ...
0
votes
1answer
20 views
Microsoft.NET WS client: all operation and types, but no members
I'm trying to generate a .NET WS client from a WSDL + some XSD.
I've tried two ways with the same result: Add Web Reference and WSDL.EXE
I've tried different framework versions, IDE versions and ...
0
votes
2answers
52 views
Append output and string at once in mail c#?
Currently I'm using1 code below and it works absolutely fine.
I'm fetching the CPU and Memory utilization of server and sending a mail after 10-15 seconds in a loop. This loop runs 5 times, with ...
1
vote
1answer
28 views
.net reference dependency when doing unit testing
a [TestClass] was written in C#. the namespace Microsoft.VisualStudio.TestTools.UnitTesting was used and a reference added Microsoft.VisualStudio.QualityTools.UnitTestFramework. subsequent, clean ...
5
votes
2answers
106 views
How to return IQueryable<T> for further querying
I'm trying the PagedList.Mvc library from here
https://github.com/TroyGoode/PagedList
which has this usage sample
var products = MyProductDataSource.FindAllProducts(); //returns ...
0
votes
0answers
25 views
Visual Studio 2012 Debugging - Strange scripts (fs.js and l.js)
I was trying to debug my site on Visual Studio 2012 and, all of a sudden, I noticed that the website was behaving strangely slower.
I checked the network tab on my browser (IE10) and I saw that the ...
0
votes
0answers
32 views
With Visual Studio 2012, somehow i started getting this error / conflicts between dependent assemblies
5>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5):
warning MSB3247: Found conflicts between different versions of the
same dependent assembly.
I'm not sure what ...
0
votes
1answer
36 views
Visual Studio 2010 Can't Find 'sgen.exe' [duplicate]
I have a C# assembly project which I have selected to build in Visual Studio 2010, which is set to serialize itself. When I try to build the project, I get this error:
Error 1 The specified task ...
1
vote
4answers
37 views
Specify Picturebox VB.net
This is probably a very simple question, but I'm not sure how to phrase it. I'll just explain what I'm trying to do.
I've made a grid of PictureBoxes, and want to make ones light up when activated. ...
0
votes
1answer
30 views
VS 2010 C++/CLI Solution on Win 7 32-bit works but on Win7 64-bit does NOT
I had created some C++/CLI solutions of Winform type using Visual Studio 2010 on Windows 7 32-bit machine.
I have installed the exact version of Visual Studio 2010 in Windows 7 64-bit machine but when ...
0
votes
0answers
45 views
What could be the potential causes for Visual Studio Profiler error VSP 1449?
On trying to instrument any web application by my Visual Studio Performance Wizard, I get the following error
Error VSP1449: Unable to start VSPerfSrv. %1 is not a valid Win32
application. Try ...
2
votes
1answer
76 views
“PublicKeyToken <..> is not a valid extension type.” Error?
I added an UPDATE statement to my application which works fine. It updates the database correctly and other than the four error messages, I am seeing no problems. What does this mean?
Error 1 ...
0
votes
0answers
55 views
Application developed in .Net Framework 4.5 retargeted to 3.5, but not working on 32 bit Windows XP.
I have developed a small application in VB using Visual Studio 2012 and .Net Framework 4.5 and it does not work with 32 bit Windows XP machine. So I googled that and retargeted the .Net Framework to ...
0
votes
0answers
8 views
Accessing a siblings value in a property grid for a System.ComponentModel.StringConverter in a DSL
In my DSL I have two dynamic drop down lists, one is straight forward and populated with a StringConverter by overriding the GetStandardValues method.
The second drop down list is filtered based on ...
0
votes
3answers
42 views
What settings does Visual Studio use from the Web.config at compile time?
We recently removed our Web.config from SVN. Inadvertently no Web.config was copied to our build server (Team City). The compiled version of our code worked properly and made it through full-suite ...
0
votes
0answers
25 views
AnkhSVN, SVN Locks and Datasets
We are using Visual SVN and VS2010, we have a data project with several Datasets in it. To avoid having to try and merge the XSD files we have set them to require a lock so only one person can edit at ...
2
votes
2answers
40 views
Conditional like: if application started from IDE then (do this) else (do nothing)
There is a way to execute a part of code ONLY if the application is launched from the IDE?.
I want to make a conditional where if application is launched from the VS IDE then do one thing but if ...
1
vote
0answers
31 views
How to use custom logger for vs test?
I'm trying to use this custom Teamcity logger for VsTest per https://github.com/JakeGinnivan/VSTest.TeamCityLogger and http://msdn.microsoft.com/en-us/library/vstudio/jj155796.aspx
After copying the ...
0
votes
1answer
38 views
How can unmanaged c++ use resx file?
Using visual studio, I can add resx resources file to the unmanaged visual c++ project. But how can I use it? It compiles fine, but no resource headers are generated that can be included in source. ...
2
votes
3answers
40 views
Ignore certain changes for git commit
Members of our team uses different version of visual studio, and VS seems to automatically update the sln file with code like:
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# ...
0
votes
3answers
60 views
linq to sql remove URLS that starts with same domain
I have a list of URLS in a data table. I want to remove rows that starts with same domain. Right now I have this code:
List<int> toRemove = new List<int>();
toRemove.Clear();
...
1
vote
1answer
112 views
SQL Server CE Code First migrations problems
I have a bunch of problems trying to enable (code-first) migrations for my SQL Server Compact 4.0 database for my desktop .NET app.
Enable-Migrations does work and the directory Migrations is ...
1
vote
2answers
34 views
Multiple inhertinace
I have some classes having a .NET control:
Class MyTextBox : Inherits MyControl
Control As TextBox
I would like to use the inheritance instead of having a variable containing the .NET control:
...
-1
votes
0answers
37 views
Strange error with Interctive Brokers API in Visual Studio 2012
I got various errors when I try build the CURRENT Interactive Broker API for C#. I am trying to build the IBTestActiveXClient project with various build errors in Visual Studio 2012:
Error 20 ...


