Software Development Network Logo
  • Visual Studio
  • Windows Forms
  • Game Technologies
  • VS Team System
  • Windows Live
  • .NET Development
  • SQL Server
  • Visual FoxPro
  • Windows Vista
  • Visual C++
  • Visual C#
  • Architecture
  • VS Express Editions
  • Smart Device
  • Visual Basic

Software Development Network >> Kramish's Q&A profile

Kramish

Member List

trainer2k
tomnmoore
Ross Olson
Zamma
Huy Nguyen
honkywater
Nolan Garrett
timesscar
gkcvan
Mjman15
George Hardy
Tidane
Iulian
bebrinck_ms
reggio
enrialva
gsbraun
MMMSobo
Darren Stones
GrooveBox
Only Title

Kramish's Q&A profile

  • Visual Basic Auxiliary file locations in VB 2005

    Compared with pre- .NET versions of Visual Basic, VB 2005 generates a number of additional files, mostly in project subfolders like Bin, My Project, and obj: .pdb, .resources, .cache, .vshost.exe files, and the like. So far as I can tell, they're auto-generated perhaps at build time, but because they reside in the folder tree with the source files the whole collection gets backed up, ballooning the backup unnecessarily. Is there a way to break out those files into another location separate from the source and form-design files you can set the build output path to a location outside of your project location. ...Show All

  • Visual Studio Team System beta2, personal website starter kit problem

    downloaded latest team system beta 2 today, created new personal web starter project, when i attempt to create an administrator account here: http://localhost:1689/asp.netwebadminfiles/security/users/addUser.aspx no mater what i type, it continues to say "please enter a different password".  you are instructed to create an admin account for your personal web site by the new starter project.  ideas >I'm pasting this into my web.config file and then most of these attributes >get the error underlining with "The xxx attribute is not declared" >error message. Anyone have any ideas Wel ...Show All

  • SQL Server The REAL Warehouse Sample V6 database

    Regarding the code/db from the REAL project that just got released, I have no problem attaching the "REAL Sample V6" database, but the "REAL Warehouse Sample V6" database requires ENTERPRISE edition, because the default copy uses Partitioning (i.e. the PT version, although the document stated that the multi-table (MT) version is the default). I only have the STANDARD edition of SQL 2005, is there a workaround Appreciate any help. The developer edition provides the same features as the enterprise addittion if you can get your hands on a copy. Norman P. ...Show All

  • SQL Server What are the implications for changing the remote distributor SQL server service details

    Hi, I am replicating a couple of SQL2K databases via transactional rep and remote 2K distributor to 1 SQL2K5 database. I want the distributor to email me when/if any of the agents fail etc. In order to set this up, I think that I need the SQL Server service to use a domain account (from error messages that I have been getting). It is currently using a local system account (it was a test box in a previous life). I have tried this briefly, and found that it lost the publisher details in the replication monitor. Can anyone tell me what the implications for changing the SQL server service user and password are Am I going to have to tear ...Show All

  • Visual Basic System.DllNotFound Exception

    I'm migrating from VB 6.0 to VB.NET 2003. There is a particular file abc.dll that I'm not able to add reference to, though its a dll file. When I try to reference it, the error is 'This is a not a valid assembly or COM component. Only assemblies with extension 'dll' and COM components can be referenced. Please make sure the file is accesible, and that it is a valid assembly or COM component' How can I reference this file Hello, I'm having truoble again with another dll. This time its Winsock.dll. After migration my application that uses this dll, it gives me the following error when WSAstartu ...Show All

  • Smart Device Development Deploying a C# application on a windows mobile 5.0 pocket pc (treo)

    This is my first time developing for windows mobile and for the Treo 700w. I'm working with Visual Studio 2005 and I'm using C#. I've got the latest version of active sync and the smart phone sdk. My basic hello world app works great on the "Windows Mobile 5.0 pocket PC phone square emulator" I'm now trying to get the application to work on the physical treo. What I've done so far is build the application build -- > Configuration Manager configuration : change (Debug to Release) I built using this "Release" option. I then went into my file system, grabbed the hello.exe file generated from this build and ...Show All

  • Visual Studio ExcelFormatOptions is it working for someone? VS2005 beta 2 Exporting report to Excel

    Hi. I'm using vs2005 beta2 version of CrystalReport in an aspx page. I'm able to export to http response to both excel and excelRecord format. But, when I try to use ExcelFormatOptions, these options are not applied Here's my code Public Shared Sub ExporterRapport( ByVal ExportFormat As String , ByRef objRapport As CrystalReportSource, ByRef objResponse As System.Web.HttpResponse, ByVal TitreRapport As String , Optional ByVal PieceJointe As Boolean = True ) Dim myExportOptions As New ExportOptions() If ExportFormat = "PDF" Then    myExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat ...Show All

  • Windows Forms Unable to paste CSV format into Excel

    Hi, I am trying to put data onto the clipboard which can be pasted into Excel.  I have successfully implemented HTML, Text and XML Spreadsheet but cannot get the CSV format to work.  Even the example provided by MSDN won't work: string comma = System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator; String csv = "1" + comma + "2" + comma + "3" + Environment.NewLine + "6" + comma + "8" + comma + "3"; byte [] blob = System.Text.Encoding.UTF8.GetBytes(csv); MemoryStream s = new MemoryStream(blob); DataObject data = new DataObject(); data.SetData("Csv", s); Clipboard.SetDataObject(data, true ); When I 'Pa ...Show All

  • Visual Studio Express Editions help! can not create any project in visual c++ 2005 express edition

    when i try to generate any project in visual c++ 2005 express edition, it always told me that the operation could not be completed and can not find the required module! Lejing wrote: when i try to generate any project in visual c++ 2005 express edition, it always told me that the operation could not be completed and can not find the required module! Please. This is not enough information to visualize what is happening. What operation , please Are you using Menu selection New | Project | ... Or is it later - orcmid ...Show All

  • Visual Studio setup problem of beta2

    Hi all, I have a problem installing vs.net 2005 beta 2 on my laptop. I have a fresh setup of winxp sp2 without nor previous versions of .net framework 2.0 beta neither any other .net framework installed in this machine. The setup stops installing the .net framework itself. I've also tried downloading the .net framework alone from msdn but I obtain the same error. Looking at setup log what I found is: MSI (s) (C4:88) [18:26:44:242]: Executing op: ActionStart(Name=DD_CA_Regtlb_mscoree.tlb_X86.3643236F_FC70_11D3_A536_0090278A1BB8,,) 06/04/05 18:26:44 DDSet_Exit: RunProcess ended MSI (s) (C4:88) [18:26:44:242]: Executing op: CustomActionSchedule ...Show All

  • Software Development for Windows Vista OwnershipTimeoutSeconds

    Hi, Plese, could you tell me what exactly means this attribute. Regards: Jesus InstanceOwnershipDuration - This parameter is only useful if you have more than one runtimehost sharing the same persistence service and db. It is used to set an interval during which the instance can be locked by one of the host so that if another host tries to load the same instance it will get an exception. LoadingInterval: This parameter defines how often do you want persistence service to pull timers from the db. If it set to 5 sec, the service will pull db for expired timers every 5 sec. If you h ...Show All

  • Visual C++ MS C++ 2005 express database mismatch error when compiling

    Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Concepts: Building a C/C++ Program   Fatal Error C1902 program database manager mismatch; please check your installation A program database file (.pdb) was created usin ...Show All

  • Visual Studio 2008 (Pre-release) WinFx - Convincing Clients to buy into it ?

    Hi, Firstly, many thanks for WinFx, it makes my life easier if only because i can create great looking, easier to use apps and clients love them, which means its easier to sell to them. but... I am finding resistance from my clients to adopt the perceived "Heavy weight" download overhead for WinFx applications, for internal systems i can set them up no problems, its just part of the install. but What about web based currently i am having to build Asp.Net apps instead because my clients know that they will run in "their customers" browser, as it boils down to .html & javascript, no problems. BUT when i expl ...Show All

  • Windows Forms DataGridView SelectedRows

    I need to create a function that when multiple rows are selected in a DataGridView (and the function is called), it will change the value of a check box that is located in a cell in the DGV to either True or False (Checked/Not Checked) Does anyone know how to do this This is what I have so far: Private Sub CheckUnCheckSelectedItems() If Me.DataGridView.SelectedRows.Count > 0 _ AndAlso Not Me.DataGridView.SelectedRows(0).Index = _ Me.DataGridView.Rows.Count - 1 Then '<HELP HERE> End If End Sub Thanks in advance im sorry this example is in C# but its ea ...Show All

  • Windows Forms Combining VB6 forms with VB.Net forms

    Hi all,,, I have a project developed using VB6, and I want to add many other functionalites and forms to that project. Im thinking of developing the new forms and functionalities using VB.Net. The question is: can I combine the two environments for developing a single project, and if yes what is the side effects and the drawbacks Thank you Hi, I would recommend consuming the VB6 DLLs from a VB.NET application. That way. you have a .NET application which is talking to older COM dlls rather than having a COM based application that is talking to .NET DLLs. Here are some good articles to read for both approaches: Using .NET Assemblies Fro ...Show All

©2008 Software Development Network