Lino's Q&A profile
SQL Server RS2005 Crashed After Editing and Restoring Config Files
Dear Anyone, Here's what happened. We backed up the web.config and the rsreportserver.config. We messed around with it trying to make an assumption worked. When we finally gave up, we deleted these files and renamed back the web.config and the rsreportserver.config files. To our surprise when we tried to open our report manager, the error below showed up. We tried to reconfigure the report server using the reporting services configuration too ...Show All
Visual Studio 2008 (Pre-release) LINQ support on deployment
Hi to all. I am a new in the LINQ. So I have a basic question: I downloaded the LINQ and installed it on my developer machine running VS2005. Used some LINQ code in my application. Now I need to deploy it on the production machine. Do I need to install some LINQ support besides the .Net 2.0 framework Thanks FWIW, the LINQ CTP is not for production use per the EULA. If you want to tr ...Show All
Visual Basic How can I, if at all possoble, create an FTP Server
I'm a beginning developer and i need to create an FTP server imbedded in an application. This is the last thing i need to do to finish the program. I need to make it so the server is only available when the application is running. Are you shure you need a server and not a client Anways this is what I found after a quick search on the internet: http://www.mabry.com/mabry.net.ftpserver/ ...Show All
Windows Forms layout managers
Howdy. Is there some Forms class (or classes) that behaves like a card stack I'm needing to make a conceptually simple application that displays a simple form, and depending upon which of a small few buttons is pressed, the appropriate next form is  ...Show All
Visual Studio Express Editions How can I do reports with my visual Basic Express Edition?
I would like to do charts reports with my visual basic Express edition. I'm seeing a number of issues like this. I wonder if the user community is not forgetting the intent of Visual Basic Express It's intended for hobbyists and people who are learning computing. It is not intended for production use. ...Show All
SQL Server Can you join datasets
Hi I am using reporting services 2000 and I have two datasets which have a common link. Is it possible to create a new dataset based on these two datasets from within the report Many thanks No. If you need to do this, you can create a stored procedure that creates a single dataset from multiple data sets and call this procedure from your report. Or you can reference two datasets in your report but n ...Show All
Smart Device Development Can I draw 3D objects by C# (cf 1.1)?
Hi everyone, I need to do a really simple and samll 3D universe in a pocket pc 2003 using c# in .net cf. I was searching on google for hours, but I couldn't find any related resouced about that, I have a reference book but all the drawing method are 2D, anyone can help me of that, really appreciate! Many thanks! Ray and I don't see I will develop other 3D app soon in ppc so I don't want to buy another pocketpc just for one program, and ...Show All
Windows Forms TreeView Sorting Problem (.NET 2.0)
I'm trying to sort the nodes in a TreeView component, and have run into a problem. There are two root nodes, the first of which has a list of child nodes that I would like to keep sorted. My code to create the tree is basically as follows: TreeNode rootNode = new TreeNode("root1"); TreeNode secondRootNode = new TreeNode("root2"); tree.TreeViewNodeSorter = new MySorter(); ...Add child nodes to "root1" (these are constructed from values r ...Show All
SQL Server Converting Data
Good Day, I am new SQL Server 2000 and have a dbase III application to convert. I am trying to import data from dbase III to a SQL table but I don't want <NULL> to show in the field. I am having trouble with the ALTER TABLE command. Can some tell me how to import dbase III data with NULL or how I can alter the columns data to remove NULL Any suggestions would be greatly appreciated. Regards, RNettles ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DXSAS
Is DXSAS available for use at this point from managed code (or at least is there a complementation implementation available for native code) or will it be available only with DirectX 10 How can we begin to take advantage of this Dan Moorehead wrote: Is DXSAS available for use at this point from managed code (or at least is there a complementation implementation available for native code) or will it be ava ...Show All
Windows Forms Microsoft Outlook 11.0 Object Library
I am retrieving message from the Inbox as follows: (MS Article ID 310258: How to use the Microsoft Outlook Object Library to retrieve a message from the Inbox by using Visual C# .NET) Try Dim oApp As Outlook.Application = New Outlook.Application ...Show All
Visual Studio How to change the Pie Chart Color of all pie
Hi Any one knows how to chage the color of pie of pie chart in crystal report. i am using crystal report with vb.net (.net studio 2003) Thanks in advance With Reagrds Dev Bhavar Hello, This is not possible with the bundled version of Crystal Reports for Visual Studio .NET. You will need to upgrade to a full version of our product. Using the stand alone report designer will also give you more functionality ...Show All
Windows Forms Accessing Design-Time Only Properties
Does anyone know if it's possible to access Design-Time only Properties, such as the Locked Property from inside a Designer The kicker of the question is...I need to access it from another control I'd just like to know if this is possi ...Show All
.NET Development Object reference not set to an instance of an object
m using windows xp home edition and I just installed VWD 2005 Express beta edition I have a problem every time I try to create Cs (c sharp file ) it give me an error saying :Object reference not set to an instance of an object . thanks for help Sam I had the same problem and applied Edgardo's suggestion, which worked for me. Everything works fine now. I originally installed VWD and then later uninstalled it to install the full VS20 ...Show All
SQL Server Display Row Data As Cols
I have data in rows that I need to aggregate and display in a columnar fashion and I haven't been able to figure out how to do it. A simplified version of the data as it is stored in the table: Station Month Day Reading 1 1 1 100 1 1 2 200 1 1 3 300 1 2 1 400 1 2 2 500 And I would like to create a query that returns: Station Mo ...Show All
