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

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

DecentViv

Member List

mschai
Fabian Goncalves
hexrex
Ed Noepel
Kawish
JoeMiller
mattdk
XgenX
Lovenish
ian1234
TerryG
omarslvd
Derek Moffett
Amit Tzafrir
Wangen
James Avery
efrbelgarion
Mik Dennet
guptasameer1984
Kanga LeRoo
Only Title

DecentViv's Q&A profile

  • SQL Server sqlexpress installer doesn't believe sqlexpress has been uninstalled

    Because of numerous problems trying to get sqlexpress working, I uninstalled it with the intention of reinstalling (via Add or Remove Programs). However, now when I try to reinstall it, I get a message that the I am not making a changes so it won't let me install it. I do have sql server 2005 developer's edition installed; is that the reason and does that mean I cannot have both installed on the same machine You can have both on the computer as long as they have different Instance Names. You should verify what you have installed in Add/Remove Programs by launching the SQL Server 2005 Maintenance Mode and ...Show All

  • Visual C++ VS2005 C++ project: linkage errors under MultiThreaded-DLL runtime lib', but compiles fine under Multithreaded-DEBUG dll ?!?

    Hi, I am in the process of moving our development to VS2005 from VS2003. One of our C++ projects now runs properly in debug mode, and in release mode when using the multithreaded-debug-dll runtime libs, but does is fails during linkage when in release more and using the multithreaded-(release)-dll [which it is supposed to]. - The project combines managed and unmanaged code. - The error repeats itself both in the original managed C++ syntax, and now in the new C++/CLI syntax. - Other C++ projects I have moved to VS2005 do not have this issue. The linkage error is below in italic. Any ideas ! Thanks, 5spot MSVCMRT.lib(mstartup.obj) : error ...Show All

  • .NET Development invoking native dlls in c#

    Hi I have faced one problem on calling the native dll's functions from C# .Net coding.Actually i wrote one dll to control the Digital Multimeter in a remote programming mode through GPIB interface. Initially i have imported the win32 dll provided with GPIB driver in my coding and tried to send the data to the Digital Multimeter, Whenever i send the data, it throws this Exception " System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt." , but i will send the data from VC++ application,its working fine. Is there any specific setti ...Show All

  • Visual Studio 2008 (Pre-release) Is it could be used on Oracle database?

    Could I use DLinq on Oracle database Thanks! Currently, DLinq only supports SQL Server (2005 or 2000 to be more specific). But the technology is NOT SQL Server-specific. Given our limited resources, we are looking into various options for supporting other databases including working with ISVs and database vendors. Thanks. Dinesh Kulkarni Program Manager - DLinq http://blogs.msdn.com/Dinesh.Kulkarni/ ...Show All

  • Visual Studio Express Editions VB 2005 Express - datagridview

    Hai, I would like to make a datagridview, see example i want 4 dings 1. combobox of column keuze 2. show valuta right 3. datetimepicker 4. edits directly to database De code below wont do the job.         Dim aDataTable As DataTable = New DataTable         Dim aSQL As String = "SELECT Tabel1.Id, Tabel2.Tekst, Tabel1.String, Tabel1.Valuta, Tabel1.Integer, Tabel1.Datum " & _                             "FROM T ...Show All

  • Visual Studio Express Editions Install 2 express editions side by side?

    Hi, I want to install both the VS VB express edition AND the VS webdeveloper express edition on the same machine. Is this possible I have installed both of those along with the C# Express. No issues that I have come across yet. ...Show All

  • Visual Basic File Open Dialog

    I am trying to code to get the File Open dialog.How do I do it Can anyone post a sample code, please Thanks a ton for all your help. I tried this one and was successful. Using the CommonDialog Control I was able to bring up the Open Dialog. CommonDialog1.ShowOpen ...Show All

  • Windows Forms Client App using IE Browser control

    I've been pulled into a project that is being developed for a device that will have no web server on it, but (for reasons beyond my control) the central part of the content is hosted within the IE browser control. I have been tasked with creating controls to be loaded within the browser.  I've been reading about how to host Windows Forms cont ...Show All

  • Visual Studio Team System uninstall of ADAM f*** me up...

    since the uninstall of ADAM (cause VSTFS installation failed again :-)) and deleting the VSTFS databases and after reboot the sqlserver cannot get started anymore, not after many reboots and trials with whatever.... does anyone have expiriences on that problem already revieve this eventlog entrys: TDSSNIClient initialization failed with error 0xd, status code 0x36. TDSSNIClient initialization failed with error 0xd, status code 0x1. SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. could it be cause of the ssl certific ...Show All

  • Visual Studio Team System extracting HTTP Links

    here is some source from a page on my site... </div><a id="18690_68" title="Customer Packages" class="header none" onclick="toggleMenuHeaderLinkClass(this);" href="/asp/package_generation/delivered_packages_customer.aspx FileID=1611241&amp;TransId=1078022&amp;ClientNo=&amp;DivisionNo=&amp;ClientPartyId=&amp;ClientID=&amp;PO_ID=240183" target="main">Customer Packages</a> I want to get the link out of that. Until now I have just been using the extract text and I didn't understand the other extraction rules. Someone care to help me out ~Todd ...Show All

  • Windows Forms Add controls to a child control at design time.

    Does anyone have a solution to this problem: When implementing a ControlDesigner or ParentControlDesigner, if one has a UserControl that contains child controls as follows: +========UserControl=========+ | +-----------------------------------+ | | | Caption Panel | | | +-----------------------------------+ | | +---------------------------------- + | | | Content Panel | | | +-----------------------------------+ | +=========================+ My&nb ...Show All

  • Visual Studio Team System Transferring Team System projects from one server to another

    i have just been given the unenviable task of having to move our team system projects onto another server the new server will just be a completly fresh install of Team Server. is there a step by step guide to transferring the projects over im guessing it wont be simple as that with all the users etc within sharepoint & reporting services. any help is greatly appreciated as im panicing at the thought of it!! Cheers, Craig There's no supported way of doing it with any of the current releases.  If you are using the July CTP, you could get pretty close by backing up the SQL databases and restoring ...Show All

  • Visual C# HELP US!!!

    Hi We are at least 4 or 5 people on this forum that are trying to get an answer for this question: We make our own .dll in managed code c#,  and when we use DllImport, we get the exception for invalid entrypoint.. why I saw on a site this definition EntryPoint This specifies the name or ordinal value of the entry point to be used in the DLL. If not given, function name is used as entry point. but we give the fuction name and still that exception... Help Us guys. Thanks!!! DLL writen in managed code is not a regular Win32 module, meaning it has a different overall structure when it comes to exporting functions. You only need ...Show All

  • Windows Forms Remote Server Is Unreachable - New Install

    I downloaded the install for the source today.  I ran the install.  Verified that the database was created and that the tables had been poplulated.  Also verified the virtual web was created in IIS. Database and client are on the local system. After the solution was rebuilt and the project was executed I am prompted for a username and password. I  ...Show All

  • Visual Studio Team System project import/export?

    Is there a way to extract a project and related data from one Team Foundation Server and import into a different TFS If not, what is the best way to migrate a project from one server to another We're growing our server environment and need to move some projects around. There's no support for moving a project between Team Foundation servers. The simplest approach would be to get the source on disk, and load the work items in Excel, and then load those in a new project on the new server. You'll lose history, links and attachments, and you'll probably have to do some prep work, like setting up your Areas and Iterations to match the ...Show All

©2008 Software Development Network