I am not seeing any significant improvement or differences
between build settings.
I am building a multiple project solution written mostly
in C#. One project provides a managed wrapper to some
unmanaged C++.
I recently switched from a Debug version of code to a
Release version of code. ...
more >>
OK. I'll try explain my problem so simple as possible.
I have to send a complex data type to a WebService from a Asp.net
webapplication.
My Data type look like this. (A class with a porperty)
-------------
namespace Elsam.Turabs.ClassLibraries.TurabsLogExeption{
[Serializable]
public ...
more >>
I have set up my development environment to be self-contained on my laptop.
When working from home, everything works fine as long as I have a dial-up
connection to the Internet. I have IIS local and can debug the code-behind
files, everything works great.
However, if I try to create a new XML...
more >>
Hi,
In the project properties of a library (Debugging tab), you have the
possibility to start an external program to debug the library.
It's working fine, but the external program I use is a big one, and it takes
a lot of time to load. So each time I stop debug, then start again, it
launches ...
more >>
I have a merge module vs.net project.
I want to include:
c:\work\m2\myfile.file
but I want someone else to be able to open it up and link to
c:\work_othername\m2\myfile.file
is this possible as it would be in installshield?
In IS, path variables can be dynamic (in this situation we lin...
more >>