Julian Jewel's Q&A profile
Visual Studio Express Editions ComboBox 2005?
I need to know how to add a ComboBox into a VB Basic Express 2005 exe application. I have tried but I haven't found any luck. Please Reply ASAP. You add the combobox the same way you do with all other versions that I know of. Use drag and drop from the toolbox or double click on it in the toolbox with the parent control selected in the designer. ...Show All
SQL Server Windows Auth without Remote Admin login?
Hello- I have RS 2005, and want to consume reports in ASP.NET through ReportViewer, so I have set the control to Remote mode and pointed to the ReportServer webservice. The report runs, but I now have to deal with authentication. If I want to use Windows Authentication, can I create an account which doesn't allow logins via Remote Administration How would I do that Am I going to have to set up an Active Directory server Thanks. ...Show All
Visual Studio How to load image dynamically
HI all, I am using ASP.net with c# to load crystal report. I would like to know how i can load an image in the Report Header section of the report dynamically from aspx page. thanks pradeep_TP Hello All, I am having the same sort of problems while displaying image using CR.NET and VS.NET 2003. Let me epxlain what I want to do. I have designed reports using CR.NET that I intend to sell to various clients. I ...Show All
Windows Forms Encrypting passwords
using the following code I get error that namespace name FormsAuthentication not found. Has anyone any ideas. I'm using a windows form. Thanks <code> using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; using System.Security; using System.Security.Cryptography; using System.Collections.Specialized; string ha ...Show All
SQL Server Trimm off any extra spaces in File Connection Manager for a field
I have a field that in my File connection manager is set to 4 as the column width. Only about 50% of the time will that field have 4 chars, and 50% of the time it will be 3. The problem is that when it's only 3, my flat file that is produced obviously then has an extra space between this field and the next which can't be allowed. Is there any way to tell that field to trim off that extra 4th space if it's not all filled when a rec ...Show All
Visual C# Regions keep auto-expanding
As in the beta 2, in fact even more so, regions still auto-expand all the time, which gets very annoying now that my code increases in size. I've pretty much stopped minimizing them because it's a waste of time, as all the regions will expand again when the next exception occurs. Is there really no way to prevent this from happening Hi Guido - Ah, I see where you're seeing the regio ...Show All
.NET Development error using tableadapter
was looking for a little help on this one i'm doing the tutorial for 05 http://beta.asp.net/guidedtour2/ and i'm on page 14 adding update functionality, the code provided is generating an overload error for the way in which the .Update is being used. Here is the error I'm getting. Error 1 d:\Authors\App_Code\DataAccess.vb(23): error BC30516: Overload resolution failed because no accessible 'Update' accepts th ...Show All
Visual Basic my.**** is coming up undeclared
I have pretty much copied the exact program into a new one but the new one with almost identical code(only change being variable names) won't publish because of the My in My. Computer.FileSystem.GetFileInfo(openFile1.FileName) Please enlighten the newbian:>) Thanks! if you create a new windows application and use this line does it work correctly ie. is it only this project that is having the ...Show All
Windows Forms Granting more trust with the control hosted in IE
Hi all, I've written a .NET control that is hosted in IE. For some reason I have invoked some platform API in my control, so I need a full trust to run this control. In my own machine I can get into the .NET configuration tool to  ...Show All
Visual Studio VS2005b2 automatic attribute code generation
Hi there! I'm writing my own C# component to be used with the Windows Forms Designer. This component has a DesignerSerializer attached. Within my CodeDomSerializer I would like to generate additional attributes that get noted infront of some form controls. Like this: [My.ActionSourceAttribute("APP17", "New.Action", "")] private System.Windows.Forms.Button button1; I really could manage all that to get the attribute generated at the right ...Show All
SQL Server Using a Case to decide on the join statement?
I'm trying to join a table and based on the value of a given column I would join using the column in question, however if the column is NULL then I want to make the join without the column in the join. so I think I want to do something like this: Case E . a when NULL then LEFT JOIN EPD ON EPD . b = D . b AND EPD . SD = ( SELECT MAX ( E1 . SD ) FROM E1 WHERE E1 .b = EPD .b AND E1 .a = EPD .a AND ...Show All
Visual Studio Express Editions The IDE stops
HI all, I just installed C# Express and when i start it, after about 15 sec., it just stops. In the event log, " .NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506)" I have applications that were running on Framework 1.1 that now are not running anymore. Been at this for 4 hours now, uninstalled and re-installed the framework 1.1, 2.0, VSS and everything ..... still nothing. Any ideas ...Show All
Visual C++ How to call unmanaged code from managed code?
Hi, I am very new to the .Net frame work and the whole idea of managed and unmanaged code. I have a question though. The latest version of VC++.Net makes it so simple and easy to design UIs thanks to its drag and drop approach (which had been an integral part of VB). However, my program is supposed to perform some very intensive mathematical routines. For that part, I don't want my code to be managed as that would slow things down considera ...Show All
Visual Studio 2008 (Pre-release) Cannot animate a transform in a data template
Hi, I want to make a listbox with 3D items so I have created a DataTemplate which contains the 3D object. In the DataTemplate.Triggers I start an animation to rotate the 3D object on mouse over. But when I do mouse over an error is raised: "The value of property 'Transform' in the path '(0).[0].(1).[1].(2).(3).(4)' points an immutable instance of 'System.Windows.Media.Media3D.RotateTransform3D' which may not be manipulated." I have created a ...Show All
Visual Studio Team System Need help: TFS RC single server installation error: 28805
I was installing TFS RC single server by following the installation guide. Everything ran pretty smoothly until the installation is almost done. A 28805 error message prompted and terminated the installation. The error message is: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28805.Setup cannot finish the request to the SQL Server 2005 Reporting Services report server. Verify that SQL Server 2005 Reporting Servic ...Show All
