Software Development Network Logo
  • Architecture
  • Smart Device
  • Visual FoxPro
  • Visual C++
  • Windows Forms
  • VS Team System
  • Windows Live
  • Visual Studio
  • .NET Development
  • Visual Basic
  • Visual J#
  • VS Express Editions
  • Game Technologies
  • Visual C#
  • SQL Server

Software Development Network >> Visual Studio

Visual Studio

New Question

Display selected data on crystal report
reportviewr in C# express
Change to MSMQ URIs
cast to EnvDTE80.SolutionFolder
WS-Addressing
Using managed resources in VSIP packages
Check-In with VSTS2005/VSS2005 - Unexpected error encountered.
VSTO v3 and Outlook
LoadLibrary fail (with some DLL) in the Whidbey debugger
LINQ with ArrayLists

Top Answerers

Muhammad Hashim
jstark
Dennis Pilarinos
Ken Halter
Carlos Garcia
Rahul Virli
Aneo
dince
Swaff
Lantaio
Ingeniux Corporation
Only Title

Answer Questions

  • Mohamad Shehadeh Relationship representation

    Hi, I have another doubt :P I have a Process entity and a port entity. A port cannot exist without a process so i i embedded a port class in the process class. Since i have embedded a port in a process i have to use compartment shapes. Is there any way i can enforce the rule that a port cannot exist without a process, without having to embed a port class into a process class Thanks, Hi Suraj. If you can move to the June CTP ...Show All

  • Nate Licencing of Crystal Web Components

    Hi! Suppose an ASP.NET application that incorporates the Crystal Web Viewer components as packaged in VS.NET 2005. My question is if this can be deployed to a customer as part of the application royalty-free, or if a special licence is needed for that (by MS, Crystal). Thanks, Christian. I have looked at Business Objects website on updates / Merge Modules, etc, but we still can't figure out how to run our exi ...Show All

  • moobah Class designer causes keyboard input to be ignored

    In Beta 2 if the class designer is open and I try to edit the code file, all keyboard control keys input is ignored in the editor.  For example the Tab, Delete, Space keys. Is this by design Brad Raulston Ramesh,   Thanks for the reply, I'll go ahead and get it logged. Brad Raulston I got this bug as well. Here are my steps - - Created Entry.cs in the app_code folde ...Show All

  • GeorgeT A more complexed usage

    Hi, At work, we use mapping engine that uses GDI+ as renderer. Map is combined of several small bitmaps. At the background we build a "BIG" bitmap from 9x9 tiles of bitmaps. The viewed area is clipped from the "BIG" bitmap. We used to refresh the map every 300mSec in order to see location changes of icons/shapes which we managed as layers. I'm evaluating how to do it/ is it the purpose of WPF There is no OnPaint event (which ...Show All

  • Tuomas Performance WCF vs .NET remoting

    Hi all, I did a small experiment to compare .NET remoting with WCF , just to see what it would mean performance-wise when switching technology to WCF. The test was carried out on one PC, a client app (console app) talking to a server app (console app). I build it against WinFx February CTP. The endpoint on the server exposes a single interface with one method with a nearly empty implementation (just increasing a counter). In all ...Show All

  • grambo 1 Add-In uses .net 1.1, a second uses .net 2.0

    Hello; I just created a simple Add-In using VS 2003. I also have VS 2005 & .net 2.0 (release) installed on my computer. The .net 1.1 Add-In would only run if I created a winword.exe.config file setting the runtime to .net 1.1. Without that Word would exit during it's startup (no message, no crash - just exit). With the config it runs fine. So, what if someone wants to run two Add-Ins with Word, one built under .net 1.1 and one built under .n ...Show All

  • James A P Pre/Post Operation Invokation Extensibility

    I am looking for a way to set up some state in thread local storage immediately before operations are invoked and then to clean it up immediately after they have completed. (i.e. the pre/post operation code must run on the thread used to service the request). What would be the best way to do this Thanks. Is it possible to change the method that is being invoked here I mean say on the basis of pre-process ...Show All

  • andreipou VSS6 with VS.NET 2005 RTM

    We have been using the VS2005 Beta2 in conjunction with VSS 6.0d for about 6 weeks now, without problem. Everything was working very well, checking in/out, etc from the VS interface. I just installed the VS2005 RTM and when I start VS2005, it no longer recognizes that I have any Source Control. Furthermore, when I attempt to open the project we have been working on, it gives this message: "The project X:\NETPROJECTS\ProjectName appears ...Show All

  • Kevin F Using Crystal Reports 10 with C# EE 2005

    Hi! I've created report file for crystal report, and have placed report viewer on the form. Can anybody tell me how can I do the following: 1) Displaying the report in the viewer on the form. 2) To be able to change the data source programmatically before displaying it in viewer. Please respond with sample codes or specify related links. Thanks in advance. Sohail. Are you talking about a full version of CR 10, ie CR 10 D ...Show All

  • Iain Howie ReportViewer Parameter Area

    Does anyone know how I can change the background color of the parameter area of the ReportViewer component For winforms, it is always set to the system control color. For webforms, you can use ReportViewer.BackColor. ...Show All

  • ernieracer Speed of XAML

    Is it possible for you guys to give us a realistic timeline on when XAML wil be ready to be a actual viable option to develop applications for E.g when will the whole framework standardize and when will we be able to develop apps that won't run at snail speed Thank you very much, Jaco There are many applications in development today, and some are even available for evaluation. The February CTP ...Show All

  • dksimon Cannot instantiate crystal report in VS 2005 code

    I recently installed VS 2005. I am able to create Crystal reports without a problem, and to run them and view them in the CrystalReportViewer. But I cannot instantiate the reports in order to manipulate them at runtime. For example, I have a report called CRTest.rpt which shows perfectly in the viewer. I put the following line of code in a form's code-behind document, and the intellisense gives me a "Type 'CRTest' is not defined" e ...Show All

  • palakanand Problem with Conditional Import inside VS

    Hello I have a .targets file that supports multiple platforms, and has 3 elements like this: <Import Condition=" '$(Platform)' == '...' " Project="..."> When I build using msbuild.exe and specify /p:Platform=... it works ok for all platforms. When inside VS, it always imports the first one, regardless what Platform I choose. I also have a dummy Platform called "BuildAllPlatforms" that invokes the msbuild task for all platforms, and that wo ...Show All

  • Brad Jones Passing var

    public void ObjectDumper( var x) {   Console .WriteLine( "Result" );    foreach ( var y in x)   {     Console .WriteLine(y);   } } The above code yields a compiler error at the ...(var x) as "Type Expected". Anyone knows how to pass the var type as a parameter Thanks all for your help Yes it works. Thank you. Now I have another question. When I se ...Show All

  • Andrew O. Shadoura mandatory profiles and vs.net 2003

    I'm trying to load up visual studio.net 2003 professional under a mandatory profile.  When I do so, i get an error message saying that VsRptDesigner Packate and Crystal Reports fail to load.  It gives me an option to disable these packages, but when I say 'yes', it closes visual studio.  This happenes everytime i try to load vs.net 2003 Hello Koei, I found a kbase that is related to this: ...Show All

757677787980818283848586878889909192

©2008 Software Development Network

powered by phorum