Fabrício Sperandio's Q&A profile
Visual Studio Need to generate .rdlc at runtime for dynamic report processing in a web form.
Where can i find info on this I want the user to select parameters. I can piece together the SELECT statement from the user inputs. I can fill a dataset with the results from an Oracle DB. I think the final part missing is how to generate and attach a new .rdlc file to render the report. Any help is appreciated. hi GlennL, SQLBuilder and RDLGenerator are both build in house. We first tried to look, if we could get product that could help us in building an application, but could not find any in the Market, so we end up building our in house solution. RDLGenerator takes business objects ...Show All
Smart Device Development GPS sample and Windows Mobile 2005
hi, i found the GPS example on the SDK for Pocket pc for C#. i have no problem deploying it in my pocket pc - MDA PRO. but when i select menu item 'Start gps' it only says 'StartingUp' and does nothing else. my PocketPC is already paired with the GPS receiver. will really appreciate if anyone can help me with this. will also appreciate if anyone can point to some other sample example to connect to bluetooth gps receivers. regards, rnv Have you gone into the GPS Settings applet, and set up the COM port that your Bluetooth GPS is connected to ...Show All
Visual Studio Tools for Office Integrated Windows authentication and MS Word 2003
Hi, We are building a VSTO app that runs in Microsoft Word 2003. One of the parts of this application is the authentication module (a class library) that uses either Credential based (i.e. user supplied username and password) or Integrated Windows authenticaiton. We can successfully use the credential based approach by enabling anonymous access to our web service. However, when we disable anonymous and just leave the 'Integrated Windows' we receive the following error: "The request failed with HTTP status 401: Access Denied " Now, in our code, right before we make the service call, we have the following line: ...Show All
SQL Server Dose sqlserver 2000 support Array type?
Any one know about it No, there is none (builtin) Sure you can define your own type with the new SQL Server 2005 but there is array type. HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Studio Team System Problem with Beta 2 TFS Install with Sharepoint portion
Although I have had no problems installing the pieces for TFS during Beta 1 and all the CTPs , I can't get Sharepoint Services 2.0 to install correctly this time. I have tried 3X and I get this on install: An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator. I am running in a Win2K3 Standard VPC image with Service Pack 1. That is the only difference over the other times . Any ideas Which came first - IIS or AD If you installed AD after installing IIS, you wi ...Show All
SQL Server Reference Package Level Variables in a Script Component.
I am trying to reference a package level variable in a script component (in the Code) and am unable to do so successfully. I have it listed as a ReadOnlyVariables in the custom properties of the script component, however unable to reference it in the code. Any help will be appreciated. Thanks, Andy. Jamie, Thanks for your suggestion. I did that and I was able to locate the variable. What does "ME" refer to Is it refering to the Script Component Does typing ME in different procedures/functions within the Script Component refer to different things Thanks, Andy. ...Show All
Visual Studio Opening a document from an add-in
Hi, I'm a bit new to add-in development, so I don't know if this is a stupid question: how do I open a document from an add-in The DTE2 object has an OpenFile member that's marked as "for microsoft internal use only" and I'm not sure where else to look. Thanks in advance for your help, Ben. Check out the SDK Documentation under: IVsProject3.OpenItem Method, it specifies how to open a file using a project-specific or global editor. I'm not sure if this helps, depending on how specific you're looking into opening a doc. If its a simple text document, or a text-like document that yo ...Show All
Visual Studio Express Editions question about vb express and hanging the pc
I have installed the entire package and even started a first project, the problem comes when I move a web browser control to the form, the CPU goes to 100%, and pretty much the system is EXTREMELY slow to respond, makes sense if it's maxed out, but why is this happening my cpu is a 1.5Ghz should be able to handle this software just fine , plenty of memory almost a Gig, so what is the deal anybody else run into this Finally it works, I created the tutorial lesson #1 and ran it. works great! ...Show All
Smart Device Development GetDeviceFrameworkPath task failed on VS 2005
Hi, I just installed the latest Compact .Net Framework 2.0 and now I can no longer compile my application in Visual Studio 2005. I get the following error from the get go: The "GetDeviceFrameworkPath" task failed unexpectedly. System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.CompactFramework.Build.Tasks.GetDeviceFrameworkPath.Execute() at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask) E:\WINDOWS\Microsoft. NET \Fra ...Show All
Visual C++ Problem seeing my code
I installed Visual C++ .net 2003 on my computer. Took forever to do and when I finally try to open my code to look at it and make changes, it shows my code as nothing but 0000000's. What is causing this Any ideas I say that I need to install Microsoft Internet Information Services on my computer. How would I know if I have this or not I met all the other minimum requirements. I unistalled Microsoft Visual C++.net 2003 and deleted all the C++ files that I was using for my class and recopied all my C++ files and samples back to my computer from my flash drive and opened them in EditPlus. It is showing my code ...Show All
Visual Studio can i assign diffrent label to an item?
in the source safe help,it say: --------------------------------- If you assign a label to a version that already has a label, or if you assign a label to an item that already uses that label for a different version, the old label is replaced. In either case, VSS issues a warning before replacing the old label. --------------------------------- but,if i want to assign diffrent label for diffrent version to an item,can i do that if can,how can i do If you want to avoid the dialog use the -I-Y option, but make sure you test your command lines first. The -I- will apply to ALL the possible dialog queries. ...Show All
Visual Studio Express Editions Creating an independant application
Hey there, I've been playing around in Visual Basic Express 2005 and I have a question. I want to take my program from Visual Basic and turn it into a standalone executable file. Something that I could send to my friends (Who do not have Visual Basic Express on their computers) and let them open the file up and use the program. How would I do this I have tried the "Build Program" command but it doesn't let me open up the executable file (.exe) on a computer without VB Express. Thanks in advance Long is a relative term !!!! I'm on a modem right now and it would take quite a while to do ...Show All
Windows Forms Socket programming
i have created an application that uses socket programming for sending data from one computer to another on a network. the server sends an serialized object to the client every 1 sec using the networkstream. the client recieves and stores the data in a byte array buffer. i wanted to know : 1) How can i acertain the size of the data that is be ...Show All
Visual Studio Error Deploying Crystal Report VS 2005 in same server with existing Crystal Report VS 2003 Configuration
Our server hosts applications that use Crystal Report VS 2003. I tried to deploy an application that uses Crystal Report VS 2005 using both Windows Installer and Merge Modules (with pre-requisites .Net Framework 2.0 and Crystal Report for .Net Framework 2.0) but I encountered the following error : CS0433: The type 'CrystalDecisions.Web.CrystalReportViewer' exists in both 'c:\WINNT\assembly\GAC_MSIL\CrystalDecisions.Web\10.2.3600.0__692fbea5521e1304\CrystalDecisions.Web.dll' and 'c:\WINNT\assembly\GAC\CrystalDecisions.Web\9.1.5000.0__692fbea5521e1304\CrystalDecisions.Web.dll' I tried including the VS 2005 ReportViewer pre-requisite but ...Show All
Visual Studio Tools for Office Excel Add-In showing up twice
Hi, I have a excel 2003 add-in developed in VS .net 2003 (i.e framework 1.1). The add-in adds a new Menu at the end of the existing menubar (file, edit,.....help,"My Menu"). This menu provides some custom excel functionality. At some point of time when i was testing it, a strange thing happened, I saw my menu appear twice in excel after installing the add-in (I had earlier installed and tested the add-in and it was working fine). I cudnt exactly figure out when or how this happened. This apart, my major problem is when i uninstalled the add-in, one out of the two "My Menus" still continues to show in excel, although none of the menu it ...Show All
