Software Development Network Logo
  • Visual Basic
  • Visual Studio
  • SQL Server
  • Windows Vista
  • IE Development
  • Visual C#
  • Microsoft ISV
  • Visual C++
  • Smart Devicet
  • Game Technologies
  • Audio and Video
  • Windows Forms
  • .NET Development
  • Visual FoxPro
  • VS Team System

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

JooMoo

Member List

coconut113651
Leo Liu
Boulderdude
Chronusus
Lejing
_joe
Fred h
Rooster A.
Peter D.252325
JBS
Colmeister
Frank Johannessen
bryanedds
mariso
Harald Köstinger
João Cunha Lopes
Syed Atheeque Pasha
llorrac
Phil Nicholas
Bruce Baker
Only Title

JooMoo's Q&A profile

  • Visual Basic Problems with COM+ Recycling

    Dears, I have problems with a COM+ component, beacuase when it works for some time period, it fall slow, to solve it I start the recycling process at echa 3 hours, but it launch a "Catastrophic Failure" message, I tried with the Memory Limit parameter, but I con't know what it means!!!. I'd trace the Virtual and Physical memory, but doesn't match with any. Anyboby knows what means the "Limit Memory (KB)" parameter in "Pooling & Recycling" Tab in Component Services value . ...Show All

  • Visual Studio Tools for Office Community?

    If this is a 'community site', why can I not reply to most of the posts Shouldn't a community site be about starting conversations I am surprised Cindy didn't ask for you to be moved to the forum Where is the forum for... ( sorry Cindy could not resist :-) ). You are right Scott you should be able to post to any forum post old or new. I recently posted to an unanswered post from over a year ago just to answer the question...which does lend itself to community which you will find other volunteers doing the same thing. The MS forums can be used for help in specific problems, but also as a research tool. When you search for a problem, users anoint posts as Answers..that in tern is used to during searches to ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. AccessViolationExcpetion

    I have a really weird and annoying error appearing. Basically, I'm following the Hazy Mind engine tutorials for XNA, and I can't get post processing working correctly. I get this error occouring An unhandled exception of type 'System.AccessViolationException' occurred in Microsoft.Xna.Framework.dll Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. This does not always happen in the same place though, if I turn off code optimisation, it happens in the line above. I have run Windows Memory Diagnostic and my memory seems fine. Here is the code public void ResolveAndRender(GraphicsDevice myDevice) { myDevice.ResolveRenderTarget(0); myDevice.SetRenderTa ...Show All

  • SQL Server Security Problem with SQL 2005 Reportingservices

    Hello, I have a Problem . My Users from the Reportingservices cannot change in the Abonnements Propertis the Field " TO" Email Address. I have set the following Security Permissions.: - View Reports - Manage Individual subscriptions - View Ressources - View folders - Consume Reports When i set the "Manage ALL Subscriptions" ,the Users can Change the "TO" Email Address. Can anyone give me a Tip does Users set the "TO" Field without the Permission "Manage ALL Subscriptions". I won't give my Users the Permission to Manage ALL Subscriptions. Many Thanks Hello, I have checked the Domane Enviroment,and h ...Show All

  • SQL Server Server: the operation has been cancelled. a memory bug?

    When I highlight a few partitions and start processing, the process occasionally stops with a message that operation has been canceled, like this: Response 3 Server: the operation has been cancelled. Response 4 Server: the operation has been cancelled. Response 5 Server: the operation has been cancelled. ..etc... (no further error message details are provided) SQL profiler shows that batch was completed (but rowcount shown in process progress log is too small). Analysis Services profiler shows no messages at that time at all. It just shows messages when it started, and when I restarted the processing. The Analysis trace appears to be stopped when processing stops with " Server: the operation has been cancelled.&quo ...Show All

  • Visual Studio Express Editions MS-DOS??

    How can i create a program that can open up a MS-DOS program within a window Thanks. Process.start is definately the class to use to start a application. In you case a DOS application. For more info Process.Start http://msdn2.microsoft.com/en-us/library/0w4h05yb.aspx This method allows you to provide a command line argument by specifying a second parameter. Often useful as many DOS application allow the applications startup/configuration setting to be configured when calling the application. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GameComponent comprised of other GameComponents

    Hello all. I've been poking around with XNA to build a game. One thing that I wish I could do is use the design-time experience to build a GameComponent comprised of other GameComponents. I know I can do this programatically in the meantime, but it would be really cool if the design time experience for a GameComponent itself was just like a Game object so you could use composition when building GameComponents (so they really _are_ like building blocks). I wanted to do a "sanity check" here to make sure I'm not missing anything before posting a suggestion on the connect site. Thanks all! Not a problem Mitch! I can just embed my own GameComponentCollection in my GameComponent to build it ...Show All

  • Visual Studio Express Editions iota function

    Hi, It seems like VS2005 does not provide implementation of iota defined in the numeric header. alteast in the SGi documentation of STL I see this function. Any hints pls. http://www.sgi.com/tech/stl/iota.html hello I think you are right. There are several implementation of STL, including Microsoft and SGI. As it indicated in the document, iota function is an SGI extension, so it is almost clear that this function only implemented in SGI version of STL implementation. regards, rico ...Show All

  • Visual Basic Why does the Graphics Path shape not display correctly?

    Hi pals, Yesterday i posted a very long thread on my drawing a Graphics shape. Let me be brief here: First of all, The path is filled and drawn with the right and bottom sides clipped. I don't know how to get around this bug. How can I draw it correctly so that the it fills and draws a border nicely without any clipping. Note: I am using a graphics path object here, not a rectangle( where i could use the inflate method) Secondly, after drawing the shape and assigning as a region to a control, the result is so crappy: jagged pixeled lines. When i don't do any region assignment, the drawn lines are smooth and nice(even though the right-bottom clipping still occurs). Please I really need your help on this. I have dived into GDI ...Show All

  • SQL Server avoiding accidental deletes...best practises??

    Is there a way to get sql server to present a message box asking if you are you sure you want to delete all the data in a table. also are there any 'best practises' to avoid accidental deletes. For example Im making a lot of delete statements like: del from table_name where item_id = 23 but one time I executed this statement I mistakenly excuted the first line of the statment only, resulting in the loss of all the data in the table, luckily I was able to re-populate the table, but I wish to avoid that mistake in the future. Hi Airwalker, The thing to remember is accidents will happen, and just to have processes in place to help clear up the mess afterwards. Even with transactions (if used c ...Show All

  • Visual Basic Newbie Help: Select MSWord text with macro based on criteria.

    Hi, I am a newbie trying to self teach VB. I am pretty useless so please be gentle. I am trying to write a macro to allow me to select text in MS Word based upon its case. I want to select all the text in the document that is in all caps. Is this possible Also, is it possible to exclude 34 specific two letter strings of text The reason for this that specific "class codes" need to appear in in caps. Can anyone help As i said, i am pretty useless at this stage, so sample code would be awsome. Josha These forums are for VB.NET questions. The VB within Word is Visual Basic for Application. VBA is a very different product from VB.NET and there are some other locations wh ...Show All

  • SQL Server Running MSSQL 2000 database in a 2005 Server

    I'm running 2000 databases in a 2005 server. Can anyone tell me if there are adverse effects in doing this As I understand it, the 2005 performance benefits are available to databases running as 2000(Ver80) But some of the new futures may not be available.. And any documentation from Microsoft/white papapers regarding this subjects are appreciated.. Here are some good articles that may help you.. This first article provides a relatively in-depth overview of the scalability improvements in SQL 2005 vs. SQL 2000 http://www.databasejournal.com/features/mssql/article.php/3456991 This is a list of all of the author's articles. http://www.databasejournal.com/article.php/1503191 ...Show All

  • SQL Server Copying encrypted objects ?

    Hi, I would like to copy a function from one sql 2005 database to another, but the function is encrypted so cannot use the script to window commands etc... Is there a way of copying encrypted objects from one sql 2005 db to another I don't really care to know the contents of the function. Any help appreciated. James. I tried this out in DTC and although the procedure seems to run successfully, the function still does not appear in the destination database. I take it from this that you cannot copy encrypted functions using DTC unless there is a certain way of doing it ...Show All

  • Visual Studio Team System Deployment strategies - what to do about differences across different servers

    One of the biggest things playing on my mind at the moment about DBPro is how we deploy our projects through the environments. I know Dmitriy Nikonov is working on a whitepaper around this but it'd be useful to try and foresee some of the issues now. Different environments require different permission declarations. For example, we want all our developers to have db_owner privelages in the dev environment, db_datareader privelages in the test environment, and no privelages at all in the live environment. Another example - end-users require permissions in the live environment but nowhere else. What's the best way of handling this Because currently my understanding is that we point DBPro at a new environment, click a button, and it goes ...Show All

  • SQL Server Iterating the rows of a script component

    Hi There, Can someone please let me know what is the best way to iterate the output rows of a script component and stick in those ids in a where clause of a select query (to retrieve additional info from a database) Is this possible at all If not, what is the best way to deal with this situation Thanks a lot!! Jon Limjap wrote: Sam_res03 wrote: Type of the first column is Integer. For some reason, if I try to map it to a variable of type integer, it gives me an error. But if I try to map it to a variable of type object it doesn't complain. And with the help of msgbox scrript component i am able to see the ids. But the problem I am getting to is..if the variable is of type object, ...Show All

©2008 Software Development Network