vsio2010是个啥?是Visual Studio吧
你装完VS之后就有CSC了
还有装完之后 还要装什么?SQL Server2008 有这两个你就可以晋级了

解决方案 »

  1.   

    还要安装 sql server2008啊  我之前是学java的 安装了sql 应该不冲突吧。
    我好像从网上下了一个csc.exe 放在了c:window/system32里面,不会有什么大问题吧
      

  2.   

    vs那么强大为什么还要用记事本cmd
      

  3.   

    还要安装 sql server2008啊  我之前是学java的 安装了sql 应该不冲突吧。
    我好像从网上下了一个csc.exe 放在了c:window/system32里面,不会有什么大问题吧
    Sql是个啥数据库? csc好像你装完vs他就自动给你配置好了 另外 你直接使用csc貌似没有装vs的话 你也没有运行环境 sqlserver2008 肯定你也要会用啊 基本程序员都要会用数据库的还有你是java程序员???你工作经验几年了???
      

  4.   

    新手而已,连个环境都不会安还要用csc跟txt玩C#?老老实实安装VS以及SQL吧,等你把所有的单词都记下来大小写都清楚,在来看别的.
      

  5.   


    好像vs有自带的sql server是不是啊。机子很卡,怕安装了更卡了~~~能不能不安装sql server数据库能不能是用mysql啊,为什么一定要sqlserver
      

  6.   


    还没有工作呢,原来是学java,并在java公司实习了2个月,结果学校安排的实习被分配到了一家.net的公司,前一周都在搞div+css,最近无聊。看看一些java书籍。
    无聊,就学学asp.net吧
      

  7.   

    首先 VS自带的SQL好像不能用,最好是安装一个完整的.另外你可以用mysql access 甚至xml txt都可以,,没人强迫你必须安装sqlserver还有 你电脑卡 有多卡?当初我单核1G内存 40G硬盘 我都安装了vs sql 你的配置可能比我还低么(虽然现在不是了.)
      

  8.   


    vs现在还在下载呢!好久的说,sql server还没下载呢。现在在看书~~~~~
    嗯,安装下试试。,每次开机开个浏览器都要等号几分钟 ,郁闷
      

  9.   

    Quote: 引用 1 楼 jiaoshiyao 的回复:
    /quote]
    安装好了,试了一下,有问题了。using System;public class Test
    {
        public static void Main() {
            System.Console.WriteLine("123");
        }
    }按了F5 ,
    Output面板错误:
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'E:\studio\install\Common7\IDE\QTAgent32.exe'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.ExecutionCommon\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.Common\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.Common.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.Resource\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.Resource.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Remoting\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Remoting.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.AgentObject\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.AgentObject.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.AgentProcessManager\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.AgentProcessManager.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.UnitTestFramework\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'E:\studio\install\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.TeamSystem.Licensing.dll'
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'E:\studio\install\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Enterprise.AspNetHelper.dll'
    V, 13072, 13, 2013/12/13, 11:38:04.109, PC2012032921IQL\QTAgent32.exe, Tracing starting up. Stopwatch frequency is 3579545
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'd:\我的文档\Visual Studio 2010\Projects\TestProject1\TestProject1\bin\Debug\TestProject1.dll', Symbols loaded.
    'QTAgent32.exe' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualBasic\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll'
    The thread 'Agent: adapter run thread for test 'TestMethod1' with id 'f75d1b58-24ec-4d24-a2b9-66a1dacd5858'' (0x3678) has exited with code 0 (0x0).
    The thread 'Agent: state execution thread for test 'TestMethod1' with id 'f75d1b58-24ec-4d24-a2b9-66a1dacd5858'' (0x3608) has exited with code 0 (0x0).
    The thread 'Agent: test queue thread' (0x2cd8) has exited with code 0 (0x0).
    The thread 'Agent: heartbeat thread' (0x3658) has exited with code 0 (0x0).
    The program '[13072] QTAgent32.exe: Managed (v4.0.30319)' has exited with code 0 (0x0).
      

  10.   

    studio安装好了,现在开始安装sql server2010,报错了。
    是不是要先吧vs里面自带的sql servber删除掉,怎么删除