I have a basic requirement - to run my application smoothly on Windows by creating firewall rules when prompted, that has windows firewall turned-ON.
I am writing an installer using WIX, and I need to add a .dll file to the GAC. I use: <File Id=\"my.dll\" Name=\"my.dll\" DiskId=\"1\" Source=\"..\\MyResources\\\" KeyPath=\"yes\" Assembly=\".net
First off, I don\'t have any C# skills or experience. A friend of mine took a couple classes in college and was able to give me what I\'ve got so far in this C# program.
I have installed Visual Studio 2008 and am running it as a non-Administrator user. I have a Web Application project I am developing and would like to debug it using Visual Studio.I can compile and al
I created a form for adding notes about a customer in our web admin. I am using jQuery and Ajax to submit the for. I would like the Django view to return the newly added note/record so I can append it