Diogo Mendonca Verissimo's Q&A profile
SQL Server Number of charts vary with respect to a parameter
Hi I have a situation similar to this example - The X Axis represents the Date and the Y Axis represents the number of vehicles sold and the data i need to represent is the type of each vehicle(Line Graph). Hence there should be one graph for each Vehicle type. Is it possible to generate as many Chart Objects in the rdl file dynamically. I tried representing all the lines in a single chart but the since the sales value is varied as an exam ...Show All
Visual C++ Random behavior of VS2005 RC1 compiler
We have an application is running fine in VS2003. This application is a mix of native code and CLR code. I recompiled everthing with VS2005. However, when I run it, it crash right away (event before my first line of code!). The exception is not very usefull: First-chance exception at 0x7c81eb33 (kernel32.dll) in EvSurface.exe: Microsoft C++ exception: EETypeLoadException at memory location 0x0012e68c.. First-chance exception at ...Show All
Visual Studio Express Editions DataGridView changes not saved?????
Please help, I'm getting started with VB Express and Win Forms. I have run several examples where I change data in a DataGridView, and fields appear to have changed. Then I exit and restart and nothing was saved to SQL express DB. Then I tried Access mdb's, same thing, the changes don't take in the db. Very strange, no errors no nothing. Any ideas would be helpful. Thanks in advance! hi, i guess this question ...Show All
Software Development for Windows Vista 16-bit support in Vista
I've heard that Vista will no longer run 16-bit legacy applications. I've also heard that if applications will run under XP, they will run under Vista. Does Vista include support for running legacy 16-bit applications I think it works like this Windows Vista 64-bit will not have any support for 16-bit applications. Windows Vista 32-bit will have support. ...Show All
Visual Studio I want to add additional documentation to VS help system.
I have VS 2005 installed and it comes with a set of documentation which you can filter via drop down box, which is great. But I am doing some sharepoint development and I really don’t want to switch between the two systems or more if I have other SDK docs I need to look at, can I add the sharepoint SDK or any .chm file to the VS help system which should be automaticly searched via dynamic help also. I think I am asking for the impossible. ...Show All
SQL Server TSQL UNION, but get the differance in dollar amount in the result
GridView_1 Category Name SubCategory Name Amount Construction Construction 2,877.00 Design Design 0.00 Soft Cost Inspection 0.00 GridView_2 Category Name SubCategory Name Amount Construction Construction 2,800.00 Construction Contingency 300.00 Design Design 500.00 Soft Cost Inspection 980.00 Soft Cost Surve ...Show All
Visual C++ Replacement for #pragma comment( exestr, "xxx" )
The code base I work with is portable across several compilers (MSVC, Borland, VxWorks, Intel IPP, ...). We have been using static chars to add revision keywords to our executables so we can track module revisions in the field. Recently we changed from using static char to #pragma comment because the Intel IPP linker removed the static chars (not being used, so not needed) from the executable. We are now moving to Visual Studio 2005 and we ...Show All
Visual Studio login Failed
I have a windows app that connects to a sql database. I now want to do reporting from it. I have created a CR report (from the buit-in VS2003 version of CR) that is going to be used to display the information. When I run the app I get a login prompt for the database. No matter what I enter into the prompt CR returns "Login Failed". Searching the web the only references to try and solve the problem de ...Show All
.NET Development Opening the file as a New Process
I am trying to open a file, e.g. a text, .doc or .mpp file, when it runs on the localhost system opens a respective file, but when installed in the IIS 5.1 and IIS 6.0 as a virtual directory, and access the file, system doesn't opens................................................... Imports System.IO Imports System.Diagnostics Partial Class CR Inherits System.Web.UI.Page Dim projectPath As String Dim ...Show All
SQL Server Failed to acquire connection / The AcquireConnection method Failed
I am running the Sept CTP. I have created a SSIS package that pulls data from a text file and inserts into a database. When I run the package on the DB server it runs fine. I have moved the package the the web server (we are attempting to kick off the package from a web site) and we get connections errors. We are running the package using dtexec from the command line. The 1st time we got The AcquireConnection method call to ...Show All
Visual C# api question..
how can i view an dll i heard it was in VS6 a tool called api viewer.. is there something like that in VS2005 can anyone send my a link to downliad That api viewer.. Thanks Reflector is the tool which lets you look inside .NET dlls. http://www.aisto.com/roeder/dotnet/ ...Show All
Visual Studio 2008 (Pre-release) Versioning in Indigo and ClickOnce
I need help to response this question: Versioning in Indigo, how are changes in the model of objects that have an effect on the services offered to client managed in Indigo how are they related with ClickOnce I have a services contract of my model of objects, how are they managed the changes of my model of objects or services contracts in Indigo that have an effect on the services offered to client (Datacontracts with version, suply ne ...Show All
Smart Device Development Emulator not connecting to internet but device thru ActiveSync 4.1 can
I built a small VB 2005 appliction for the Pocket PC. I put a browser control on the form and if I have my devce connected to my computer thru ActiveSync 4.1 I can access a web page. If I use an emulator I can't get a connection. Is there something I have to do to the emulator to get a connection Thanks. You may want to have a look at http://blogs.msdn.com/akhune/archive/2005/11/16/493329.aspx -Thanks, M ...Show All
Visual Basic Minimum Permission Requests?
Using VS2005 RC1, every time I create a project and add a reference to a DLL or control that resides on a different drive I get the following error either when attemting to run the program or when I first attempt to add the reference: ... Could not load file or assembly ... Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417) I'm an administrator- equivalent user and have full create/modify/destroy on both my local ...Show All
Visual Studio Reporting Services, Reportviewer control & browser compatibility.
We are planing on using the reportviewer control that comes with the standard edition of visual studio 2005. I have noticed that the rendering is not the same in Firefox and I.E. Event the tool bar is wrong. Is this control supposed to work non MS-Browsers Can I fix it by editing some css files, or do I need to derive my own control from the supplied control, to tweack the html it produces. It would be nice if it worked for most browser out ...Show All
