vsexpress

How to debug vs 2008 c# express dll which is called by a vb6/vba app?

Hi guys, i have a c# dll which is written to act as a wrapper to grab data from a data source and pass it to a vba/powerpoint ppa application. i don't have much experience with vba which is why i'm simulating this using vb6 which i know a tiny bit more about. i'm having enough problem as of now trying to understand the syntax and what...

Visual Studio Express can't debug - "The debugger is not properly installed"

I have recently set up Visual Web Developer 2008 Express Edition on my laptop (running XP SP3) to develop some c# .net code for a website. All seemed to be working great, I can edit code and the website runs in IIS... The problem came when I hit F5 to debug. I get the following error message: "Unable to attach to application 'WebDev.We...

How can a Windows service be installed with visual basic.net express edition?

EDIT: I'm starting a bounty on this question. For the moment, I've moved on and am developing my application using VS2010 Pro Beta, but I'd really like it to be able to be built with express edition, since we are generally not a .net shop and even if one or two developers have VS PRO it will not be available to our entire team. To be ...

How to disable ClickOnce (or at least that "Are you sure you want to install this program" window in VS2010 Express

How might I go about creating an application that does not need that "Publisher Cannot be verified" window. How can I get my WinForms app in a .exe file so that I can just click it and it runs, not asking me to do anything? maybe this can be done by disabling ClickOnce but how can you do that in VS2010 EXPRESS? ...