How To Debug Web Project And Wcf Project On Same Vs 2008 Instance
Apr 6, 2010
I have two projects in my solution
1- asp.net web project.
2- wcf serivce project.
3- other common projects between two listed above
Current on the local dev machine I have to run two visual studio instance to run both projects in debug mode. That makes the system run out of resources as these projects share some other project in the soultion which are heavy in files.
Is there a way i can hookup the wcf project on a sinlge visual stodio instance and also be able to debug my asp.net web project. ? I do not want to combine the web and wcf project in to one. Have already considred this option.
View 2 Replies
Similar Messages:
Jan 24, 2010
I'm trying to create a database within the app_data folder of an asp.net mvc project using the IDE, but i am getting a "Required Components Missing" message indicating "Connections to SQL Server files (*.mdf) requireSQL Express 2005 ....."
I am using
- Windows 7 Enterprise
- VS2008 Team System SP1
- SQL Server 2008 Developer Edition SP1
I have altered the database connection to use the default instance by setting to blank using
Tools -> Options -> Database Tools -> Data Connection : SQL Server Instance Name
I also note from the SQL Server Books Online that the user instance feature will be removed in the future, but for now it suits my effort in developing an application where a number of people are working on the project.
Has anyone managed to create a database in the same manner?
View 1 Replies
Jul 17, 2010
I have downloaded a project from the internet called the SMS Source example. I wanted to open this project in VS2010, so a conversion wizard has popped up prompting for the conversion. But it has errors in converting.
Error msg:
Conversion Report - SMSSend.csproj:
Error converting project file. MSB0001: Internal MSBuild Error: Missing resource 'MissingAttribute'
View 3 Replies
Jan 3, 2010
Debug-Start Debugging/Debug-StartWithoutDebugging OR Project ASP.Net Configuration launches Dreamweaver. It started lastnight, I had both Deamweaver and VWD 2008 express open at the same time - (I was looking at JQuery in the Microsoft and Dreamweaver enviroments simultaniously). After the first tie this happened, I closed down Dreamweaver (CS3) and it opened when I tried to run my VWD project. I reinstalled VWD 2008 express, IIS and disabled Dreamweaver (renamed the exe). Dreamweaver still came up.
View 4 Replies
May 23, 2010
When I turn on Code Coverage in my test settings, on a project that references the Unity DI container I get the following error:
Cannot initialize the ASP.NET project'{Project Name}'.
The event log specifies the following reason:
Could not load file or assembly 'Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name signature could not be verified.
View 2 Replies
Oct 21, 2010
I have web project and window project.Web project reference from window project and I want to debug from web project to source code in window project. Where do I setup to look for debug source code in window project.
I copied all source code from another computer. but on another computer can debug just fine.All that different is where the source file is located. so I think it should have some config in studio that tell where the source file is.
View 1 Replies
Feb 10, 2011
i just upgrade my MVC 1 project to MVC 3. and now in my current project [MVC3] have no views as old have.
when i run them or debug i found that everything i can see means all pages i can see by debug this blanks views project who still not have any views. i am wonder. i restart them and try by disk cleaning but their is nothing goes right. don't wonder if you not understand it:-
i have two project [first in MVC1 and 2nd in MVC3] MVC1 project have views. MVC3 project still not have any views but for testing i make blanks page. i wonder by debugging blanks views MVC3 project i can see everything who already My MVC1 project have. why this problem come are reason is that same name of both project. i am trying this when i run only project MVC3 [no-views] but they show me everything i can see in MVC1 project. well are their any way to solve this problem
NExT STEP:
i found that the problem is that i have two copy of a project. first in MVC 1 and 2nd in MVC 3 [razor] i found that when i run in MVC3 project who is in D drive the code they debug is MVC1 who is in C drive. i find out this by checking server.mappath i wonder how they debug mvc1 project when i debug MVC3 project
View 1 Replies
Nov 30, 2010
When I debug the project for viewing and fixing design issue than I see all the test are running as well. How I stop this so that my tests don't run while working on my UI project?
View 1 Replies
Feb 6, 2011
I have solution with several projects, while debugging it gives me this message.
I tired to change it's properties to enable debug but didn't work.
View 1 Replies
Apr 9, 2010
I just created my first MVC2 project using the standard template. I need to be able to change the default browser for my project to test in IE (I use chrome as the default on my OS). Unfortunately, the right click on default.aspx suggestion which worked in MVC1 can't work with these new projects as they don't have that file.
View 1 Replies
Oct 28, 2010
Some days ago all of my projects started working crazily - I'm using VS 2010, .NET 4.0, Silverlight 4 SDK, WP7 SDK. The previously compiled code parts can be debugged as they should be, but as soon as I make any change to the observed .cs file all symbols are ignored.
"The breakpoint will not currently be hit. The source code is different from the original version."
However, the compile is successful, moreover the changes in the code can be seen in the debug mode as well (e.g. if i add messagebox.show(...) it works as expected), but I'm unable to debug the project.
This happens to my Silverlight, WPF, WP7 solutions, Web Applications, so everything important. The most annoying thing is that I even reinstalled Visual Studio, the whole .NET Framework 4 Client Profile, but nothing changed.
I don't want to reinstall the whole OS, but this way i'm unable to work:/
View 2 Replies
Oct 21, 2010
I have web project and window project.Web project reference from window project and I want to debug from web project to source code in window project. Where do I setup to look for debug source code in window project.
I copied all source code from another computer. but on another computer can debug just fine.All that different is where the source file is located. so I think it should have some config in studio that tell where the source file is.
View 5 Replies
Jan 14, 2011
I am not able to debug a Remote web project (Where the project files are located in another server which is in the same network). I am getting the below error message:
Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder,
Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
at Excel.Range.get__Default(Object RowIndex, Object ColumnIndex) at InventoryADD.Button1_Click(Object sender, EventArgs e) in
\10.38.23.228q1uatassettrackInventoryADD.aspx.cs:line 670
It works fine when i try to access the website through IIS. Shud i do some setting changes on VS 2005?
I've tried with
<trust
level="Full"
originUrl="" />
View 1 Replies
Feb 28, 2011
i have a project that is developed in asp.net 1.1. But i have vs 2010 installed...can i modify,debug and deploy from vs 2010.
View 1 Replies
Nov 29, 2010
F5 builds the web project and the opens the web site but the project is not in debug.
This has happened over the last week but I was not aware of making any relavent configuration changes or updates.
View 2 Replies
Feb 27, 2010
I want to show some information on the tooltip of a label if the project runs in debug mode.
View 3 Replies
Mar 18, 2010
we can not add .mdf file to the project in vs2008 and sql server2008 when i am adding .mdf file its displaying an error message so it is not possible to add
View 2 Replies
Sep 9, 2010
I recently bought a new computer, so I want to copy the projects into current system which has visual studio. I have a project developed in VWD 2008. I copied the folder into a flash drive and copied it back into the new system.
Knowing the location, how I do import the project into new system?
View 1 Replies
Jan 8, 2010
On the Timelog page, I want to put 2 dropdown list: 1 Manufacturing Project, 1 Engineer Project. However, users can choose either Manufacturing project dropdown or Engineer project dropdown (not both).
View 4 Replies
Mar 11, 2010
I'm trying create unit testing for an existing website project (not web application project). I cannot access my under test classes unless I use accessor. However, if I use accessor, I have problem to initiate an object with passing arguments. I only want to create unit tetsing for App_Code. After searching web, and I found that I'd better to create a web application project using my current existing website project. From solution explorer, add new project ->using existing website. My questions is: what impact will have for my current website to create the new project? Should I just convert my current website to web application? If do that, will it cuase problems on my website? I am new on asp.net, still learning..
View 1 Replies
Nov 4, 2010
We are upgrading .Net 2.0 Framework Web service project to .Net 3.5 Project. We are not changing any methods. Will there be any change in the proxy because of this Framework Upgrade.My requirement is to all the existing clients consuming this webservice should not have any impact due to this framework upgrade.
View 1 Replies
Oct 1, 2010
Approximate cost of the project Duration of the project ( There are 2 Developers ) Can I charge the client for software license ( like Visual Studio license since I have purchased it by paying a hefty amount)
My profile as a developer is as follows:
I am a C#, .net, ASP.net developer with 3 years experience in enterprise class web and desktop projects. I can work 20 hours a week
The brief requirements of the project are as follows::
I have to develop an Ecommerce website. The website is meant for buyers, sellers, advertisers and bidders ( I would say it is Business to Business and also Business to Customer site ) The HTML's will be given by the client. The website will have all the features of any Ecommerce site like buying products, selling them, searching products, sorting them,etc The website should conform to W3C standards
View 3 Replies
Apr 27, 2010
I have a project that I developed in VS2005 and that has been put into VSS. I am trying to "get" it on a new machine and convert it to VS2008 because that is what is installed on the new machine. I am having problems with it that I think originate in its working folder. So my basic question is, when you try to work with a solution that's in VSS should you maintain the same folder structure that it had when it was originally checked in? I'm not particularly happy with its original structure because it goes on and on seven levels deep, and I wanted to just cut it down to C:ProjectsResNew, but if that's what it takes to get it to work, I'll do it.
View 10 Replies
Oct 24, 2010
I just converted an ASP.NET Web Site Project to a Web Application Project in VS 2010. After I run the application though it seems that my class polymorphism broke. I don't have a clue as to why this could occur.
So in the following code when I call base.OnLoad(e) I am getting errors in the base class because the variable myString is null. In fact all the variables for the Base class are null. I can do
[code]....
View 1 Replies
Aug 4, 2010
Let's say I have a Visual Studio solution with a Web project, a BLL project, and a DAL project. I'm trying to follow the repository pattern keeping my SQL code in the DAL with an interface that is referenced by the BLL.
I have a handful of common solutions for things such as error handling, usage logging, and other things that can be considered utility functions (i.e. not in the business spec). I'm keeping these in a Common project.
Here are a few ideas I've had with regards to structuring the Common project...
Bundle SQL with logic in a given class
Create a layered solution within the Common project
Discard the Common project and put utility functions in with BLL/DAL
Is one of these ideas better/worse than the other? Does anyone have a better solution?
It's worth noting that these utility functions will be reused in a variety of other applications.
View 1 Replies