Answer Questions
tomsji Crystal Reports Memory Leak Suggested Fix is not a fix....
Hello List! I have an open Bug on MSDN that is really affecting our business, and it started happening when we moved to the RTM of VS2005 .Net 2.0 on our servers. We use NON-Embedded Crystal Reports (I have approx 100 of them) and they all have different security levels and accept many different parameters. I have written a front end that takes care of security and passing the proper parameters to the report etc. The problem is this.&nb ...Show All
Cedrickb Installation of Visual C++ Express Edition
What I'll do for install Visual C++ Express Edition if i have not the service Pack1 of windows server 2003 because i have a problem whith this service Pack. The setup will block you from installing if you dont have the prerequisites. Contact MS support if you can't install the Windows 2003 Server service pack. ...Show All
freeranger Extension Methods: Static Electricity?
As Anders pointed out in his Channel9 demo, Extension Methods in C# 3.0 really make Linq possible. After drilling into Extension Methods and wanting to not like them, I must ask: what were the alternatives The example that Ian Griffith's gives of some 3rd party developer quietly including something like: namespace System { public static class Evil { public static vo ...Show All
Stan Spotts How To Display A Single Record
Im new to ReportViewer and with little documentation Using VS2005 connected to Access database I have a report showing a full customer list I launch the form with the viewer on it and it shows the complete customer list What i would like to do is on a button click pass a value to just show a particular record like record 3 for instance Sample code would be very helpfull I cant see an example showing this ...Show All
Apteryx Unable to debug: The binding handle is invalid
When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do Thanks for your answers I had the same problem, solved it by disabling the "Visual Studio hosting process" ("Project" -> "[ProjectName] Properties..". -> "Debug" -> Disable "Enable the Visual Studio hosting process") Whats the purpose of ...Show All
Selim Dizdar Creating a common addin for Vc6, VS2003, VS2005
Hi All, I am a newbie to .NET and C#. I want to create a addins for VC6, VS2003 and VS2005 IDEs. I am able to create a separate dll for each IDE by using their own addin wizard. VC6 has uses COM dll and other two uses .NET dlls. Can I have a wrapper dll over these 3 dlls which will load respective addin dll with corresponding IDE Will it possible If yes, how should do this Otherwise, can I create a common addin dll for VS2003 or VS2005 IDE I h ...Show All
Michael Entin SSIS how to set to open different files with different editor
After working with sourcesafe, I am a hard believer that it sucks. I have all kinds of files checked in sourcesafe like xml, java, jsp, txt,pdfs and css. Each time I double click the file it asks me how to open a file. i.e. with which editor. (I know I can set the options using options to open/edit or check out). I have set one editor as default. But if I have to open a different types of files, I have to choose editor from radio but ...Show All
Claudio Rossi Crystal report in vb 2005 express
Hi everyone, I would like to ask assistant from your community on how to use crystal report XI in Visual Basic 2005 express edition..specifically about where will I load the namespace used in generating the report and how.What dll I need to load. I read some articles and they all assume that the dll libraries of crystal report is already in their references..hope to hear from anyone of you as soon as possible....thanks..... I am not gett ...Show All
Melle Dorel Error Generating Report to Viewer
Seem to be having the occasional problem when generating a local report to a report viewer. First a dialog appears which states “A generic error occurred in GDI+” After clicking the OK button the report viewer shows the same message This error is not consistent and I haven’t been able to pin down the circumstances that cause i ...Show All
Girish Lingappa Can VSS 2005 and VSS 6 co-exist?
Can Visual SourceSafe 2005 and 6.0 co-exist on the same machine If not the databases, can the clients Thanks, Klas How about this scenario. Most of my staff is using VSS 6.0, but I am using VSS 2005 to access a VSS 6.0 database. Is their any problems or concerns Also, Can VSS 6.0 access a VSS 2005 database The database format is the same, however VSS 2005 treats Unicode file differently from VSS 6.0 However it ...Show All
pmak Please---Urgent---Crystal Report Grouping
Hi, I am using Visual Studio 2003 and am trying to create a report. I have Oracle 8i. This is what I have: Group1 Group2 Group3 I have done all the visual linking, etc. When I just put the group names in the report and run it, the group tree in the report shows fine. However, when I select other data from the tables and put it on the report, the group tree showing on the left on the webpage, is ...Show All
Alisa Beth Formatting / AutoFit
I created a dataset and then loop it to create a data result set (by setting the xx.Value2 properties throughout the loop), and I'd like to make this result set to become "autofit" so that users can view the correct format (date and numeric), column width, ...etc Thanks, Thanks Mohit, Your suggested solution is nice, and it bring out another issue: I retrieve a dataset by executing a SELECT statement ...Show All
PkRichard How to pass an observablecollection to the client?
I have an operationcontract which returns a collection say observablecollection<Product>. But when I generate the proxy on client, I get Product[] instead of observablecollection. So, is there any convient way to avoid that Hi, I after a lot of trail and error I run into this post http://steve.emxsoftware.com/Indigo-WCF/HowDoIGetSvcutilToUseGenericListsForProxies When applied to WPF OC you need to use /rct:System.Collec ...Show All
Muthu.R Replace a ProjectItem with another with the same name via DTE
Hi! I'm having another little problem with DTE... I'm using GAT (Guidance Automation) to execute some code when a project template is completely unfolded. In my project template, there is a link item (a file that appears in the project but that isn't in the directory) but because of some GAT/Project unfolding mixup, the link is not pointing at the right place. I'm attempting to solve the problem via DTE after everything is unfolded. Here's what ...Show All
Cory P HorizontalAlignment
Hello, (Disclaimer: I am new to VB .Net) I am trying to create an application that automates a spreadsheet (creates worksheets, populates and formats). I want to center the column heading text. This seems to work: xlsheet.range("1:1").HorizontalAlignment = -4108 Why does this work (using -4108) I suspect this is not the obvious way to do this. Hi, The code that you wrote works b ...Show All
