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

Software Development Network >> Massimo Sartoris's Q&A profile

Massimo Sartoris

Member List

joe moe
Noddy
George Giles
Toddley
Ankur Goel
Ivan Volzhev
wjholtjr
CCL
salim_555
MarediaH
depl0y
UB
Kazmi
Giant_Panda
alienseiya
dotnetdumps
ss23
Velocity_Brad
FluffyDevilBunny
Andrew Mackie
Only Title

Massimo Sartoris's Q&A profile

  • Visual Basic Turning Off Quick Console in VB.NET 2005 Express

    Hello: Would like to inquire the floor how to turn the "Quick Console" off so that all my input and output would be done through a external-window console. Many thanks in advance. Tortoise Idiot Number Four Visual Basic Express does not support Debug options and that is why you don't see the Debug Options page. However, turning-off the Quick Console and routing it to the regular console window is something we'd like to support. We could not get to adding this feature in Beta2, but have already done it for the final release. You will be able to turn off the quick console window through the Debug menu. In Beta ...Show All

  • Visual C++ How to fix up this problem?

    When I first run a simple 'hello world' program from recently downloaded Visual C++ 2005 Express Beta 2 like the following: #include <iostream> using namespace std; int main() {      cout << "Hello, World" << endl;      return 0; } There was an error message appearing that doesn't make sense to me: ------ Build started: Project: Hello, Configuration: Debug Win32 ------ Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at "file://e:\My Documents\Visual Studio 2005\Projects\Hello\Hello\Debug\BuildLog.htm" Hello - 1 error(s), 0 warning(s) ...Show All

  • Visual Studio Team System When runnning unit tests What directory am I in?

    I have some Nunit tests that work fine, but are based on finding an XML file in the directory the application runs in. When I try running them in VSTS I get an error - File not found. Thanks, Tom We do not pick up files that are in the output directory -- you need to mark them as deployment items either in the run config, or on the unit test method. We will then deploy these items to the deployment directory so that your test can get access to those files. ...Show All

  • Software Development for Windows Vista How to check if a workflowruntime has been loaded

    Hi there, since only one workflowruntime allowed in a appdomain, I need a mechanism to check if the runtime has been loaded, if yes, I also need to get the reference for the runtime so that I can run my workflow. Thanks in advance. Since it's in a web services, does this help WorkflowRuntime workflowRuntime = WorkflowWebRequestContext.Current.WorkflowRuntime; if (workflowRuntime == null) { try { workflowRuntime = new WorkflowRuntime(); } catch (Exception ex) { if (ex.InnerException == null) throw new HttpException(ex.Message); el ...Show All

  • SQL Server Error: 'table that is required for a join cannot be reached'

    Hello all, I'm running into an odd error when trying to process a newly created dimension, I've looked at the 2 postings with a similar error, but they don't appear to pertain. Here is the error: Error 1 Errors in the high-level relational engine. The 'dbo_Company_Address' table that is required for a join cannot be reached based on the relationships in the data source view. Error 2 Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Company', Name of 'Company-Location' was being processed. Error 3 Errors in the OLAP storage engine: An error occurred while the 'Company' attribute of the 'Comp ...Show All

  • Windows Live Developer Forums MSN Search Web Service SDK Version 0.60 Now Available

    Any more info about SearchTags How to use them, etc SerachTags is a relatively new feature area of the Site Search features in MSN Search. I have asked the Program Manager for the SearchTags feature to point me to a resource describing how to use SearchTags in detail as soon as it is released on the web. When this information is available, I will post a link on this forum and add a link in the API documentation. ...Show All

  • Visual Studio Team System A possible bug: renaming a stored procedure not immediately commited

    Hello everybody, did you note when you rename a stored procedure, and then open it, old name is displayed in tab How did you rename the stored procedure Rename that by click the solution explorer item and change the name Or open the script by Sql Editor, and change the stored proc name in the script file, or by invoke rename refactoring for the stored proc ...Show All

  • SQL Server How to truncate the log file

    How do I truncate the log file using TSQL   My client's log file is 44 gig and there isn't enough HD space.  Thanks I have found that the following will work in the "out of disk space" scenario: BACKUP LOG database_name WITH TRUNCATE_ONLY Then, after you run that command, shrink the database using: DBCC SHRINKDATABASE ( database_name ) Hope that helps. Darren ...Show All

  • Visual Studio Express Editions accessing processes running in the remote machine

    hi i need help.. is there any possibility to retrive a process information which is running in the remote machine is there any possibility to run a process (application) in the remote machine is there any possibilty to calculate the load of CPU whren a process running in a machine rely as soon as possible... it very urgent Hi, The below link should be the one you are looking for.Hope this resolves some of your problems. Link: http://www.dotnet247.com/247reference/msgs/56/280731.aspx If you think your post is answered then please mark it answer. Thanks! Bhanu. ...Show All

  • SQL Server Lost SQL 2005 Tables and Stored Procedures

    I converted a program from SQL 2000 to SQL 2005 all went well. I created a number of tables and stored procedures after the conversion. I backed up my .mdf and .idf files. I was having problems with SQL so I uninstalled and re-installed it. Once I re-installed it I could no longer display some tables and files. Since I am the dbo, I think I should be able to access them. There obviously is something I am missing, hopefully not the tables and sps. I would appreciate any suggestions. Thank you. LitePipe Please try a different forum as this one is specifically for SSIS. You might try the forum for the database engine. Matt ...Show All

  • Visual C# serialization to file

    im trying to serialize some object to a file. The problem is im trying to add non serialized data to the file also. Now when i wirte out the file, i write out a count of how many objects are to come that are serialized. When i go to load the file how ever, its as if things were saved int the wrong order! so i opend my saved filein notepad and sure enough, all the objects were at the start of the file, while the rest of my data was dumped at the end! totaly not how i told it to write out! any ideas how to fix it         private void msiSave_Click( object sender, Ev ...Show All

  • Visual Studio Problem Debugging Multithreads (catch imposible exceptions)

    Hi ... I have a problem debugging multithreads in VS2003 .. I run a process in a thread ... is just one long process so I put it in a thread  .. but ... when I lost windows focus (change to another window or at debugging when I get into a breakpoint and show me the code) VS2003 throws this exception: "System.nullReferenceException" at "System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNative Methods+IMsoComponentManager.FPushMe ssageLoop(int32 dwComponentID, int32 reason, int32 pvLoopData)" ... a few lines more and finally "at MySolution.MyProject.Myform.Main()" (this is my code) in the line where I have the c ...Show All

  • Visual Studio Team System Cannot connect to TFS from Visual Studio

    I am not sure if TFS is even running.  I can get to sharepoint no problem, create new sites etc.... I can get to the report services no problem and when I browse to the TFS host machine from a workstation I get the sharepoint site.  I have tried running Visual Studio as the the tfsservice account and still I get the cannot connect dialog.  How can I tell that TFS is installed and working   Is there an admin utility What directories should I have in IIS Thank you in advance! You are missing the STSAdm commands... ALSO, you must separate the Report Server and Reports Virtual Directories ...Show All

  • .NET Development unload a loaded assembly

    I have loaded an assembly using Assembly.LoadFrom("C:\abc.dll"). When I am accessing the same assembly for some other purpose after being loaded it gives me an exception saying "The process cannot access the file because it is being used by another process". Is there a way I can unload the loaded assembly. Thanks in advance Unfortunately you can not unload an assembly once i is loaded. You can however unload an AppDomain. What you can do is to create a new AppDomain (AppDomain.CreateDomain(...) ), load the assembly into this appdomain to work with it, and then unload the AppDomain when needed. When un ...Show All

  • Visual Basic Urgent !!!!!!!!!!!! Services Status...

    Hi All, Now again I stuck at an interesting point... I want to know that specified service is running or not... Like if I give the name of the service than I want to know that its running or not or hanged or stopped... STATUS Please Help me out of this probs. As Nat said, these forums are not for VB6 questions. VB6 is out of date, obsolete and unsupported. You should specify that you're using VB6 in whatever forum you find to ask this question, because most people would assume VB.NET if you just say VB, VB.NET is in it's third release now. Additionally, you may consider not putting things like 'urgent' in your header wherever y ...Show All

©2008 Software Development Network