Answer Questions
RichardAB LINQ VB Preview
After i read about LINQ project overview document, i downloaded the LINQ Preview VB.msi to explore new enhancements about that implementation. But after installation, my VS2005 Beta2 ran onexpectedly and tried to send error report when i tried to open a project in Visual Basic 2005 Beta2. And then i removed LINQ VB Preview pack from my comp and then downloaded LINQ preview.msi for C# and after installation i tried to run some sample code o ...Show All
msdn13 SQL Reporting Services for SQL Server 2000 work with VS 2005?
Does Visual Studio 2005 support writing reports for SQL Reporting Services on SQL Server 2000 (NOT SQL Server 2005) Thanks! ~slee No. The VS 2005 report designer (BI Development Studio) has support for new features in RS 2005 and will generate RDL based on the 2005/01 namespace. An RS 2000 report server will not allow you to publish a 2005/01 report. Technically, it would be however not hard to compare the 20 ...Show All
Bastari Deployment of a Word VSTO application
Hi I may be asking something that has been asked a dozen times over, but I am still confused on this: I have days and days trying to properly understand how the whole application manifest vs deployment manifest, xsd, dll, security permissions..... all fit in. Is there a decent resource to read up on the deployment of a Word VSTO application Thanks Have you read these white papers: Overview -- ht ...Show All
ChSchmidt CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
I am trying to access a Crystal Report through an ASP.NET page. The access works just fine until the page is refreshed. Then I receive the following error: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. I have tried the push and pull methods. I have read other posts that people getting this same error had success with datasets. I get the same error. I have checked permissions in SQL, IIS, and ...Show All
spuckupine TechEd Hands On Lab 2005 - Exercise 2 - Code Snippet Issue
Hi, I am currently getting a feel of GAT by going through the sample exercises. I am stuck with an issue with the "dataclientrecipe" code snippet. The snippet was indeed copied to the target VS folder when I run setupLab.bat. I even verified if it is existing using the Tools->Code Snippets Manager and it is. However, when I follow the exercise 2 stated in the accompanying manual, the code snippet for this does not come up. Can y ...Show All
Chris7432 Toolbar button on all mail items in Outlook 2003 using VSTO
I'm new to VSTO and Outlook programming. I'm having difficulty creating a toolbar button that will appear on all mail items (both new mail and received mail.) When I use the code in the Outlook programming labs for VSTO, it seems like the button only appears on the first window I open, and not on any other window. Does anyone have a quick snippet of code that can show me how to do this Thanks, Ike ...Show All
mgbee110 Will VWD Beta 2 be available on CD?
I only have dial-up at home and that would take forever to download. I acquired Beta 1 of VWD on CD and installation was a snap! I am hoping that VWD Beta 2 will also be provided on CD. Any time frame on this Thanks in advance. Jeff There are some Web Developer CDs handed out to specific partners but not to the general public. ...Show All
Mr.S comparing large Projects
I am trying to find out ways to compare large VSS projects between production and maintenence. there are atleast 15 - 20 projects and typical sizes of these projects vary from 1 - 15 GB. I was wondering whether writing a batch script might be the best way to do this. I read about the command line options in VSS and it seems a good option. Has any one written a batch script to do something like this I am also wondering if this would work ...Show All
f00biebletch XAML Futures
Is that possible to produce something like a main logo at: http://www.relate-software.com/uk/ using XAML I mean the shape itself and 3D effects as well Thanks. You could model a 3D shape like that shown. The rendering in WPF would be true 3D not the mock 3D shown. So the lighting would be more accurate in WPF, but require more hardware to perform well. For a single logo on a page it may not matter ...Show All
Claudionir Silva C#, VS 2005, Crystal Reports XI, Business Objects Enterprise/Crystal Reports Server XI.
Hi, I must be missing something with my versions, etc, but for the life of me I can't work this out. I have my report which happened to be written in Crystal Reports (or the Visual Studio version, it doesn't seem to matter) that I have loaded in to Crystal Enterprise. I create a web page with a crystalreportviewer in it (version 11.0.3300.0 ) all my references in the project are the same. and then in my codefile I do this as per the documentatio ...Show All
Carlos Quintero WCF Service-Skeleton from WSDL
Does anyone know how to generate a WCF service-skeleton from WSDL Thx -Paul There is no feature that corresponds to wsdl.exe /service in V1 of WCF. However you should be able to generate client proxy and use the interface spit by svcutil as server interface. I hope this clarifies. ...Show All
DagAnderson permcalc.exe fails the installation each and every single time.
ok, I have been banging my head against the wall here on Beta 2 installation Opening day beta 2 tried downloading from msdn subscription. Downloaded SQL server 2005 and VS. While downloading I built up a brand spanking new XP VPC SP2 all patches up to date. Well for some reason the first download of VS didn't take it was only 900 meg but I got SQL server. So I went ahead and installed SQL server. Started redownloading VS standard. I got the VS i ...Show All
BillyD duplex contracts behind a loadbalancer
Hello, Just starting to work on some duplex communication samples. Can someone confirm that this will work behind a loadbalancer Regards, Ruurd Boeke Instant mode per call will not change the behaviour - instance more merely refers to the creation of the server side service object. Also note with tcp pooling it is highly likely you will get affinity as the tcp socket is returned to the pool and reused. You will need to call ...Show All
THumphr Unable to open existing projects after upgrade to RTM
I uninstalled every piece of Beta 2 including the framework and VSS and installed the RTM version. When I try to open any project created with Beta 2 I get the following error: Unable to read the project file 'filename.csproj'. This is one of the .csproj files... Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Account Manager", "Account Manager\Account Manager. ...Show All
Phil RCM Project gets checked out automatically
hi. i have a solution with 40+ projects in it. allmost every time i add a new project, check out a file or do a 'get latest version' one of the projects gets checked out automatically. (its allways the same project). the output window has a message that says 'project nameOfProjectHere was checked out automatically for editing'. however, nothing has been done to that project. none of the files in the project have been changed for ages. the projec ...Show All
