Jump to content
Xtreme .Net Talk

devados

Members
  • Posts

    9
  • Joined

  • Last visited

About devados

  • Birthday 01/01/1970

devados's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Unfortunately the prob was with the installation only. When I reinstalled VS, the problem is gone. Thanks for taken you time.
  2. I tried to have a setup files for my solution. (just for practice). I dont have any controls in my windows application. I added the setup project to the solution. and added the project output group. when i build the project the following error comes: G:\Visual Studio Projects\Setup4\Setup4.vdproj Could not find file 'E:\Program Files\Microsoft Visual Studio .NET\Common7\Tools\Deployment\.\MsiRedist\InstMsiW.Exe' 'Interface not registered' what will be problem? any one to help me out..
  3. Everytime I build the solution I am getting different errors. following are the errors i get last 2 times i build the solution. ERROR: Could not find file 'E:\DOCUME~1\peter\LOCALS~1\Temp\Setup3.msi\Managed.D93ED6F5_1D53_11D4_A53C_0090278A1BB8\Program Files\Microsoft Visual Studio .NET\Crystal Reports\Crystal.NET\CrystalDecisions.Web.dll' 'Interface not registered' ERROR: Could not find file 'E:\DOCUME~1\peter\LOCALS~1\Temp\Setup3.msi\Database_Access.BF125633_EFD6_11D3_A52F_00A0C9CA42BA\Program Files\Common Files\Crystal Decisions\1.0\Bin\tslv.dll' 'Interface not registered' can any one find out why its happening?
  4. I am using crystal report 8.00 and could not find any updates for .net I think either I have to upgrade to cr 9.00 or continue with cr .net. Am I correct? I dont have licenced cr 9.00. In this case my problem exists with cr.net only (which was shipped with vs.net) I am not sure wheather I am correct. But this what I understood. If I am continuing with cr.net can i use the vs.net licence key for cr.net. Please let me know.
  5. I did that. I added the following merge modules: managed.msn database_access.msm database_access_enu.msm regwiz.msm licene key property of regwiz.msm must be filled: xx-xxxxxxx-xxxxxxx-xxxxxxx (licence key was in this format. is it correct?) following error appears while building the project: G:\Visual Studio Projects\Setup3\Setup3.vdproj Could not find file 'E:\DOCUME~1\peter\LOCALS~1\Temp\Setup3.msi\Managed.D93ED6F5_1D53_11D4_A53C_0090278A1BB8\Program Files\Common Files\Crystal Decisions\1.0\Managed\CrystalDecisions.Web.dll' 'Interface not registered' what shoud i do to get this done?
  6. I have a cystal report control in my vb.net solution. I was able to build my solution without any errors. When I run it in the client pc, I could not open the window which contains the crystal report viewer. The error appears as, dependencies not found for crystal decicions class. How can I solve this problem. Is there any way to add these dependencies without adding a setup project? What files I supposed to add?
  7. I changed my string as follow: sqlCon.ConnectionString = "server=bdc_kafco3;Database=New_CallCenter_DB;User ID=sa;Password=;" it works fine.
  8. Error Login to sql server Following is my code: sqlCon.ConnectionString = "Integrated Security = True;Data Source = server3;Initial Catalog = database1;uid=sa;pwd=;" sqlCon.Open() Following error appears if the domain user is not administratrtor: Logon failed domain1/user1 What shoud I do?
×
×
  • Create New...