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

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

RelaxTintin

Member List

TWD
MattShepherd
matticus1181
Xaz
Ancalagon
CDL
Mr Spock
Jaeger Mitchell
Jeeva S
redshock
Ostenda
SaravananVV
SirAndre007
jude_nishamal
Scott Page
ImereJ
richee
uhduh
Pengos
Shane Bell
Only Title

RelaxTintin's Q&A profile

  • SQL Server Cannot create db diagram

    When trying to create a DB diagram on my local SQL Server 2005 db, I get the following error: cannot insert the value null into column "diagram_id" I have searched the web and can't seem to find anything on this. I just simply drag one table from my local db onto the diagram windows and try to Save it and that's what I get. I'm able to save diagrams on a networked SQL Server. Does anybody know how I can resolve this issue Dear Bill I am a newbie and have also experienced the same problem, on a local machine with SQL Server 2005 DE. I have placed a similar msg on a few forums and no response to them as y ...Show All

  • SQL Server Problems with SQL 2005 Export Wizard

    I am trying to transfer data from SQL Express to SQL Server 2005. The data is from Paypal Commerce Starter Kit from ASP.NET site. I have tried several options (Optimize for many tables, Run in Transaction). However the data is not exported. This is the error I am getting: TITLE: Operation stopped... ------------------------------ The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails. --------------- ...Show All

  • .NET Development Best Practice Architecture Question (Distribued Application Cache)

    Hi, Im in the process of developing a distributed application that has dynamic web menus and other components that are stored in my sql database. the menu is set at load time on the master page, and as you can imagine this will become a big problem having to query the db everytime I load the page. So I have created a cache to store the menu to save on db access. The question I have is: In which of my application layers should I place the cache query code basic overview of my app is as follows:         ---------User Interface---------------------     Web App     SoapProxies   ...Show All

  • Visual Studio Deployment crystal report

    hello, I've created a website that uses crystalreportviewer. I 've installed crystal runtime (CRRedist2005_x86.msi). My server is a w2003 with iis6.0 Now i've an error message when i access my page " Method not found: 'Void CrystalDecisions.ReportAppServer.Controllers.ISCRDatabaseController.ReplaceConnection(System.Object, System.Object, System.Object, System.Object)" please help me. Hello,   I'm facing the same problem, but installing MDAC 2.8 did not solve it. I've already installed CRRedist2005_x86.msi and .NET 2.0 Framework Redistributable package   Thanx in advance for the answer and Happy 2006 Lorenz ...Show All

  • .NET Development Using Win32 socket handles?

    Is there any way to do a socket "Select()" on Win32 socket handles in C#, other than using a PInoke style call on the C socket "Selelct()" function I'm writting C# code that has to use a third party C dll. Thanks to the people at (www.swig.org) I've wrapped up the dll functions and can call them from C#. The dll makes a number of TCP/IP socket connections to a server. It has a function that allows me to poll to see if any messages have arrived and I've being using this succesfully via a timed polling loop. It is possible to get the win32 socket handles from the dll, the idea originally being that they get used in a C style "select()" cal ...Show All

  • Visual Studio Express Editions Passing "commands" to other forms

    I have have two forms: form1.vb remoteMove.vb and I have this command in the actions of button1 in RemoteMove form and this is the code: Form1.PosM.X += 5 Form1.PosM.Y -+ 5 and PosM is (in Form1) : Public PosM As Point so the program doesn't have any problem recognizing the variables... but when i press the button, the positions of the object that I am painting on the form doesn't change!... what's wrong with this if you guys want, I can post the codes... Thanks! Keehun Nam     A   write-only property in   form1       Public WriteOnly Property MoveObject() As Point  &nbs ...Show All

  • Visual Basic Visual Basic Compiler Error Hotfix

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ).   Hi, João, This is a good opportunity (in the ...Show All

  • Visual Studio 2008 (Pre-release) Binding Security Attributes and properties

    A lot has changed in the new beta 2 version. especialy names. Where can I find a list of all the security Attributes and Properties names of all the bindings in beta 2. I am confused as so many names of so many things had changed. Where is there a list of all the new names. How can we write a secure service if we do not know the names of all the Security Attributes and Properties. manu Each binding consists of multiple Binding Elements. With the pre-defined bindings (such as WSHttpBinding) you will have some control over the properties, but that control is limited and the defaults have been s ...Show All

  • Windows Forms Tree

    hi i have nodes inside nodes inside nodes inside nodes what i want is that i have for example name "X" i wnat to see if X exitst in which nod can i seach all nodes with 1 loop or i must go level by level You want a Reclusive function. For example (not tested)   Private Function FindNodeValue(ByVal myNode As TreeNode) A ...Show All

  • SQL Server SQL 2005 RTM We hit an error Msg 8630, Level 17, State 99, Line 18

    We just hit the following error with SQL 2005 RTM version Msg 8630, Level 17, State 99, Line 18 Internal Query Processor Error: The query processor encountered an unexpected error during execution. Any idea of what that message could mean The only explanation I found in some forums was that this means we had come upon a SQL Server bug The query is actually the EXEC of the below stored proc. After running just the select statement with a hardcoded value for the variable @dtAdjustedMinCreateTime (which actually works fine), t he execution of the SP starts working (and returns the ~4'000'000 rows of ...Show All

  • Visual Basic Help with VB 6.0 and Access 2002

    I have a problem with Visual Basic 6.0 opening up Access 2000 or 2002. The Access file was created in Access 97 format. I tried converting it to Access 2000 and 2002. I keep getting a "Unrecognized Database Format" error. I have installed SP 5 and SP 6 for the Visual Studio. I have also tried the "How to modify Visual Data Manager (VISDATA) to work with Access Databases" - Q252438. It still doesn't work. Can someone please help Thank you. I am using: XP Home Office 2002 Visual Studio 6.0 Lewis Lee I've never had any issues switching from a Access97 to 2000 database, (and vice versa). (well, only one, but tha ...Show All

  • .NET Development MSXML JumpStart fails under VS2005 (Error C2664)

    I just downloaded a fresh shiny copy of " JumpStart for Creating a SAX2 Application with C++ " from the MS XML Developer Center. I'm a little surprized to see it doesn't even compile under VS2005, but I'm happy to massage it to get it to work. The issue I could use some input from the forum comes from the fact that before VS2005, wchar_t was declared as unsigned short, but wchar_t is a fundamental type (as it should be). The top-level problem is wchar_t is no longer directly assignable to unsigned short. The actual problem is the SAX2 interface is documented in terms of wchar_t (e.g. ISAXAttributes::getLocalName ) while ...Show All

  • Visual Studio 2008 (Pre-release) Hardware rendering on large resolutions

    Hello All, I am writing an application with WPF making use of 2D and 3D graphics and animation. The application is ultimately destined for a very high resultion display (3000x1200). In testing this app I find ( with the help of Perforator ) that running the app at greater than 2050 wide results in all rendering being done in software rather than hardware, thus slowing the app to a crawl. What I am wondering is if this is a limitation of my hardware (Radeon 9800) or of WPF. If it is a WPF limitation, will it be addressed in future versions and if it will, when this is likely to be. Marcus Currently, ...Show All

  • Visual Studio Text Lines OverLaps in the Help Menus Display Window

    Hi, When i am crusing the help files I keep running into sections of text that have overlaped in the display.  Is it just me (MyVidCard) or has anyone else come across this, or do you know the fix Thanks in advance for any help. Steve Somebody else reported this recently. I don't think we've had a chance to debug it yet. Can you tell us what video card you have and what driver you're using You can get this information from the Advanced tab on Display properties (right click on the desktop and select Properties, or get to the same UI via the Control Panel) Also: 1. Are you using online help or local help 2. Are you viewing help ...Show All

  • SQL Server Printing Reports From Report Manager

    AAAHHHH!!!! Whenever I select to print or preview a report from report manager, the margins are not set from what they are in the report. They default to 1inch every time. My report is configured to use different margins than what the print option specifies as a default. How do I fix it so the print option will use the reports default margins Please help, every report being printed is using many pages with partial columns on it and blank pages in between Thank you! I've found the problem... The report properties under the report menu item let me set the margins of the document that appear in the print settings. To ...Show All

©2008 Software Development Network