Welcome Guest, you are in: Login

MUST Creative Engineering Laboratory

RSS RSS

Navigation



Technical Doc



Search the wiki
»

MUST Corp.

MUST Corp.

www.must.or.kr

 Microsoft CERTIFIED Partner Software Development, Web Development, Data Platform

 Microsoft Small Business Specialist

MCSD

Microsoft Certified IT Professional

Microsoft Certified Professional Developer

Page History: .Net Compiler doesn't understand long source paths

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2013/02/13 18:16


컴파일러는 소스코드 폴더가 길면 이해할수 없으므로 가상드라이버를 만들어서 컴파일해야함.

you need to make virtual drive for source code folder 소스폴더가 D:\Service\2013\folder2013\service2013\www 라면

subst z: D:\Service\2013\folder2013\service2013\www

from this moment you can see Z: drive in the system

then you compile the source
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v / -p Z:\ -u D:\compile\targetfolder

then you remove the drive

subst z: /d

SUBST

http://en.wikipedia.org/wiki/SUBST

MUST Creative Engineering Laboratory

ImageImage Image Image

Image Image Image Image Image Image Image

Copyright © 2010 MUST Corp. All rights reserved. must@must.or.kr
This Program is released under the GNU General Public License v2. View the GNU General Public License v2 or visit the GNU website.