Answer Questions
Kervin set credentials for ReportViewer?
This can't be rocket science. In RS 2000, I could set a credential like this: rs.Credentials = New System.Net.NetworkCredential(repSvcUserID, repSvcPwd, repSvcDomain) What is the equivalent to this in RS 2005, when calling a report via a webform reportViewer control I've found some very complicated examples of creating your own class with IReportServerCredentials, but I can't seem to get it to work. Is there some simple example avai ...Show All
BulletCoderHope visual source safe 6 and 2005 beta 2 differences
What are the differences between these. Can I use vs 2003 with source safe 2005 beta2 Will I be able to migrate source safe 6 to 2005 final release. The webcast you send me doesnt exist. Please check. More questions. 1. Can I make an automated backup of SourceSafe Database and files 2. If I begin using sourcesafe 6 or sourcesafe 2005 beta 2, and in november when I got the final release willl I be able to install it without problems ...Show All
Anthony Zoko VB .net Issues?
Hi, I have been coding my WCF apps with C# for a long time. A friend of mine asked me to write a WCF app in VB .net. I wrote a very simple hello world program, everything seems to be perfect but when hosting the app i get the error message "Zero application end points defined ................" Is there anything that has to be done for coding WCF apps in VB .net Are there any similar problems when coding with VB .net for WCF ...Show All
Angelo_B MSBuild Copy Task works intermittently
For some unknown reason, the Copy Task sometimes works, and sometimes doesn't. Does this happen to anyone else I'm running from the command prompt. Thanks for the tip, I'll keep it in mind for my test assemblies. For the recursive copy of my output, I'll stick with XCopy; Its simple and easily understood by others. I haven't encountered any problems using the Copy task as y ...Show All
scott Hxxxx T3 template engine
Is the T3 template engine only avavilable for use with Visual Studio 2005 Is there a DLL available that I could use if say I wanted to use this instead of CodeSmith Also if this DLL is available would it strictly require Whidbey I ask because my team uses macros to spit out some code, such as dataccess code using the Enterprise Library blocks (including correct parameter discovery for stored procs) and I thought the T3 templates would be usefu ...Show All
Malleyo nAnt and VSS 2005
We currently use nAnt to automate nightly builds of our 1.1 framework web appliations that are housed in a 6.0d sourcesafe database. We are getting ready to upgrade to VSS 2005. Has any had any issues running nAnt against VSS 2005 I.e. Have the command line executables changed Thanks in advance! -Sergio Hi, Can you help me please. I am a learner using ...Show All
PVIDDY Unni's Throbbing Items Control and xml updates? (databinding)
i've been playing around with Unni Ravindranathan Throbbing Items Control (can be found here: http://blogs.msdn.com/unnir/archive/2006/01/23/516606.aspx) cheers to Unni for the nice control, but i'm still having one problem: when the application is running and i edit my xml file, i don't see any changes in my application untill i restart it. my conclusion: WPF reads the xml file once during the lifespan of the application.. but the application i ...Show All
MarlAtkins Does VSS 2005 use new database format different from VSS 6?
Does Visual SourceSafe 2005 use new database format and works with databases created by VSS 6 in some sort of compatibility mode Or database format is exactly the same Database format is the same for VSS6 and VSS2005. New features like checkout local version, unicode support, etc could have been added and are used by VSS2005 without changing the database format. Alin ...Show All
konjogu HELP HELP HELP Debugger doesn't parse through the file set with breakpoints
Someone has asked this before but i didn't see any replies to it. I'm running a local copy of a project that already exists on VSS under a different project name. I've changed the code in the local copy and need to debug it, however during debugging any breakpoints set in the local copy point back to the exact location in the VSS copy i.e. while debugging it opens up the VSS copy and sets the breakpoints there even though I see that it is runnin ...Show All
angrylala VS Common IDE Package failed to load
I have been using Visual C++.net standard version 2003 on a Windows XP Home. It has worked quite well, so I decided to upgrade to Visual Studio 2005 Standard to get additional features. I uninstalled C++.net and installed VS 2005 upgrade. Now I get the "Visual Studio Common IDE Package failed to load" error (5 times) on startup. I have looked through the posts in this forum, and have tried just about everything I could find to ...Show All
David Holcomb Can't install VS 2005 Tools for Office
I have installed VS 2005 Profesional and Office 2003 Standard with Service Pack 2 and am trying unsuccessfully to install VS 2005 Tools for Office. It gets about 60% of the way through initializing and then complains that I don't have Office 2003 Service Pack 1 and quits. As I said, I have service pack 2. I have done a full install of Office, including all the extra tools it wants, and have even downloaded and installed a trial version of ...Show All
Elmer_927 'Warn if no user code on launch' Box problem
I keep getting this Error Box (link) when I build and run my project in VS C# 2005. I converted my project from VS 2003 just a few days ago. I am a bit baffled because I can not get rid of it. I do not know where to find the "Warn if no user code launch" debugger option is. This only pops up when I am in debug mode. When I start without debugging it starts just fine. Any tips Btw, what does it mean when it says "Wa ...Show All
BillBQ QuickWatch-ing ADO.Net objects
Why does the QuickWatch not show any data inside most ADO.Net objects For instance, if I have a DataTable, I can see its name and structure, including the RowCollection, but I can't get get to the data in it, e.g., I can't reference items (the dreaded " cannot view indexed property"). Is there a way around this (other than writing tons of code that copy the data to other objects) Thanks. Kamen Hello Sarah, Thank you for r ...Show All
Greg Stolecki Problem with VSTO installation
After installing vsto, i havent find office(new project wizard) when im trying to create a new project in visual studio 2005 Can u help me regarding this Please re-post if you're still having problems. Thanks. Were you able to fix this problem Did you see any failures during setup time What SKU of VS2005 did you install Can you also take a look at your setup.log file - are there any errors ...Show All
JamesQMurphy Need help setting up NavigateUri property of an Hyperlink instance
The following code throws an exception: Hyperlink link = new Hyperlink(); link .NavigateUri = new Uri(" Page2.xaml "); because it can't convert " Page2.xaml " - which is part of the project - to a Uri. But it's confusing because the following XAML works: <Hyperlink NavigateUri="Page2.xaml">Here</Hyperlink> What kind of magic is the XAML compiler doing And how can I acomplish the same in C# ...Show All
