I'm using OpenCV via EMGU CV. Since there are separate assemblies for x64 and x86, I'm compiling my entire website solution for x64.
I ran into one problem where the built-in debugging web server freaked out at the x64 binaries, so I started debugging in IIS instead, and that solved most of my problems, except for this one warning that ...
HI
I just migrated from VS2008 to VS2010 Pro. When I use windows controls in forms in Visual Basic, the snap lines to other control does not appear to help to place the the controls with others. I checked the the option, all was checked and set to be enabled but still no guide lines!!
Any ideas?
Regards
...
Keeping properties of multiple Visual Studio projects manually in sync is annoying. So, how can you share properties between multiple projects?
Edit: I refer to properties like conditional compilation symbols, treatment of warnings and errors etc., i.e., things you can configure in Project->Properties tabs or by editing the project XML...
When you type the override keyword in a C# file in VS and press Space, you get a second menu offering the method to override. Can I extend this behavior with my own custom code that would use another keyword to pop up my own list of actions?
...
Hello.
My laptop is running an x86 version of Windows XP. An application we've developed has problems with people running x64 machines. Is there a way to simulate an x64 machine on an x86 machine?
Thanks.
...
I'm trying to use a value converter. However, VS is complaining about this XAML:
<Grid x:Name="LayoutRoot" Background="White" Height="Auto" Width="Auto">
<Grid.Resources>
<local:DateFormatter x:Key="FormatConverter" />
</Grid.Resources>
The error:
The type 'local:DateFormatter' was not found. Verify that you are not ...
I'm getting the following error when i send a finished program to a client in a ClickOnce deployment setup.
Yet when i try to execute it on my PC, it runs perfectly, i also tried the same program on my laptop and no problems. Yet he has tried to execute this in 5 different PC and get's the same error on each.
He also gets the followi...
I'm trying to use VS2010 to Publish a web app on my box to another web site on the same box. The Publish operation succeeds, but any pages that use the asp:ScriptManager tag are broken. I know there's an issue with the ScriptManager and FIPS security policy, but my app is using AES.
Some other random config info:
I'm using VisualSVN (...
How could i paly a video & audio file on an asp.net page so that the file is determined on the run time
...
Hello!
When building projects in Visual Studio (I'm using 2008 SP1) there is an optimizing option
called Enable link-time code generation. As far as I understand, this allows specific inlining techniques to be used and that sounds pretty cool.
Still, using this option dramatically increases the size of static libraries built. In my cas...
I know about Monotouch and I have virtual MacOS and Monodevelop/Monotouch installed.
However, is it better to build an iPhone application in Monotouch on Mac OS X or it's as easy as to build iPhone app in Visual Studio and port it to iPhone via Monotouch?
Is there anyone who tried porting c# project to iPhone? How different was it fr...
I've just been beaten (rather hardly) on the head by some non-trivial warning from Visual Studio 2010 (C++).
The compilation gave the following output:
1 Debug\is.obj : warning LNK4042: object specified more than once; extras ignored
1 Debug\make.obj : warning LNK4042: object specified more than once; extras ignored
1 Debug\view...
In old excel visual basic it was easy to create and use a function. You create a function in Vb:
public function testing()
testing = "this is the result"
end function
Then in excel you put "=testing()" in your cell.
In Visual Studio 2010 I am creating a new Excel Workbook project, putting the functions code into Sheet1.vb and saving...
I am have some trouble specifying a custom icon in my WPF applicaion. I went to Properties/Application and down in resource I pointed towards where the icon is stored (Resources/MyIcon.ico). However when I run the app I get the default icon.
Has anyone else seen similar problems?
...
Hello,
i'm currently trying to build an add-in which is similar to VSNewFile. So it's just a simple extension which provides a faster way to create new files. The problem with VSNewFile is that it doesn't work for C++ projects and i need it for that.
Here is my problem:
I'm unable to retrieve the absolute path of a selected directo...
I currently am witnessing an error that only happens on "Release" mode of my exe.
Therefore, I have no debugger attached, and the application only goes "... has stopped working.".
My initial reflex was to catch any and all exception in my main loop and display its message, but turns out none is thrown, the program just crashes. (My pro...
I upgrade From Crystal Report 2008 Basic to Crystal Reports 2008 Dev version 12.3.1.164 and used embebed reports in my application, since that the DLL Size grew may be ten times.
What I need to do to reduce the DLL size?
...
Hi all
I want to create a browser to view as an administration.
My project is about ferry booking using an android phone. The application is connected to the server. The ferry timing and other info are retrieved via server connection. The database is currently in Microsoft Access.
My question is how do I create a browser to view dat...
What is the difference between a web site and a web application?
...
Hi,
As far as I understand to develop a SL 4.0 application I will need to upgrade VS 2010 because CoreCLR of SL 4.0 seems to use some parts of .NET 4.0.
Which means extra cost for me regarding to licensing of VS 2010 + Resharper 5.0.
But if I prefer SL 3.0 instead of SL 4.0 I won't need anything to upgrade and I can go on with my VS 2...