new to .NET's Q&A profile
Visual Studio Crystal Report 9, 10 dev with Visual Studio.Net 2005
I am trying to migrate all my client sites and my developement environment to .Net 2.0 and VS.Net 2005. Some of production sites are using Crystal Report for VS.Net runtime comes with CR 9 developer edtion(engine version 9.0.0033.0). Some are using the runtime from CR 10 dev(engine version 10.0.0033.0). I found VS.Net 2005 comes with CR engine version 10.2.xxxx. I am totally confused about how to upgrade these sites and my dev environment: 1. Ca ...Show All
Visual Studio Express Editions Network Files
The documentation for my.computer.filesystem suggests that paths starting with \\ will cause an error. How do I access files on file server within my VB app Thanks Gareth Excellent, I thought it seemed odd that file servers wouldn't be supported in this object. Thanks for the help. Gareth ...Show All
Windows Forms Communication between two user controls ?
I've made 2 very very simple user controls named uc1 and uc2, I've put then on my main Windows form, but how can we for example :: displaying the text from the textbox uin uc1 on the label in uc2 Sorry for my bad english, here& ...Show All
Visual Studio Team System Upgrade database to specified version in automated build task
We are using team build to run a nightly build and deployment to our test environment. We are thinking about to create a DBScripter.exe app to upgrade our Oracle DB to the specified version. It will look for change scripts and handle the upgrade of the database to a specified version. What can be a good approach to integrate this in the build process I was thinking about calling this at the BeforeCompile Event and the Exec command. But if ...Show All
SQL Server Database Constaint Violation Error in SQL for Great Plains
Hi there. We're doing a save on a MS Great Plains with SQL Server screen and get the following error: "A save operation on table 'WS_Time_Sheet_TRX_WORK' failed because a database constraint was violated." If I hit More Info it says: [Microsoft][ODBC SQL Server Driver][SQL Server]INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK_WS10702_UPR00100'. The conflict occurred in database 'NSP', table 'U00100PR', column 'EM ...Show All
Visual Studio Class Details window (MSDN bug ID: FDBK24857)
I'm having a problem with the Class Details window. Click on the following link to see the corresponding bug details: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx feedbackid=914d3c3f-efdd-41ed-8c6c-da5ed91f48db When I click on a class in the Class Designer, the Class Details window shows up, docked at the bottom of the screen. But when I click inside the Class Details window, it dissapears! Every time. I tried to&n ...Show All
SQL Server Execute SSIS package without SSIS console
Hello, How can i do to execute SSIS package without SSIS console This can occur when you use a hosted database with your hosted web. thanks This is a snippet of code of our vb service: "Fic" is when you have your dtsx allocated on Windows folder "Sql" is allocated on MSDB "dts" is allocated on SSIS Package Store (both Sql Server and Windows folder) Select Case ObjSSIS.sSourceType Case &q ...Show All
Windows Forms Stop Multiple Instances of Child Form
Hi, i want to stop multiple instances of child forms in a MDI application, can anyone suggest what can i do my code is like this. Private Sub MenuItem5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem5.Click & ...Show All
Visual C# Annoying Dialog
When opening custom projects an annoying dialog pops up saying: " Security Warning...." And then you have the option to either "Load project for Browsing" or "Load project normally", and then a checkbox "Show this dialog for sub projects" or something like that. Can anyone please tell me how I can disable the dialog Thank you. The easiest will be if I could send you ...Show All
Windows Forms Drag an object between Tab pages
Hi, I have a viewer that uses multiple TabPages to view groups of rectangular objects. I want to enable the user to drag an object from one tab page to another tab page. If the left mouse button is NOT down, the Tabcontrol's MouseMove,&nb ...Show All
Visual C# Customizing VS.NET IDE
Hi, I would like to achieve the following, I would be glad if anyone can give me directions: Add custom file types in VS.NET project say *.rld Add when I open this file type in VS.NET IDE I would like to have custom Intellisense to work on this rld file. Could anyone tell me how do I go about adding custom custom file types to a VS.NET project and also how to add intellisense support to these file types. Mahesh Mahesh ...Show All
Visual Studio Express Editions Using forms in VB Express
How do I move from one form to another. Can I use buttons. I would like to click on a button and go to another form. Scott Dim f as New Form2 Private Sub Button1_Click ( ByVal sender As System .Object, ByVal e As System . EventArgs ) Handles Button1 . Click f.showdialog() End Sub ...Show All
Visual Studio Express Editions Registration Benefits?
I have downloaded and registered all of the express applications. When i access the benefits portal all i can download is the corbis images. where are the iconbuffet, components, e-books, and articles ...Show All
.NET Development Looking form .NET Framework information
I have been using MS Outlook to create forms that our company uses to collect data and store it in MS Access. Over the years we have added more and more to these forms and to the database. We feel it is time to migrate to a more powerful platform and database. One of the options I am looking at is using .NET Framework, using MS Access at first then moving up to SQL. This is a very General question.... I do not know anythin ...Show All
Visual Studio Express Editions How to run vb 2005 .exe files on another computer?
Hi guys, I have a question about running an .exe file that was made with vb 2005 b2 on another computer. On my machine I just yank out the .exe files and run the progams without using the whole install thing but today I took an .exe file to my Mom's house and her machine said it needed the .NET Framework to run it - so if I run the install wizard for my programs will they then work on other peoples computers Thanks a bu ...Show All
