xcopydeployment

Can I create an application using SlimDX relying on the DirectX DLLs already bundled with Vista/Win7?

I'm working on a .NET application that requires the use of accelerated graphics, currently DirectX 9.0c. The software is quite graphics intensive and must, in addition, be launchable from a CD or by ClickOnce without the user requiring administrator's permissions. I currently use SlimDX, which works great featurewise, but the users are ...

Externally editable strings in .NET assemblies?

Is it possible to have strings in a .NET assembly that can be edited by some external tool? If it is, what tool? For instance for a single-file Windows Forms application that can be installed simply by copying the single file (no installer required), and where a build system (or a manual process) configures the application on a per-clie...

problem in deploying the exe c # project...

hello i finished a program in visual studio 2010 c#. i have copied the exe file along with the relevant files from the release folder to another folder as i need to submit this project.( i did not use publishing as i had some problems with that). the project works fine on my laptop windows 7 but in other system it give the following erro...