Configure Common Source Paths for Design Time
So,We have a series of common assemblies which are not designed for everyday modification. They are however, primary dependencies of all our daily software, which means nearly everything we produce...
View ArticleMicrosoft Speech Platform Generated WAV licencing
Hello,I'd like to know the license attached to the sound (wav) files generated by the Microsoft Speech Platform TTS API. I know that the license of the platform itself can be used for commercial...
View ArticlePassing 2D byte array from C# to CLR dll
Hello,My CLR class has to get array of C# strings and convert them to 1D array of char pointers passed to a Win32 DLL.In C# I ran:private byte[][] convertToBytes(String[] strings) { byte[][] data = new...
View ArticleRetargeting .net framework to 2.0 for C++/cli with CLR on Visual Studio 2013
Hi,I am downgrading a C++/Cli project with CLR support from .net 3.5 to .net 2.0. I edited the project file toinclude:<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>. I also went to...
View ArticleC# compiler/JIT compiler makes use of SSE/MMX instructions
There's a thread on gamedev about whether the C# or JIT compiler is able to make use of SSE/MMX instructions: http://www.gamedev.net/community/forums/topic.asp?topic_id=394422Searching on the internet...
View ArticleWebApi 2.0 Architecture
Good day Guys, We are using WebApi 2.0 with Visual Studio 2015. The architecture we would like to implement is to add new ApiController's dynamically. The way we currently have found this to work is to...
View ArticleRun post-debug executable file
Hi,I made a project solution in vc++ 2010 and would like to know how to run an executable file after i'm finished debugging the code (F5). In the code, when debug is finished, a text file is generated...
View ArticleChat enabled website with .net 2008
is it possible for me to develop a web application that is "chat" enabled with .NET 2008?
View Articlerenaming app.config or referring it from subfolder
We have decided to upgrade our project from .NET 4.0 to 4.5.2 but want to keep support of .Net 4.0 as it is.So we have created copy of each CSPROJ file in the same directory one for 4.0 and and other...
View ArticleHow to get underlying attribute Type from an instance of a CustomAttributeData
I am a little surprised to see that CustomAttributeData provides no way to determine the actual Type of the actual attribute that it represents.I can get at the various members, paramaters, etc but...
View ArticleMicrosoft .NET Native
I have VS studio 2012 wpf project. I want to native this application. How can I do it?
View ArticleConvert C to C#
hi ,, i need to convert this C code to C# code really really fast . can anyone help ??! here is the code >>" #include <stdio.h> #define FALSE 0 #define TRUE 1 #define N_POSITIONS 9...
View Articleneed a help! Windows 10 problem with Framework 4.0...
Hi everybody! Need a help with Framework 4.0. The problem appears with instalation some desktop programms. I have Windows 10 Home and Framework 4.6....
View ArticleVisual Studio 2012 fails to sign assemblies (publicKeyToken=null) when...
Visual Studio 2012 fails to sign every C++\CLI assembly (publicKeyToken=null) if I target the 2.0 Framework. To do this I've also set the Visual Studio 2008 toolset for the project, because I need the...
View ArticleUnhandled Exception: System.TypeLoadException: Could not load type...
Hi , We are building our product dll using Microsoft .Net framework 4.5. We ship the dll to customer and customer environment has .Net framework 4 installed. When customer use the dll in thier...
View ArticleHow to crop the EMF image using System.Drawing in c#?
Hi All,How to crop the EMF file using System.Drawing in c#. Although i should not convert the EMF file into bitmap image file.Can anyone please help me as soon as possible?Thanks in Advance!Pradeep L
View Articlefaulting module clr.dll, version 4.0.30319.526
My Application intermittently crashes with following exception in event log..NET Runtime - Application: zzz.exe Framework Version: v4.0.30319 Description: The process was terminated due to an internal...
View ArticleWhy does Type.IsAbstract return true when reflecting on a static class
For example...static class A { } class Program { static void Main(string[] args) { Type t = typeof(A); Console.WriteLine(t.IsAbstract); // True } }
View ArticleOutOfMemory Exception on specific Windows 7 (32-Bit) machines
Our application (target .NET Framework 4.0 32-Bit) is showing different behavior when running on specific Windows 7 installations. We have large user base of several thousand users working with the...
View ArticlePinvoke Move/Set Microsoft Edge
Hi,In Windows 10 I can use Movewindow on other applications windows and folders with success, however, I have had no luck with moving/resizing an Edge browser. I also tried Setwindow, but again had no...
View Article