Hi: I\'ve enjoyed playing around with Pex and Moles...now it\'s time to use it in earnest to cover an legacy app as much as possible.
I want to deploy .net application through clickonce. This application has the reference to another application one application. So I need to deploy two application in a single 开发者_StackOverflow社区
I have the following code which does what it\'s supposed to do: objSQLCommand = New SqlCommand(\"select * from table1\", objSQLConnection)
This is dr开发者_运维知识库iving me mad, I\'ve got a DomainService call which on the server contains an Include() to return child objects as follows:
I have a windows service which OnStart calls a Webservice and this webservice in turn updates the database.
Does anybody know when a control\'s UniqueId is assigned? Right now I\'ve got some code in my Page_Init that is based off the UniqueId.However, depending on some business logic, I might need to rearr
How to call Webservice from Windows Service? I am having one webservice on my Webserver. I have a windows-service to trigger that webservice.
In PHP I can use the following to stop HTML from rendering, so it actually displays html as text on the web page:
I recently updated my VS2010 website project from .NET 3.5 to 4.0.Everything was working fine in the website project.Today I decided to migrate the website to a web application project as I have learn
I have created a windows service. When I try to start my service after installing it on my local computer then it gives me error.