Answer Questions
xxz Request for features in next version of class designer
Overall I think the class designer is wonderful but I have a couple of requests for the next version. It would be great if you could allow users to customize the behavior of the class designer in Tools-Options so: It would place association labels near the referencing class instead of the referenced class. Allow nested class types to be displayed outside containing classes with the ability to show the associations between the them. ( ...Show All
johnalexander Access to report file denied.
A Deployed ASP.Net 2.0 website with Crystal Reports viewer (Visual Studio 2005) causes the error below. Apparently, during its load process in creates a copy in the temp directory, but can't read the file in just created. Can I redirect where these files to be created in a specified directory so I can isolate the permissions needed to read the report. Does one of the IIS services need permissions Error in File C:\WINDOWS\TEMP\EmployeeF ...Show All
amaly0827 WPF is going be absent in First Vista Release
Hello all, I am reading on some news groups that WPF is not going to be there in initial release of windows vista. Does anyone knows more about it I cannot imagine vista without WPF. Any thoughts from experts Thanks Basav Jonas Beckeman wrote: This is troublesome news, if it's true. Please, MS, shed some light on this. It would seriously affect my commitment to WPF if it's no ...Show All
JonathanPerret How to translate from Properties to Items?
I have a property that has comma-separated values, like "A,B,C,D" and I need to pass it to another target. My current solution is to declare it as items and the pass it to msbuild with batching: <PropertyGroup> <MyProperties>A,B,C,D</MyProperty> </PropertyGroup> < ItemGroup > < MyPropertiesAsItems Include = "A;B;C;D " /> </ ItemGroup > < Target Na ...Show All
.LP Package Load Failure
Howdy.. Just got this nasty error and wondered if anyone could help me to resolve it fast I have been running Expression Interactive Designer on a test box along with the Cider extensions for VS.. all running sweet... I installed SQL2005 on the same box for some further testing and now when I go to open a XAML page in designer mode in VS, i get a Package Load Failure with the specific package being.. PresentationDesignVisualStudio Anyone Anoth ...Show All
sunnair Port other than 80 for the Server Configuration
Is it possible to use a different port than port 80 Anytime I try to enter WWW.DOMAINNAME.COM:8080 it gives me a message "Only a server name or an IP address (like server.microsoft.com or 10.0.0.1) is allowed here, SourceSafe will automatically generate the necessary URL from it.". Hi Todd, With Beta2 bits you can only use default ports (80 for http, 443 for https). The final RTM version of VSS 2005 will sup ...Show All
KNLReddy Display selected data on crystal report
Hi everybody, I like to display start date and end date selected on the crystal report. How would I do that, declare what type of field, and how would I transfer the value from code to the crystal report Related to link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=322645&SiteID=1&mode=1 den2005 can u give your working enviorment details i.e. Crystal Report version, VS version etc. ...Show All
Microsoft Visual transactions with win2000 client
Hi, I have a question about wcf transactions. We are beginning development of a smart client application that will be deployed to winxp and win2000 boxes. Since we have to support win2000 we will not be able to use wcf on the client. However we are using wcf on the server and exposing our services as plain web services through the “basicHttpBinding”. What I would like to know is. What can we do to leverage the trans ...Show All
Superboy DLinq InheritanceMapping
At present, DLinq requires that the base type in an inheritance hierarchy is concrete and exposes a public parameterless constructor: public class Contact{ public Contact() { } } public class Person : Contact { public Person() { } } (If Contact 's constructor is protected or requires a parameter an exception is thrown from the constructor of SqlNew ). Any chance of allowing an abstract base type that does not have a parameterless co ...Show All
crazydiamond my pet project: AnimationBehaviors
I’ve been working on a project in my spare time called “AnimationBehaviors”. Now that I’ve got it working reasonably well I’d like to share it with the world. The animation system in WPF is really powerful, however it’s not always easy to create certain effects in XAML without falling down to code. Even when code is not required, it’s not always easy to create reusable animation effects. Enter AnimationBehaviors. AnimationBehaviors is a lib ...Show All
glendo Paging in toolbar off-by-one
I'm using the ReportViewer control in a WinForms project, using Local processing mode. On the report itself, it always correctly shows the current page and total number of pages in the report using Globals!PageNumber and Globals!TotalPages. However, in the toolbar page navigator, the total number of pages is always initially shown as one less than the actual number of total pages. For example, I've got a report that actually has ...Show All
jessica duarte Error HRESULT E_FAIL has been returned from a call to a COM component.
And back to the error with no meanings: I’ve created a document, published it on an IIS, and opened it from the IIS, resolved the security problems, and now facing this error message: Error HRESULT E_FAIL has been returned from a call to a COM component. ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a CO ...Show All
diling00 WinFX For Visual Studio RTM
I have readed about the Visual Studio 2005 RTM is planned to be released today on msdn, is planned to be released also a recompiled version of WinFX runtimes and SDK for RTM soon Sebastian What happened to the post I saw here breifly yesterday about the release Did someone pull it -rory If I had to make a guess, I would say the Beta 2 drop should be coming very soon, that will work with VS RTM & Bet ...Show All
Bojidar Markov Winforms ReportViewer control does not work with ClickOnce
I have a major problem. I want to use ClickOnce to deploy a business app that uses reporting services (with the new reportviewer control for winforms). However, the majority (not all) the machines that I try to install the app on complain about a missing assembly "ADODB 7.0.3300" that must be installed in the GAC. When I reference the Microsoft.ReportViewer.ClickOnce assembly I get a new dependency in my clickonce manifes ...Show All
mo. Endpoint not found exception when more than 20 clients connected simultaneously
Hi, I am developing a WCF application in which more than 100 clients will connect to the server simultaneously and in each request server may send large data (say 25MB per request). While testing the app, I realized that only 10 request can be handled at a time and client will not get any exception till 20th request but after 20 request it start throwing Endpoint not found exception for the rest of the connection. Below a ...Show All
