G1's Q&A profile
Visual C# How to add folders into .Net's install shield?
Hi friends, I have around 200 folders in my application. Is there any way to add these folders hierarchy into my .net2005 installation project by giving the parent folder name\\*.* Please its urgent..... regards, Hi, Based on my understanding, you have a structured folder of files in your project, and you want to deploy to your client. If I misunderstood, please feel free let me know. Based on my research, we can ...Show All
Visual Basic Compatible with SQL Server 2000 and SourceSafed sps?
Probably a stupid but do I have to have SQL Server 2005 to use with Visual Studio 2005 I can talk the powers that be into getting Visual Studio 2005, but not SQL Server 2005. You specifically stated that Microsoft supports Visual Studio 2005 with SQL Server 2000 databases in the development environment. Does Microsoft not support this in the Production environment ...Show All
Visual Studio Visual Studio 2005 ToolBox not showing Reporting Services tools
Hi, I've been using RS for some time in VS2003 and have had no problems. I tried installing RS2005 tools to VS2005 (release version). I can create a BI project, create a dataset and drag fields onto the Design Body. My problem is that I don't see the ReportingServices items in the Toolbox so I can't create a table, cross tab etc. Am I missing an install step Thanks for any help... Try rebuilding y ...Show All
Smart Device Development Pocket PC 2003 emulator and Sql Mobile
Hi all, I compiled up a simple SQL Mobile application on vs2005beta and deployed to the PC 2003 emulator. However when it runs it fails with an error message 'the application <> requries a newer version of microsoft .NET Compact framework than the version installed on this device'. the src is from http://samples.gotdotnet.com/quickstart/util/srcview.aspx path=/quickstart/CompactFramework/samples/sqlcedbcreate/sqlcedbcreate.src ...Show All
Visual Studio More Logon Failed exceptions
Good Morning, I have been monkeying about with the CR.Net stuff, and in a normal winform client can load a report that talks to an Access database via a DSN connection. However, that same report with virtually the same code will NOT load in a web application. It constantly gives me the logon failed exception: [LogOnException: Logon failed.] . F(String , EngineExceptionErrorID ) . A(Int16 , Int32 ) ...Show All
Visual C++ vs 2005 pro final version hang using vs 2003 c++ project
Open a VS 2003 c++ project with VS 2005 pro, convert it as requested then vs 2005 hang continously no matter what i do: edit a file, build etc. The error seems to be in mfc runtime dll vers. 8. I'm crazy. help The best and only way to deal with these types of problems is to send your source code and project into Microsoft (if it's not confidential code). This way they can reproduce the problem in-house, an ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Mesh Intersect Confusion
EDIT: Let me make my question simpler: How do I shoot a ray (using the Intersect function) from one mesh to another mesh Original Post: I recently found out that the Mesh.Intersect function requires you to transform the ray by the inverse of the Mesh's matrix. I can kinda understand how this works with picking, but, I am trying to shoot a ray from one mesh to another with an arbitrary direction. Now I'm dealing with TWO matrice ...Show All
Visual Studio 2008 (Pre-release) Display vertical rows in a ListView
Hi If this question has already been posted, please could somebody post the link. How to display vertical rows in a ListView My requirement is 1. Column headers and individual rows are oriented vertically 2. When the user adds a new item to the underlying collection, a new column is created instead in the listview to display the newly added item Could anyone please help me Thank you Thank you v ...Show All
Windows Forms Problem in Combo
Hi there! Please Look at this code and tell me where I'm wrong. As I'm not able to display right values and retrieve right values. This is just one form. I'm new to vb.net. Here what I'm trying to do is in combo I want to insert& ...Show All
.NET Development All Windows Applications Under .Net
I am imagining a system where all the software running on it has been built on the .Net framework. Is that likely Found my answer http://channel9.msdn.com/ShowPost.aspx PostID=68302 ...Show All
Visual Studio SetDataSource doesn't work in VS2005
Hello. I used VS2005 Beta2 and a dataset as source for my (sub)reports. I create my report with an (Sybase) OLEDB connection. The runtime reports use a Sybase Dot Net driver. I have a machine with the Beta version and a machine with the RTM version. The Beta version runs fine, The RTM version not; the dataset is not loaded into the report. The report uses the designtime parameters or asks for parameter values. When I use SetPara ...Show All
Visual C# Use of classes in windows c# programming
I'd like to ask some experienced developers what way of using classes in windows application they prefer. If you prefer to have one class for main windows form and other classes for application logic and functions and how are objects of these classes communicating . If I had class for main form and other one for some program functions, how can I change the look of windows form from some functions like adding items to listbox Do I need to pa ...Show All
.NET Development WebBrowser control connects but httpRequest does not! Why is it different?
Using VB.Net I have a form, user, password, url. A multiline tex box to show html source, a web browser control to show html ( mainly to prove connection is possible.) I try to requst a page from my webserver which has basic authentication set, user Test, pwd Test. The webserver is onboard a network input output module When the browser connects a dialog pops up. i enter the credentials and click ok. The web server sends th ...Show All
SQL Server Reporting against MDX Queries
I have a report where each line, and sometimes each cell, contains the results of a different MDX query. These are currently summarized and additional formulas applied using Excel macros and raw text files. In SQL 2005, using Reporting Services and SSIS, are there any suggestions for improvements to this architecture Excel formatting is important, as is the ability to expand and collapse nodes from a web page. I would like some tips or fe ...Show All
Visual C++ 64bit manifest problem / side by side issue
Hi all, I have a 64bit app that refuses to start, it complains about common controls supposedly amiss (in the event log. the error message popping up when starting the app is something completely useless, of course. "...aplication configuration is incorrect...."). It's built from the same source tree than the corresponding 32bit app, which uses some common controls functionality, however, it used to work and now it suddenly doesn't any more. Any ...Show All
