Answer Questions
TomJ72 Unsupported features in VS2005 with Crystal Report 8.5?
I have a report ( "Financial Message_01.rpt" ) created in Crystal Report IDE 8.5. I used the following codes to run it in VS 2003 IDE and VS 2005 IDE. Different result get. The code that run on VS2003 pretty fast with both report "Financial Message_01.rpt" (desired report) and "PerkesoResit.rpt" (dummy, created in Crystal Report 8.5). But I ran the same code and same file in VS2005 , "Financial Message_01.rpt" (desired report) took 4~5 minutes to load (just load only, not yet include refresh all datatables) and "PerkesoResit.rpt" still the same speed with what I get in VS2003 IDE. Any idea Private Sub ConfigureCrystalReports() northwindCustomersReport = New NorthwindCust ...Show All
JulianRidley VS.Net 2003 and VS.Net 2005 at the same machine
First, excuse my english Can i have installed VS.Net 2003 VS.NET 2005 together in the case of compatibility problems, please indicate me if are available patchs and other solutions to that. I have been running them side by side since the Betas of 2005 with out a problem.... The only thing that I can suggest is to make sure that you install the 2003 versions first then the 2005 versions. What I found is that when you install the versions the other way around the file assosiations get assigned to the lower version. When you install then in the proper release order the files will open in the correct application when you select them. I agree with Glenn and have done the same thing myself ...Show All
Andrew Kinloch web browser control security alert
Hi, all. I am developing a VS2005 add-in. My add-in will launch a window on which I use the .NET Framework base class library provided web browser control (System.Windows.Forms.WebBrowser) to show hierachical data with collapse/expend functionality as you do in javascript. But when the window shows, it always pop a information bar saying" To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for options... " Is there a way to supress that I have search "web browser" as keyword the forum , and checked all the posts, do as they said. but no luck yet. However, after I implements the same functionality of my add-in in a stan ...Show All
swiego Multilingual - Translate the CrustalReportViewer...
Hello, I need to translate the CrystalReportViewer (Win Forms) to Norwegian. In order to do this I have to translate the Language Resource File "Viewer.txt", compile it and distribute it with the application, correct My porblem is that I cannot find the Viewer.txt Language Resource File in Norwegian, which is ok, I can translate the English one. But, where can i find the English version... Anyone Found a solution to the whole thing at last: 1. Create a working directory, e.g., C:\crystalresources, and copy the file "C:\Program Files\Common Files\Business Objects\2.7\Managed\CrystalDecisions.Windows.Forms.dll" (or wherever it is located) to the created directory 2. Run Visual Studio .NET 2005 ...Show All
Sriram Mokkapati Can anyone tell me how I can send username and password with soap message?
I have been working on interoperability with WSS4J with WCF. I'd like to ask a question on this forum because it has to do with WCF. I have WCF client which is supposed to send username and password. I listed the config file below. < xml version="1.0" encoding="utf-8" > <configuration> <system.serviceModel> <diagnostics> <messageLogging logEntireMessage="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="true" /> </diagnostics> <bindings> <basicHttpBinding> <binding name="stock-wss-01SoapBinding" closeTimeout="00:01:0 ...Show All
stephane - Montpellier Memory leak when using BeginStoryboard in Control Templates (spotted with InfoTextBox)
Has anybody else spotted this I was going through my App trying to identify Memory leaks, and I came across one that was linked to Kevin Moore's InfoTextBox. In summary, it seems that when a BeginStoryboard is used as it is in the ControlTemplate for InfoTextBox, it causes the ControlTemplate to keep a reference to every instance of the controls to which it is applied. I have a Frame in a Window that I navigate to various Pages. Also on the Window, outside of the frame I have an InfoTextBox. When I navigated to a page containing an InfoTextBox, and then navigated away again, the page containing the InfoTextBox was still be held in memory, rather than being disposed (note that I am navigating using urls, rather than to actual page obj ...Show All
briggins5 few dll files in bin directory automatically gets checked out while compiling the project
Hi, whenever i compile my web site from VS team, few of the dlls placed in bin directory gets checked out automatically. And when other users try to compile the web site on their system, it gives popup warning kind of thing saying that particular dll has been checked out by someone else. How can I disable this Ashu You may be hitting the bug described in this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=106422&SiteID=1 See the thread for workarounds/patch/new functionality that will make this go away. Alin Hello- You will run into this problem if your dlls are in source control. It is customary to leave these files out of source control since they can be built by a ...Show All
Justin1021 Monitoring WCF Service
Hi, Is it possible to monitor data sent and received from each WCF Service I have a console application that create a new WCF Service for each customer ( i.e. same WCF Service but using new appDomain with new app.config ). I'm using QuickCounter for performance monitor for each WCF Service, but now I need to monitor data sent and received for each WCF Service. The current Performance Counter of WCF is global ( i.e. for all services hosted on machine ), but I need for a specific WCF Service. ( IIS does it for each site very well ) Does anyone know how to do it Regards, Alexnaldo Santos If you enable the performance counters in each service's config file , the counters should only be fo ...Show All
matman13 Service development broken?
I'm having a problem with an app that appears broken by the latest (.Net 3.0) CTP. Client side proxies are broken, apparently because System.ServiceModel. ClientBase.InnerProxy no longer exists. Trying to refresh the web Reference failed, because of a missing entry point - I think - in the 3.0 CTP. I uninstalled the Orcas extensions to VS and downloaded the latest. This refuses to install because of a missing prerequisite - the WinFX Beta ! Is there supposed to be an update for the Orcas beta to go with the .Net 3.0 CTP Try re-generating your caller proxy. If you're using the Orcas Beta tools, you can do this from within VS 2005 using "Add Service Reference". If not use ...Show All
WolfgangB Office Interop Assemblies
When deploying an .NET application that uses Microsoft Excel, how do I check for the existence of Excel on the machine before starting the program The issue lies in that the project I am working on references the Microsoft Office interop assemblies and I need a way to check if they exist before starting the application. Well, we'd need to know if you're using Office 2003 or 2007 ... if you're using 2003, then you'll want to look into implementing AppCheck and PIACheck. You can obtain copies from Mad's Blog http://weblogs.asp.net/mnissen/archive/2006/05/03/444927.aspx If you're using Office 2007, AppChecka and PIACheck won't work; however, one way you can check the registry key HKEY_CLASSES_ROOT\Excel.Application\CurVer, which wo ...Show All
Mike_123 Integrate with Visual Studio
Hi, - I have dotnet 3 installed on my machine. - I've created a website and added a .svc file that I can browse and gives me the Service Information - I've tracked down SvcUtil.exe in the following folder "C:\Program Files\Microsoft SDKs\Windows\v6.0\Bin". - I've downloaded an installed "Visual Studio 2005 Extensions for Windows Workflow Foundation RC5(EN).exe" Now I"d like to create a client talk to the website. But I'm not sure what to do from here. I'm using the following blog ( http://dotnet.org.za/hiltong/articles/52518.aspx ) and there's a mention there of right clicking onthe client project and selecting "Add Service Reference". But there is no such menu option. When I click "Add Web Refere ...Show All
tee_user5 Web Service Implementation
Hello, I am attempting to create an extremely basic "Hello World" web service using WCF. My service compiles fine and the wsdl is generated and I can browse to the wsdl via IE without any problems. I am now attempting to create a console application that calls this web service and simply display "Hello World" which is returned from the method. However, when my console application calls the service, it just hangs (providing I've set the Timeout to -1). Can someone please provide me with some direction I apologize if this is a dumb question. I just thought it was going to be quick and simple. Here is my code for the service: using System; using System.DirectoryServices; using System.ServiceModel; us ...Show All
Doriak How can a Java program access a WCF Service
How can I get a java program to access a WCF service Is that possible at this time What steps would I have to take What type of java client will be using the WCF service You probably will have your best luck with the BasicHttpBinding ; of course this certainly could change based on your requirements. Dave You will need to use a java toolkit that supports WS-I BP. Also, here are a couple resources for enabling java/WCF interop in more advanced scenarios. http://java.sun.com/webservices/interop/reference/tutorial/doc/index.html http://java.sun.com/developer/technicalArticles/glassfish/ProjectTango/ Dave Assuming I use BasicHttpBinding on the Service, how can I write a ...Show All
Bhupendra_Singh_4c7760 SKU011.CAB solution
Go into Registry Editor (Start, Run, "regedit"). Go to HKEY_LOCAL_MACHINE, Software, Microsoft, Office, 11.0, Delivery. There should be only 1 directory under Delivery, which is your DownloadCode (mine was 90000409-6000-11D3-8CFE-0150048383C9). Select that directory. On the right side of the screen, right-click on CDCache. Change the value to 0. honestly works with out a hitch. If I change the value to 0 it gives an error message of error 1311. Another window comes up to tell me to retry to find that cdcache. Would u please tell me what should be done Hi, I had the same problem with the Error 1311 after the regedit. Do you have more than one Download codes Because I had ...Show All
Marcel Pighin Changing text color of property at runtime
Hi, I have some Shape with a compartment properties. Each property has a Name property and a Multiple property, which is boolean. In the diagram, only the name of the property is shown in the Compartment Shape. I would like to add some visual information with a specific text color, depending on the field 'Multiple' value: if Multiple is true, let's show property name in red. I don't know which class or method to override in order to change the Text color property at run time. I have tried to override GetCompartmentDescription() method and change the ElementListCompartmentDescription class, but it has no effect, and it does not seem to expose some delegate to write. If you could help me a little bit, it would be great. ...Show All
