Answer Questions
nathan phillips Is it free to write and deploy a CCF application?
Hi, Is it free to write and deploy a CCF application or is there a license cost I already have Visual Studio. Thanks Giles CCF is a Licensed product, You can contact your Microsoft account rep for pricing. Matt B- MS ...Show All
cisco0407 Outlook Mobile Service
I'm trying to develop a OMS service following the whitepaper http://www.microsoft.com/downloads/details.aspx familyid=505c17a6-5598-4fd8-a448-820d8bae5f07&displaylang=en but I can't get it to work... Is there any more up to date information on developing for this technology thanks This forum is for VSTO specific issues, you may have better luck with this question by posting to this newsgroup( http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang=en&cr=US ) or this site ( http://www.outlookcode.com/forums.aspx ). Mike hi... i developing outlook mobile service. but i cant run it. i ...Show All
Deeps_123 Moving VSS6 from one server to another - howto, plus bonus questions
Hello, We are currently running VSS 6.0a on an old piece of hardware running WinNT. That server is going away. We have a newer server running Win2003 Std. that will host VSS moving forward. I need to migrate our existing VSS over to it. I am by no means a VSS expert - mostly just a user, but now with Admin rights (this got dumped on me). Also, our office is closing next year, so I really don't see the need to upgrade to the newest version of VSS and deal with users not understanding this or that on the interface, or getting upset about the GUI changes. We'd really just rather move the data off of NT and onto Win2003, and let the company decide later if they want to upgrade VSS versions or move to different source control software. ...Show All
JCakeC How to find out horizontal/vertical resolution of screen in WPF
What will be an equivalent of Graphics.DpiX or DpiY in WPF considering that I do not have graphics object as I am using a custom map control hosted on a canvas and rendering graphics using visualCollection and visuals. Thanks Atul Thanks for the reply. I am creating an application which needs to convert from device bounds to world coordinates and when somebody zooms or pans we need to do the transfer based on the screen resolution so that we can display the data accurately. In earlier version we are using system.drawings which gives us the DpiX or DpiY but I am not sure how to do that in WPF. Atul i dont know exactly but if you want to ...Show All
AndyL Cannot Debug JavaScript in VS.Net
I was able to debug Javascript with vs.net 2005 and 2003, however since I have upgraded to IE 7 the javascript debugging is not the same. I used to just have to use the debugger; javascript command and it would send the Client Side HTML file to the debugger and I could debug the code that was at the client. However now it does not do it that way, it triggers the debugger and it switches over the ASPX file. The major problem stems when I use the aspx function RegisterClientScriptBlock. That code is complied from the code behind page it is not in the aspx file so I cannot see the Javascript that I need to debug. Environment VS.Net 2003, IE 7 ASP.Net This is a known issue that we are working to get ...Show All
KAAU Running client and host from different machines
Hi, I've been struggling for past few days with trying to get my client (windows form application) and host to communicate with each other. Everything works great when the client and host exist in the same machine but once I move the host to a different server, it looks like the client never receives any reply from the host. I tried looking at the Event Viewer but the errors do not make any sense. Here is my client's app.config <system.serviceModel> <bindings> <wsDualHttpBinding> <binding name="WSDualHttpBinding_IPersistentSubscriptionService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypass ...Show All
Benedikt Visual Studio 2003 setup issue !
I havent found a forum for VS 2003 install issue, so i am posting here. Pls let me know if there is one for 2003. I am trying to install VS 2003 Ent Architect 2003 , and i am getting error with while Visual J# 1.1 prereq. The error is as follows : [09/07/06,10:15:54] Microsoft Visual J# .NET Redistributable Package 1.1: \\rossam01\devtools\microsoft\visual studio .net 2003 windows prerequisites\jsharpredistcore\vjredist.exe exited with return value -2147024893 [09/07/06,10:15:54] Microsoft Visual J# .NET Redistributable Package 1.1: ***ERRORLOG EVENT*** : Error code -2147024893 for this component means "The system cannot find the path specified. " [09/07/06,10:15:54] Microsoft Visual J# .NET Redistributable Package 1.1 ...Show All
Syed Mubarak Ali Cassini and WCF
Hi, Does anybody know what to configure WCF to work with Cassini Web Server Thanks, Alexnaldo Santos How to configure it WCF works with Cassini out of the box. It is, of course, limited to HTTP communication only. You don't need to do anything special to configure Cassini support; just use a basic HTTP binding and build your service inside of an ASP.NET web site project. ...Show All
LievenI Automatically GET latest
Greetings: I am not sure if this is an issue, feature or a configuration error on our side with VSS2005 as compared against VSS2003. In Studio 2003 (w. inbuilt Source Sage), whenever any of my team member checks-in a file, the same is updated in our Solution/Project automatically (without mandating us to do explicit <Get latest files> Is there a way to configure what I had as one of the productive feature in VSS2003 now into VSS2005 Appreciate your help/comments. Hi Delphy, There is no such feature (in either VS2002, 2003 or 2005) that does automatically Get immediately when another team member checks in a new version of an existing file. The closest thing to "automatic ...Show All
scptech Force Button Inside ContextMenu To Close ContextMenu
Hello, I have a ContextMenu that contains a Button. When I click on the Button, the ContextMenu does not close. Is there a way to force this <Rectangle Fill="Blue" Height="50" Width="50"> <Rectangle.ContextMenu> <ContextMenu StaysOpen="False"> <ContextMenu.Items> <Button Content="Hi" /> </ContextMenu.Items> </ContextMenu> </Rectangle.ContextMenu> </Rectangle> Thanks, David Thanks, I will try this. Can anyone respond as to whether or not this is the best practice for such an approach Thanks for the reply, Is there anyway to do this through the ...Show All
mul2006 Which VS.NET 2005 version supports Word, Excel, etc..
I'm in the market to purchase VS.NET 2005. after looking over the diff's between the 5 versions, i noticed that the Standard and Professional editions answer "no" to "Office development support*". since i'm looking to migrate my clients to VS.NET 2005 (from VS6), and the applications currently make use of Word and Excel background function calls, i was wondering if someone could let me know if the Standard and Professional editions ~completely~ do not allow any sort of MS Office use/calls, or if its simply limited in some way. thank you for your time -beau oh you can use COM Interop for both the Express editions as well as the Pro/Std editions. There are many tutorials out on the web, and many ...Show All
SupaDevil Internet VSS Access - "The format of the file 'VssWebService' is invalid."
Trying to setup Internet Access to VSS. Have run the default install for internet access in VSS and was unable to connect from VS. Getting error "Cannot connect to server". Ran http://127.0.0.1/SourceSafe/VssService.asmx and got the error: Server Error in '/SourceSafe' Application. Duplicate of http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=744933&SiteID=1 post ...Show All
DonRajah The reason for the exception: Converter property is expecting a IValueConverter instance, not a string.
Hello all, I have an entity (ContactInfo) that exposes a bunch of properties and a collection of Persons (the collection is called People). Here is how I want to show it: Contact Info Name: xxxxx Created By: xxxxxxxx Creation Date: xxxxxx People: John, Jill, Jack. I have defined a datatemplate for this entity, where each property is bound to TextBlock.Text. Then, I created a value converter that would take a the people collection and return a list of comma seperated names. public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { if (value == null) return ""; People people = value as People; //TODO error handeling ...Show All
GrayMatter Software Not able to get "A Visual" from VisualCollection object, although it exists
I am drawing lots of custom visuals; some using custom geometry objects using streamgeometry and some are drawn using plain vanila draweclipse using drawingContext. Once all of the above objects are created and displayed on the form,On hit testing I am not able to reference back any of the objects created by the streamgeometry. None of this working ... _currentVisualCollection.IndexOf((Visual)_hitResultsList ) _currentVisualCollection.Contains(((Visual)_hitResultsList ) Using VisualTreeHelper .GetDrawing(visual), i do get the visual back but I cannot do anything if I cannot locate the same visual in the visualCollection and remove it as I need to update the layout. Any leads.. Hopefully this post will catch any M ...Show All
Mason Cox ObjectContext - pluggable/overridable for caches, etc?
In the Overview document, Object Services has some listed features including: change tracking and entity loading. My guess is that these are handled by (or via) System.Data.Objects.ObjectContext. Will this class be 'swappable' or otherwise allow extension by allowing pieces of implementation to be plugged in perhaps by implementing certain interfaces I am thinking about situations where you might want to handle change tracking differently or load entities from another unsupported source or plugin a high-level cache. Similarly, extensibility for update processing Cheers, -Matthew Hobbs pablo-ms wrote: If you have specific, concrete scenarios where other extensibility points wou ...Show All
