hi,,, When I made setup of Vb.net project, dotnetfxredist_x86_enu.msm is automatically included in the setup project. But when I build project it is giving an error saying " dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module." Setup is built, but as it does not include the framework msm file, .net framework doesnt get automatically installed on the system nor does the setup run because framework is not installed. Which is the file to be included so that framework gets installed automatically?? thx, tasnim
Tasnim
Posts
-
Plz help : Unable to Attach Msm file for .net framework -
CrystalViewer Formula Field in VB.netThanks for your reply, But I am not using any Report Document. I have Crystal Report Viwer object on a form, and i am passing the reportsource through another form. My code is as below. Dim frm As New frm_reportviewer() ''' form which contains crviewer frm.CrViewer.ReportSource = Application.StartupPath & "\reports\rep_EFileStatusReport.rpt" frm.Show() What is the property of CrViewer to pass FormulaFields??? I am not getting it? thanks Tasnim
-
MDAC Merge Module Installationhi,, How to automatically install Mdac along with my software ? I have downloaded mergemodules for mdac,but it doesnt work, i.e. its not getting automatically installed... how to do it? thanks tasnim
-
Deployment of Crystal Report in VB.net(From where shud I get KeyCode)Hi, I want to deploy Crystal Report with my software. I got registered on the site www.crystaldecisions.com/net/licensing. After deployment it was giving error "Invalid Keycode". When I registered they send me a pdf named net_distribution_license.pdf file. But it does not have any keycode. How shud i proceed? From where to get the key code for crystal report. thanks tasnim.
-
How to retrieve network Drives/All Computers in NetworkHi,,, How shud i retrieve the Mapped Drives and also All the Computers in Network in Vb.net. thanks Tasnim
-
CrystalViewer Formula Field in VB.nethi,,, I want to pass a value in a formula field in my report(Crystal Report 9) through Front-End. I am using CrystalReportViewer. Like in Vb 6.0 we used to write CrystalReport1.formulafields.item("formulaname").text = FormulaValue How to do this using vb.net and Crystalreportviewer??? thx Tasnim:zzz:
-
ERROR IN SETUP(CANT VIEW CRYSTAL REPORT IN CLIENTS SYSTEM)Hi ,,, I have made an application which uses CrystalReport 8.5 Viewer(that comes with .net setup). I made a setup so that the client can view the reports. I read in the help file that to include all the files for CrstalDecisions we need to include 3 Msm files i.e. merge modules in the setup. They are MANAGED_ENU.MSM, DATABASE_ACCESS_ENU.MSM, REGWIZ.MSM. I couldnt find MANAGED_ENU.MSM, instead of it I included MANAGED.MSM. I also couldnt find DATABASE_ACCESS_ENU.MSM, instead of it I included DATABASE_ACCESS.MSM. They contain the files needed for CrystalDecisions. But when I included REGWIZ.MSM , it doesnt show me any files in the list(When we see the file list in Mergemodule by including it in the setup). It shows empty list. As per the help file, REGWIZ.MSM contains a file called KEYCODEV2.DLL. But its missing in the MSM FILE. And the error I am getting when I try to open the report at clients place is "INVALID KEY CODE". So where should I find these three files so that I can include it in the project. I searched it on the net but could nt get any of these files. What are the other options for this error??? :zzz: Thanks Tasnim
-
Floating point ambiguous errorsHi, You can try this. Define all the variables as double or type cast it into double and then subtract it. Take the result into a variable which is double. Tasnim
-
Default Button in Vb.netHi Which property shud i set to make button a default button, so that when it is clicked the event fires automatically. Thanks Tasnim
-
How to sort the listview on the basis of the clicked columnAlso I want to sort it into descending order if the column is clicked again. How to do it? Thx Tasnim
-
Directory Permissions in vb.nethi, Can anyone help me how to set directory permissions on a particular directory and also on the subdirectories and files within that directory. Basically I want to set specific permissions for a Windows Group. Only that group should be able to access that directory and have specific permissions like read, write, add,delete etc. What I did is I made a directory and assigned a particular group to it, i.e. only that group can access the directory on the basis of permissions. Then by using Scripting.FileSystemObject I copied that folder in another drive. But the permissions are not transferred. Even if the permissions are transferred it will be useful to me. Right now I tried on Windows Nt Server 4.0. But I want this to work on Windows 2000 also. Thanks. Tasnim
-
How to sort the listview on the basis of the clicked columnHi, Thanks a lot, Will try the code and get back to you. Thanks Tasnim.
-
How to sort the listview on the basis of the clicked columnYa I read the help but I didnt find any examples related to it. I just came to know that it works with IComparer Interface , but how I didnt get it. Can anyone help me for it? Thanks Tasnim
-
How to sort the listview on the basis of the clicked columnBut how to get it in Vb.net Thanks
-
How to sort the listview on the basis of the clicked columnHi, How can we sort the listview on the basis of the clicked column? Thanks Tasnim
-
Please Help!!! Opening Multiple DataAdapters at same time Gives errorHi, I am using System.Threading namespace as I want to continuously fetch some data from the server and give some notification to the user. I am using SQlDataAdapter,dataset and sqlcommand to fill multiple tables in the dataset. Along with this I also want the user to do his normal work on the software. At that time if he performs another operation where another Sqldataadapter,dataset and sqlcommand is used it gives error while setting commandtext property in the sqlcommand. the error is "Sql Command is busy fetching data" How to overcome this error? Thanks Tasnim
-
Help !!! How to Access MDI form's controls from a child formI want to access my MDI forms menus from a child form. like I want to enable all the menus in my MDI form(which is a startup form) after the user logs in successfully. How can I access my Mdi forms menus/controls from a child form Thanks tasnim.
-
IIS Debugging problemhi, I installed .net on Windows 2000 Server. While Installing i checked that all the options are ticked. but still I am getting this error : Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentaion. Would you like to disable future attempts to debug ASP.NET pages for this project? Can anyone help me out. Het :) If you have no Conflicts you have got tremendous Energy. ---Het
-
Asp.net Not Working on Windows Server 2000hi, I installed .net on Windows 2000 Server. While Installing i checked that all the options are ticked. but still I am getting this error : Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentaion. Would you like to disable future attempts to debug ASP.NET pages for this project? Can anyone help me out.
-
login problemwrite this line strpwd= ds.tables(0).columns(0).tostring after you have queried and filled the dataset using data adapter tasnim