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

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

Voodoo

Member List

Mike Healy
matteo conta
Adam Lonnberg
fordguy67
DongL
Kessica
Welsh-Wizard
Beezgetz
johntas44
ASGMikeG
Docile
TopCat61
shdjsm
Syntosys
Crispin
demo1
MarTim
AndersS
Jeremy Wu
imad-ouzoun
Only Title

Voodoo's Q&A profile

  • SQL Server After Install of 2005 still 2000 Engine!

    I have installed the new SQL Server 2005, but I see my local database as version 8.9.193, means SQL Server 2000. I do not know why setup did not upgrade it. What do I need to do now  I think some new options are now working because of that... Was your SQL Server 2005 installation successful   And did you do an upgrade, or a separate instance installation   Check to see if you have a second instance of sql server running, this may be your SQL 2005 installation. ...Show All

  • Windows Forms Allignment of windows forms

    Hey guys Pls let me know how do i make my forms auto-adjust when at the run time i maximize them This problem occurs since at design time i am not able to make a fullsize form, it becomes very difficult to handle. Thus at run time when maximized white spaces are left while the controls remain in the original positions.. Also tell me if it is possible to design a form in its maximized size at the design time There is a easy way to do this, each Control have a property named " ANCHOR ", that is very useful in resizing/positioning the control when the form is maximized/minimized. Hope so this might help you. ...Show All

  • Visual Studio 2008 (Pre-release) LINQ - error

    Hey guys, I have problem with instalation of LINQ. I'd love to using LINQ but i cant instal it =7 Here is my error: www.republika.pl/majftp/error.jpg btw. my first post @ MSDN forum :) If rebooting doesn't help you can you please try go to Control Panel->Administrative Tools->Services and try start the Windows Installer Service manually there If that doesn't make things work you may want to try downloading the following package and then try again - http://www.microsoft.com/downloads/details.aspx FamilyId=5FBC5470-B259-4733-A914-A956122E08E8&displaylang=en Hope this helps. Ting ...Show All

  • Visual C# sql connection string

    ok i finally terminated a sql project.. Thanks God! but.. 1 question remains: this his the connection string used to connect to my DB Data Source=MASTER\\SQLEXPRESS;Initial Catalog=tut;Integrated Security=True;Asynchronous Processing=True" MASTER is my PC name;; anyway i way to give to some friend thsi app so he can use it too.. but my app will connect to his database i mean the connection string wont be valid anymore.. so how can i make him automaticly detect or create the connection string.. Hi, assuming your friend used the default settings for the SQL instance, and you don't need anything fancy, you may simply try to change ...Show All

  • Visual Studio 2008 (Pre-release) Publish fails for WPF app using November CTP

    If I publish a simple WPF app to http://localhost/TestClick I get the following error: Error 1 Publish failed with the following error: Object reference not set to an instance of an object.  1 1 WindowsApplication1 Here is the info from the error log: System.NullReferenceException: Object reference not set to an instance of an object. at System.Xml.XmlReader.CalcBufferSize(Stream input) at System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding) at System.Xml.XmlTextReaderImpl..ctor(String url, Stream input, XmlNameTable nt) at ...Show All

  • .NET Development JIT: different code emitted for the same IL in the same process

    I'm trying to find out what factors could affect the JIT mechanism so it would produce different binary code for the same method within the same process. An assembly, unless domain-neutral, can be JITted multiple times during the process lifetime, when loaded into a new application domain. Somehow I thought that, because typically none of the factors like the assembly footprint, system configuration etc. are changing during a process lifetime, it was expected to see the assembly's IL be JITted identically every time. Well, sometimes happens to be not so. One scenario I found is this: consider a CLR 1.1 application that creates an extra AppDo ...Show All

  • Visual Studio Tools for Office (no symbols loaded for any call stack frame

    I have created an excel project in visual studio 2005 with VSTO. My project loads a dataset from SQL. When I try to load the project with a dataset of 5200 or more into a list object, it stops responding. Letting me know that I got a call stack error (no symbols loaded for any call stack frame. The source code cannot be displayed. ), with the following message about MDAs and the message that gives me is: COM context 0x15a638 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situat ...Show All

  • .NET Development Error while writing a Log file

    Hi,     I am newbie in the .net world... In fact I have started learning C# .net in the last week only.....     I have created a webservice... but now Since I have to write logs to a log file... I have tried the following code ---------------------------------------------------------------------------------     public class Service1 : System.Web.Services.WebService     {         public Service1()         {             //CODEGEN: This call is required by the ASP.NET Web Services Desi ...Show All

  • Visual Studio SETUP FAILURE!!! VS.NET 2005 Professianal

    Hi all,   I installed VS.NET 2005 Standard 2 days ago, then downloaded the Professional from the msdn subcribers site. So I uninstalled the standard and tried to install the professional, but I get the following error: [11/02/05,09:41:18] Microsoft Document Explorer 2005: [2] Error code 1603 for this component means "Schwerwiegender Fehler bei der Installation. " [11/02/05,09:41:18] Microsoft Document Explorer 2005: [2] Setup Failed on component Microsoft Document Explorer 2005 [11/02/05,09:41:29] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023293. [11/02/05,09: ...Show All

  • Visual C++ Why is strdup() deprecated in VS 2005?

      < hyslopc@discussions.microsoft.com > wrote in message news:9a93850c-505b-48c3-bd60-44625db8bbc6_WBRev2_@discussions..microsoft.com ... This post has been edited either by the author or a moderator in the Microsoft Forums: http://forums.microsoft.com You may not care about it, but I do.  I don't want to disable the warning because I think the concerns with most of the deprecated functions are very valid, and only wished Microsoft had done this a long time ago.  As such, I have taken the opportunity to change a lot of my code to use the new functions.  The problem ...Show All

  • Windows Forms VB.NET reference/include

    How do you include a reference in a VB.NET file as you would in a C# file.  In C#, you just say.  In specific, I'm using the CrystalDecisions namespace and have to use long names for all of my declarations.  CrystalDecisions.CrystalReports.Engine.ReportDocument() for instance.  What do I need to do to be able to declare as just ReportDocument() ...Show All

  • Visual Basic Selecting a record from Data Grid

    I have a data grid that displays records.  I would like to be able to click on any one of those records and have another form popup to display all the information attributed to that record. How do I reference the row that I have selected Thanks in advance Just to note... The most correct way to do this is to have the DataGridView bound to a BindingSource. The bindingsource is bound to your datatable. Now in the click event handler of the grid, you simply cast the BindingSource.Current into a DataRowView and you now have complete, safe access to all the values in the DataRow. ...Show All

  • Visual Studio pagesize for directly print?

    I believe that microsoft programmers could not calculate. why is 21cmx29.7cm not A4 i must use 8,27inx11,69in to have A4. i think there are some digits wrong, but this is a other problem. my problem is, if i export a report (A4) like this example http://forums.microsoft.com/msdn/showpost.aspx postid=22277&siteid=1  to an image for print, the page size of the report is not correct. the whole report is 70% smaller. i tested <DeviceInfo> with no Pagesize and no Margin, so the renderengine should use the default size of the report. i also tested it with the A4 size converte ...Show All

  • SQL Server Newbie Question

    I've just started messing around with SQL2K5 and Reporting Service. I loaded SQL Server Reporting Pack for IIS. I can't seam to find any detailed details on the pack. Is there an easy way to repoint the 12 reports from the template db to my live IIS ODBC db Or is it better to just start from scratch and build the reports Thanx I'm not quite sure what you mean here Are you saying you have 12 reports pointing to your old DB and now you want to point them to your new db If so just change the datasource of the reports to your new db. Make sure however the new db has the same table/column names as th ...Show All

  • SQL Server Watermark Generation is Invalid Error

    We are currently doing a proof of concept using SQL 2005 merge replication.  However we are currently encountering the following errors: "The common generation watermark is invalid at this replica since it does not exist or metadata for changes not yet propagated may have been cleaned up." " The merge process failed because it detected a mismatch between the replication metadata of the two replicas, such that some changes could be lost leading to non-convergence. This could be due to the subscriber not having synchronized within the retention period, or because of one of the replicas being restored to a backup older than retention ...Show All

©2008 Software Development Network