When I am debugging on my Windows 7 IIS7 machine, I get this error during a debug:
The web server process that was being
debugged has been terminated by IIS.
this can be avoided by configuring
application pool setting in IIS. see
help for further details.
What am I doing wrong?
...
Hey there,
I am working on a WPF, C#3.0 Project and I am getting this error:
Error 1 Metadata file
'WORK=-\Tools\VersionManagementSystem\BusinessLogicLayer\bin\Debug\BusinessLogicLayer.dll'
could not be
found C:-=WORK=-\Tools\VersionManagementSystem\VersionManagementSystem\CSC VersionManagementSystem
EDIT:
This is how I ref...
Using the latest version of Resharper (4.5.x) with VS2008.
Every now and then (pretty often actually), I lose intellisense. I then have to go into Tools/Options/Text Editor/C# and turn on 'Auto List Members' and 'Parameter Information'. That turns it back on.
If I work without Resharper, this problem does not occur. I am not sure ...
If I start running my asp.net WebForms app from the VS2008 IDE in debug mode, is there a way I can tell it to then quit the debugging but keep on running? Often times, I start in debug mode, then after I'm done with the debugging, I want it to keep on running, but to come out of debug mode.
...
Right now it always goes to default.aspx that subsequently opens the default controller but I would like to go directly to the controller I am editing when I hit the debug button.
...
Hi, has anyone seen this happen before? I need to do remote debugging but don't seem to have the option to use it. When I load Visual Studio 2008 and go into the Tools > Attach to Process menu, the only Transport that is listed (first dropdown) is "Default". That means that I can't switch to the "Remote (Native Only)" transport I woul...
Hi,
In Visual Studio 2008, I have a c# app, that depends on multiple other projects. I want to deploy to customers:
1) binaries only - I use an installer project for that
2) binaries only, but the top level app as source code (for customer's integration purposes)
For 1) I need the app project to have dependencies on the other projects
...
I decided to give CodeRush/Refactor a go (after a rial of Resharper) and one problem I have is that CodeRush/Refactor puts a lot of 'artifacts' in my code window.
By 'artifacts', I mean icons/glyphs next to every Method, Property and Field name, green 'return key style' icons next to every property getter and boxes around getter metho...
MSDN:
BaseOutputPath: Specifies the base path for the output file. If it is
set, MSBuild will use OutputPath =
$(BaseOutputPath)\$(Configuration)\
I tried to use the MSBuild Project Property BaseOutputPath instead of specifying OutputPath for every configuration & platform combination but Visual Studio complains when I compile:...
Brainstorming needed. I have a problem with Javascript libraries (jQuery, ExtJS etc.) that don't seem to play well along with Javascript Intellisense built in Visual Studio 2008. They provide certain utility helper functions that intellisense fails to understand.
ie. ExtJS code
// convenience function to create namespace object placeho...
When I try to publish my website (publishing has been working perfectly well for ages), I am getting an error. The output window is no help; the last line of the Pre-compiling stage is:
Building directory '/myPath/'.: Publication (web): Object reference is not set to an instance of an object.
There is no code showing to debug.
How ca...
How to use the powerpack PrintForm? i want to print the winform.
...
We have a C# solution with ca. 55 projects, including test projects.
Since part of the project is sharepoint all dll's are signed.
We would like to run unit tests with code coverage. We then get the problem the code coverage cannot instrument signed dll's.
We therefore need to unsign the dll's, run the tests, and then resign them. Wit...
I have created an ASP.NET page that derives from Master Page. The page includes LoginView control. When I put button inside LoggedInTemplate Visual studio does not show available events for the button. I cannot add any handlers automatically. The type of the button changes from .NET class to just .
I can only add that for some inexplpai...
Hello!
My version of Microsoft Visual Studio 2008 is downloaded from DreamSpark. Does my license include the rights to sell any created application?
I found : "you must use them in pursuit of increasing your education..." (https://www.dreamspark.com/FAQ/StudentOverview.aspx)
My main pursuit is to learn.
Edit :
Seems like I cannot a...
I love resharper it makes refactoring other peoples code also most fun.
www.jetbrains.com/resharper
And ghost doc is another great tool.
http://submain.com/GhostDoc
I would love to use redgates sql prompt but my company wont pay for it ? so free tools are the best :)
My question is what other great tool are in the c#/sql dev toolbar?
...
I have a native c++ app, and I want to use some managed types that are in a separate managed dll. I believe that one way to do this and still keep the c++ app totally native is to use COM interop with .NET. However my problem is that my app has to initially run on machines that don't have the CLR installed, so I don't want the CLR to be ...
Could anyone be kind, and tell me how to make a exe file in visual studio 2008 for a win32 console based, c++ program? Thanks
...
We have the following code structure:
$
|-Core
| |- Project1
| |-CoreFile.cs
| |- Project2
| |- ...
|
|-NewProject
|- Project1
| |-CoreFile.cs
| |-NewFile.cs
|- Project2
|- ...
We have branched core into Project as a starting point and are adding files into NewProject solution's projects.
What we...
I'm trying to deploy a Visual Studio Database Project (GDR R2) using the VSDBCMD.exe utility. I can successfully deploy when the connection string is using Integrated Security, but when I switch to using a Sql Server authentication I get the following error:
Failed to import target model MyCatalog. Detailed message The Reverse Engineer ...