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

Software Development Network >> Yash.cse's Q&A profile

Yash.cse

Member List

Shobha
bowie
Belistner
Aksh_bvn
Surixurient
skaranam
abhinavvaid
SnowJim
Bryant Cobarrubias - DocEdge
StealthyTofu
TValoy
JohnDurant
cfusion
baby gerl nette love desmond
LuisFPF
B.I. - SQL 2005
coppersony
Jose Escrich
mr. waffles
_cham
Only Title

Yash.cse's Q&A profile

  • SQL Server 13 GB Log File that refuses to shrink

    I have a SQL 2005 Database (named SMDataTest) in simple recovery mode. For some reason, the transaction log has grown to 13 GB; howver I am unable to shrink the file. I have already taken the following steps: 1. DBCC OPENTRAN(SMDataTest) -- to chekc for active open transactions 2. BACKUP LOG SMDataTest WITH NO_LOG -- to truncate the log 3. DBCC SHRINKFILE (2) -- where 2 is the fileid of my logfile, to shrink the log 4. DBCC SQLPERF(LOGSPACE) -- ...Show All

  • Visual C# DEBUG constant in effect for Release configuration

    folks, i have a web project where the Release configuration shows DEBUG constant defined in various #if DEBUG statements. this is not only visually in IDE but in the actual generated assembly as well. of course, i made sure the "Define DEBUG constant" box is un-checked for Release. has anyone run into this thanks... g finally, you've led me to right track! actually, the problem was ...Show All

  • Visual C# Mozilla Web Browser Engine

    Hello! How can I inlcude the web browser engine that mozilla uses in my web browser apps Mateusz Heres a link to mozilla activeX its the only thing i could find when i was going to build a browser and what not. http://www.iol.ie/~locka/mozilla/control.htm this is a link to manicore a C# browser using gecko made by the guy that started the mozilla project or something like that http://www.bengoo ...Show All

  • Windows Forms DataGridView, DataGridViewComboBoxColumn

    Is it possible to select a value in a DataGridViewComboBoxColumn. Example I currently have a text box a DataGridView with a DataGridViewComboBoxColumn When a user enters a value into the text box I want to select an appropriate value in the combo box column in the DataGridViewComboBoxColum If someone could help, I would be most greatful as I have spent ages looking through MSDN and trying to find examples. Cheers Kris-UK ...Show All

  • Microsoft ISV Community Center Forums Microsoft Tablet PC Partner Program Information

    Started by Lora at 02-19-2005 11:54 PM. Topic has 0 replies. 02-19-2005, 11:54 PM Lora Joined on 02-20-2005 Posts 2 Microsoft Tablet PC Partner Program Information The Microsoft Tablet PC Partner Program is devoted to helping individuals and organizations develop and market quality applications for the Tablet PC platform. There are two levels of partnership: Alliance Partnerships - Open ...Show All

  • Visual Studio Express Editions How to install FULL Express Edition (really all files !) to partition D: ?

    When I install Visual C# 2005 Express Edition and choose custom setup I can select the installation folder. When I enter now e.g. D.\visualcsharp\exped2005 only a small portion of all installation files are put into this folder. The majority of all files (>1GB) are put into partition C:\ despite my previous selection This is by far too much for my small C: partition. How to I really install ALL files into partition D: (resp. ...Show All

  • Windows Forms grid row display order affected by binding?! (interesting)

    I have random data coming in from a process which I need to display with the latest always appearing on top. There are no specific sorts, keys or anything. Just rows to display. How do I do this  I am trying with DataSet.InsertAt(0, *datastring ...Show All

  • Visual C++ System.Resources.MissingManifestResourceException Problem

    Hello all,   I am running into a problem getting the resource file to correctly embedded or linked into assembly. I am getting an error everytime I try to run the application. I recently changed the namespace of project to create a better design and layout for future project. The previous namespace was "SDUDataLogger" as the root, but now the root is "SDU". Also, the namespace outlined in the header file for the form is namespace SDU &nb ...Show All

  • Visual C# DLL-independent C# application

    Have developed an application under C#. However, the EXE file was unable to run in a PC without .Net environment, which is short of those relevant .DLL files. It is possible to build up a C# application running independently from DLL files Hi, If what your asking is, " Is it possible for a C# application to Run w/o the .net Framework ". IMO, No. C# needs the .net framework in order to run... If you instal ...Show All

  • Visual C++ memory could not be wirtten when i click vc++ released exe

    <santosh.s@discussions.microsoft.com> wrote in message news:f6801a8a-42e6-4749-9f37-75d4f8df43b2@discussions.microsoft.com >      this is santosh vc++ s/w developer have a pblm with released > exe. when i click on exe so it giving msg      error memory could not > "wirtten"  >  but debug exe is working fine for same project Build a r ...Show All

  • SQL Server Merge Replication - Weird Conflicts for no reason

    Hi. I am using Merge Replication on Sql Server 2005 (which works much better than 2000 by the way) and everything is working great except occassionally I will get some conflict rows for no reason. The same column(s) of the same row was updated at both 'PublishingServerName.DatabaseName' and 'SubscribingServerName.DatabaseName'. The resolver chose the update from 'PublishingServerName.DatabaseName' as the winner. I checked our audit table a ...Show All

  • Visual Basic Can't edit a Windows Application that's stopped

    Why Console Application edits BUT Windows Application doesn't When I run a VisualBasic Windows Application, and stop or break, I can't edit the code. If I run a Console Application, I can edit just like good 'ol VB6. THANKS ! Hi Doug, It's always worked fine for me. What code are you trying to edit Unless it's form initialisation stuff it should be fine. What versioon of VS are you using Mark ...Show All

  • Visual Studio Relationship representation

    Hi, I have another doubt :P I have a Process entity and a port entity. A port cannot exist without a process so i i embedded a port class in the process class. Since i have embedded a port in a process i have to use compartment shapes. Is there any way i can enforce the rule that a port cannot exist without a process, without having to embed a port class into a process class Thanks, Hi Suraj. If you can move to the June CTP, ...Show All

  • Visual Studio Express Editions ATTENTION VISUAL STUDIO EXPRESS BETA USERS

    There is a problem with the beta versions of visual studio 2005 Express. DO NOT USE A REGISTRY CLEANER IF you do it will clean the invalid entries, which might not be invalid. i did this and discovered  it. IT will wipe the project templates in all versions. I am using regseeker 1.45 beta. I never had any problems with any other program while using this.  whew good thing i had a backup It will also cause the uninstall to fail. -------- ...Show All

  • Visual Studio Express Editions read a remote file in a char * variable

    People, how do I read a remote file in a variable Respectively, I need some function like char *file_get_contents ( char *url ) so that i can remote_file = file_get_contents ( "http://192.168.0.10/somefile.html" );  Is there some straightforward way Before trying to do this through HTTP, are you able to do this by going through the LAN filename = " \\ \\192.168.0.10\\www\\somefile.html ...Show All

©2008 Software Development Network

powered by phorum