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

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

Vijay1978

Member List

SgtMic
mr hankey
Carsten Kanstrup
Borislav
jdw-75
JohnInTampa
Makarand_Keer
Blaine
Oscar Ivan Gil
Avner Kashtan
boblotz2001
Sebastian Wilczy?ski
BobMac
SekharPC
Marty Byrne
Eric Charran
ivanc
dbloke
Guillermo Díaz
MBund
Only Title

Vijay1978's Q&A profile

  • SQL Server 4 GB Size limitation

    Hi, Can somebody tell me if the 4 GB database size limit is per database or for all the databases Regards Harish Do you have any supporting documentation about this in the MS Site Sorry to bother. ...Show All

  • Visual C++ failed assertions leave code running behind the message box?

    Is there a way to get other threads and timer callbacks to halt while the assertion message box is on the screen We don't want the program state to change between when the assertion happens and when we click Retry to break the debugger. You haven't specified whether you've created threads with a Win32 API or in .NET. If it's Win32, then you might want to create your own assertion macro that wraps the normal assert plus call a function of your own called SuspendAllThreads(). Assuming you've kept a list of thread handles, you can call the Win32 API SuspendThread on each of them. See http://msdn.microsoft.co ...Show All

  • Visual Studio Team System team build question

    do i need to install team developer, team tester to get unit test and code coverage with latest team build. I know before i need to install those two in the build machine to get code analyzer, unit test, loadtest, manual test and code coverage. ...Show All

  • Windows Forms Unbelievable!!!

    Using Visual Studio 2003. Creating a C# Windows Form application. I have created a main form with various controls to include tab control, textboxes, buttons, etc. Set the isMDIContainer property to TRUE. Then created a simple child form with a textbox and button on it. When I click the button on the parent form that opens the child form, the child&nbs ...Show All

  • Microsoft ISV Community Center Forums Vb migration to Access 2003

    Can someone help to convert the following VB so taht it is usable in Access 2003 Thanks. Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Layers() As String = { "100" , "100" , "100" , "120" , _ "120" , "140" , "140" , "180" , "180" , "220" , "220" } Dim i As Integer = CInt (TextBox1.Text) TextBox2.Text = Layers(i) 'MsgBox(" FR4 - " & Layers(i)) 'Dim i As Integer = CInt(T ...Show All

  • Visual Studio Team System I have 2 Q

    1. I have a problem creating a New Team Project "Unable to connect to the Windows SharePoint Services at SQL2005DEV " why See the log below.   2. if I want to backup the project and restore it on another server with a different name is it a problem , I saw the I need to back up the DB and the share print server and and and .... is there a single simple on command line way or a batch file that can do it in a more simple way   ---begin Exception entry--- Time: 1/4/2006 6:04:30 PM Module: Engine Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFounda ...Show All

  • SQL Server Object info ?

    It's the possible to see which object (table,view,proc) used (not changed) in last year Thanks. This does not come for free, but can be done. You can use DDL triggers to create custom logging of DDL changes, also there is a constant lightweight trace for SQL Server 2005 that tracks DDL changes, but this rolls over at 100MB based on file size, so you would have to extract data from this file frequently to prevent its loss. There is a report in SSMS that shows you latest DDL changes in this file. -Euan ...Show All

  • Software Development for Windows Vista WorkflowCompiler - sign assembly

    I compile a workflow into a library using the WorkflowCompiler, how can I strongly sign this assembly during compilation Googled somebody up, who did figure that one out already: http://blogs.msdn.com/pmanach/archive/2006/04/01/566458.aspx ...Show All

  • Visual Studio Express Editions ASPNEACESSPROVIDER

    I have tried to use the role management tool to setup memberships in a trial application and i have only the AspNetProvider available. I would like to use ASNetDb.mdb that was created in the data folder. Sam - the Access provider was removed in Beta2.  Out of the box ASP.NET 2.0 supports SQL Server Express as the default provider.  You can also reconfigure the application to use SQL 2000 or SQL 2005 for the providers. ...Show All

  • Smart Device Development sqlmoblie insert not working

    Ok this is starting to drive me nuts: I keep getting an error saying: "There was an error parsing the query. [ Token line number = 1, Token line offset = 43,token in error = Insert]" I assume that there is something wrong with my syntax but I cant seem to find anything, here is my code: StringBuilder cmd = new StringBuilder(); foreach (DataRowView drv in dv) { cmd.Append("Insert into Store (StoreID) values "); cmd.Append("(" + Int32.Parse(drv["storeid"].ToString().Trim()) + ") "); } SqlCeConnection myConn = new Sql ...Show All

  • SQL Server SQL Server 2000 Enterprise Edition won't load on Windows XP Pro with SP2

    Each time I attempt to load SQL 2000 Ent on my Laptop with XP SP2 I recveive the following error. "Microsoft SQL Server 2000 Enterprise Edition server component is not supported on this opperating system. ....." Developer version installed fine. I had it installed before SP2 but now I reveive this error. Am I missing something here Thanks but I could have sworn that I had it loaded in the past. I guess I must have been mistaken. ...Show All

  • Windows Forms double click on datagrid row

    Hi, can anybody tell me how to capture the double click event in a datagrid. What i want to do is when user double click on any cell a row in the datagrid, a new form pop out showing the details of that particular row use for updating purpose. I do not want the mouse cursor to become a text pointer when the user click on t ...Show All

  • Smart Device Development [C++] [MAPI] How to force mail sendind ?

    My question is how, in the soft, flush an outlook account. I can create a email "ready to be send" but if i want it to be send immediatly how i do 1- Create an email :i know how to do that 2- Send the email :i don't know as my email is marked "ready to be send" i want to send immediatly without user intervention See http://forums.microsoft.com/msdn/ShowPost.aspx PostID=66330 ...Show All

  • Visual C++ Application will not launch when double clicking on file.

    Hello there, I am writing C++ applications using MFC on Visual Studio .NET 2003.  My app has several list ctrls (class CListCtrl) which are populated by data from a serialized file.  If I launch the application first and then Open a file everything works fine and the list ctrls populate properly.  If I launch the app by double clicking on one of it's files I get an assertion failure as soon as the code trys to access the list ctrls. Here's where the assertion failure occurs: _AFXCMN_INLINE BOOL CListCtrl::SetBkColor(COLORREF cr) { ASSERT(::IsWindow(m_hWnd)); return (BOOL) ::SendMessage(m_hWnd, LVM_SETBKCOLOR, 0, cr); } W ...Show All

  • Visual Basic Snipet Editor Path

    Where is the snippet editor created by default... i cant reinstall it (says there is an network error, even though being on local drive) and i cant see any shortcuts on menu There were some issues with early versions of the snippet editor. I would try using the one on the gotdotnet website . ...Show All

©2008 Software Development Network