Answer Questions
jonnic Release note of WinFX Beta 2
Hi all, If somebody know what is the difference between WinFX Feb RC and WinFX Beta 2, which controls, namespace,... have been changed. I didn't find any changes informations from Microsoft release notes. I need to know this in order to update my application to the lastest release. Thank you, Dat Dang Check this out. http://blogs.msdn.com/tims/archive/2006/05/23/605418.aspx Upgrading from the Feb CTP ...Show All
Raj0001 2 Patterns for single Crystal Report (rpt) file
Hi everybody, Is it possible to display two different pattern of reports and must be on separate pages First Page displays a summary, second page displays details and other info. Having problem doing this placing except for company details on page header and the rest on the Details part of the report. Pattern: First Page: Company Logo Company Name Company Address Statement of Acc ...Show All
simto ReportServerCredentials
T he scenario is simple: I have a reportviewer control and want to show & print a ServerReport. The application needs to be able to connect to the reporting service over the internet and the client machines do not need to be in the same domain. This is the same authentication scenario that applies to viewing reports through HTTP using internet explorer and a URL to the reportserver virtual directory: Internet Explorer asks for a user and pas ...Show All
haitham ibrahim Smart Doc Pane Failes to refresh in WINXP but not in WIN 2K
I have a SmartDoc Excel solution that is used in XP and Win 2k . The 1 st time I open my solution in both of the above OS(s) I can see and use the smart doc panel. However when I save the document in XP and reopen i t, the comboboxes in the Smart Doc pane are not drawn (a white space is left on the panel) , but I can see all the other GUI components and use them. The solution RUNNING in Win 2K doesn’t have the effect described above ...Show All
S.Mc Removing my menus from the context menu
Hi, I have added custom menu items in the context menu of my project node. now if i add a new C# project or any other project, my custom menus are coming in the context menu of those projects also. I dont want my menus to appear in the context menu of other projects. plz help. Thanks in advance. Thanks Rusty, This solves my problem. Hello, Make sure that in your .ctc file you specify that your button use DynamicVis ...Show All
Gennady D Installing Visual Studio 2005 on Windows Vista
I am attempting to install Vistual Studio 2005 on Windows Vista Beta 1.. I receive an error during the installation of the .NET framework. Has anyone else seen this error More details: When I attempt to Install Visual Studio 2005 Release Candidate on Windows Vista Beta 2 (build 5219).... I receive the following error. [09/20/05,09:00:54] Microsoft .NET Framework 2.0: [2] Error code 1603 for this component means "Fata ...Show All
Balakrishnan Lost the Watch window
A few days ago I stupidly closed the Watch window completely, and now I don't know how to open it. I've looked in the View menu and there doesn't appear to be any way to open the Watch window from the View menu, or from any other menu. This makes debugging a pain as you might guess.... Any idea how I can open the Watch window I'm using VS 2005 by the way... Thank you! ntb OK, I found a way to ...Show All
biren j shah Adding code lines to a VS 2005 source code file
I need to add some code lines to an existing source code file (.cs or .vb) in VS 2005. I'm writing a VSPackage that has to do this. Which is the better way to do this - I add code lines directly in the source file as text - I get the code dom graph and I add the code lines adding instruction statement to it and then serializing it again. - other... Any hints Thanks Hi Alex, The code ...Show All
roger42 How to get the value of the color in some position of a LinearGradientBrush?
Hi everybody,I have a problem about LinearGradientBrush. Here's the code: <Canvas Name="MainCanvas" Height="20" Width="200" Margin="0,0,0,0"> <Rectangle Name="rectLegend" Width="200" Height="10"><Rectangle.Fill> <LinearGradientBrush StartPoint="0,0" EndPoint="1,0"> <LinearGradientBrush.GradientStops> ...Show All
Nurax Is the pseudo SQL syntax necessary?
Current LINQ syntax is like this: var upperLowerWords = from w in words select new {Upper = w.ToUpper(), Lower = w.ToLower()} where w.StartsWith("a"); But I think that this is unnecessary breeding of C# with SQL. I believe that combination of methods with lambda calculus would be better: string[] words = { "aPPLE", "B ...Show All
akhilgoel Installation 2 or n times
Hi everybody, I have now a very good setup package of my VSTO solution. But I still got one question. Is it possible to install the mySolution.msi file twice Run the setup after it was allready installed. I meen the the same file not a higher version or recompiled or something. Just install a solution twice. What I get now when trying this is : "There is allready a version of this software installed." after the message the s ...Show All
Pgr url access rs 2005
I have an intermittent problem trying to access reports in reporting services 2005 via url. I receive the following exception Exception of type "System.Web.HttpUnhandledException" was thrown. Viewer control object is in a read only state. This is thrown for all reports on the server and access via report manager is fine. I have not found a way back from this error that does not require reinstalling reporting services. Any light you can ...Show All
kiwi Val Preventing Folder Sync in Outlook
I am writing an add-in with VSTO 2005. In the add-in, I spin up some folders that hold some 'views' for user ease of understanding. My issue is how to prevent those folders from sync'ing back to Exchange and on to other machines. I looked at InAppFolderSyncObject and set that but the sync still occurs. Am I missing something Hi, I would suggest that you post this query to the Outlook Programming Discussi ...Show All
John J. London Visual Studio 2005 CR issue
Hello, I have a CR I am using in asp.net 2005. Everything is working fine except for a few things. I am using an RTF formatted text object linked to a dataset. All the RTF formatting is showing ok except for bulleted lists. Nether the bullets nor the number stylr will show. The text is all there and in the right place but no bullets or numbers show. I was wondering if anyone has some ideas Justin ...Show All
BlackJackDavy Install VS 2005 Standard Ed Hangs on Executing Action: RemoveTempHxDs
I have a 1.2 Ghz Dell laptop with 1 gb of memory. I started the install almost 16 hours ago. MSIexec is using 97% of my cpu. The install failed 2 times before this, but it gave me the option to send a report to MS. This time I'll just have to kill it. I have the version that was given to me at the Chicago launch. I have uninstalled Beta 2 and VS 2003 without any difficulty. ...Show All
