Answer Questions
SomaJ Hosting WCF in a Windows Service?? "No endpoint listening exception"
Hello, I'm working on an ASP.NET application that i want to host using WCF using "basicHttpBiniding" . The hosting should be done in a windows service. I've did a test by hosting the service in a console application (instantiating a ServiceHost in a console application project), everything worked fine. The same project is now transferred to be a windows service, i receive an exception "There was no endpoint listening at http ...Show All
CMP Unable to save the scribbling Image (using microsoft.ink)
hi, i created a wrapper class for microsoft.ink to use it in web page developed in ASP.Net. when i am saving the image, it is creating a 0 byte length file. here i am pasting the code snippet. please help me. <html xmlns=" http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <script language="jscript"> function AddBlog() { // Extract the blog ...Show All
Ben Ronco - MSFT Cross Project builds
We have a solution that contains both c# and c++/cli projects. When building using msbuild, we are directed to use devenv /build to execute a build from command line. In the Feb CTP Professional version, I got this to work fine. I just updated to the latest Visual Studio 2005 Standard Beta 2 (April) and with the same commands I get errors like: "The application for project 'c:\...\code\Parser.csproj' is not installed. Make s ...Show All
Yodasoda how to implement a application like the north face demo on PDC 2005?
In the demo, user can use a mouse to rotate a sports clothes. I am always being attracted and puzzled by it. Can one give me some advice to implement this Thank you. Can you show me some demos Thanks I have not done much with WPF 3D yet, but there is probably a utility class that will do the manipulation. If not a simple conversion of mouse x to rotation angle would be a good first step on rolling your own. I am most interested ...Show All
Fred Yang Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' ...
I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now. Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build ...Show All
Kopelli How do I access child ui elements of a ListBoxItem
Is it possible to get the child UIElements from a ListBoxItem created via a DataTemplate The Context property in this case is set to the bounded data object. Do you mean you want to get to the ListBoxItems (and their content) generated by a data bound ListBox If that is the case, please see my blog post in http://www.beacosta.com/Archive/2005_09_01_bcosta_archive.html with title "How can I get a ...Show All
JenDB AddIn problem
Hi all, I am experiencing some problems with Addins in the VS2005 environment. I have been researching the problem for a few hours, and haven't found anything useful. The problem is that addins simply refuse to show up. Tools -> Addin Manager... results in an empty window, and installed addins are nowhere to be seen in the Tools menu. I've checked the Addins folder under My Documents\Visual Studio 2005\Addins , and the .addin file ...Show All
marmok Building Multiple Projects and Code Analysis reports
I use the following to build a number of projects for which I want to run a code analysis, while placing the code analysis report onto a file share: < ItemGroup > < ProjectReferences Include = " $(SlnRoot)\**\*.csproj " /> </ ItemGroup > < Target Name = " BuildAllDebugProjects " > < MSBuild Projects = " @(ProjectReferences) " Targets = " Build " ...Show All
DCady WinFX Gui Designer
Microsoft can plan to release a gui designer for xaml on winfx for Visual Studio 2005 Is that MOBIForm actually use Avalon features or is it another Xamalon clone We are working on designer for Visual Studio for WPF - code named Cider. You can see a demo of it as part of the Eric Rudder keynote at this year's PDC: http://www.microsoft.com/winme/0509/25597/Eric_Rudder_Keynote_PDC2005_100k_300kMBR.as ...Show All
Binju Paul Unable to Delete Name Ranges in Excel
i'm creating Named ranges in excel with following code :- ObjExcel.Names.Add(Name:=RangeName, RefersToR1C1:=MyExcelRange) But when i give following code objexcel.Names(RangeName).Delete it's giving a compile time error. Whereas when i create macro, it gives me this line only to delete Named Ranges. ActiveWorkbook.Names("Range1").Delete Pls help. Following is the exception err ...Show All
John Eimer Outlook 2003's NewMailEx event handling in vb.net
hi , i am getting difficulty in using NewMailEx event of outlook add-in. It is taking only first email address as argument and not the said comma delimited string. Please help me about why it is happening, and also the solution for it in vb.netreply me on sachin.vaid@daffodildb.com this is the code that i am using Private Sub outlookapp_NewMailEx( ByVal EntryIDCollection As String ) Handles outlookapp.NewMailEx Dim ...Show All
Rof Border with corner radius
When a stackpanel with grey background is in a border with a BorderThickness of 1 and CornerRadius of 5, the corners of the stackpanel overlap the border at the corner. Tried ClipToBounds but no effect. How do you make the border cut off the stackpanel Yep, eburke's code can work pretty well. Sheva eburke, Putting a margin will not be a solution to this issue. Because, if ...Show All
giarnz DSL and GAT demo
I saw previous posts that there will be a demo presenting the complimentary work of DSL Tools and GAT demo. Is there anything available yet Do you know any recent presentations on DSL and software factories, excluding TechEd05 And this is a question that I have to ask: How are DSL Tools different from a simple code generator Is it only the designer support Thanks, Martin Kulov http://www.codeattest.com/blogs/martin gerbenv ...Show All
bkohler Adding a new parameter to Crystal Reports using Typed Dataset as datasource
Here are some of the code snippets needed for my question (RDBMS: SQL Server 2000, .NET framwork version: 2.0, Visual Studio 2005) CREATE TABLE TestTable ( testtable_id INT IDENTITY PRIMARY KEY , target_date DATETIME , remark VARCHAR ( 50 ) ) INSERT INTO TestTable ( target_date , remark ) VALUES ( '05/28/2006' , 'test row#1' ) INSERT INTO TestTable ( target_date , re ...Show All
Cronos12 LogonInfo, linked parameters, different databases, subreports, Oh My
I'm having a bear of a time getting reports with subreports to function correctly. I have followed all of the directions for logonInfo updates. The original report running under v9 only has to have the first four parameters filled, from there 9 other linked parameters are supposed to be filled. I started with code that we have in production (v9). This code ran fine when running against the server that the report was designed against. But when co ...Show All
