This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / VB.NET: Every time I have to add MS oracle provider into reference when I create a new project. Do you guys know how can I set up only one time and use it in every project?
-ningxin0809(雁影行洲);
2003-4-17
(#1145260@0)
-
what a simple thing, i will teach you
-win(秋天的菠菜);
2003-4-17
(#1145279@0)
-
Thanks.
-ningxin0809(雁影行洲);
2003-4-17
(#1145283@0)
-
you are more than welcome
-win(秋天的菠菜);
2003-4-17
(#1145320@0)
-
我看是没法子了
-vega_lee(天津人);
2003-4-17
(#1145295@0)
-
I am afaird so. perhaps VB.NEXT will solve it.
-ningxin0809(雁影行洲);
2003-4-17
(#1145315@0)
-
create a project template. or change the default project template
-guestagain(guest again);
2003-4-17
(#1145345@0)
-
found the location already, but it seem I have to change all of the templates? for Class, for vbwebapplication .....?
-ningxin0809(雁影行洲);
2003-4-17
(#1145361@0)
-
yea, but it is quite easy and won't take you too much time. right?
-guestagain(guest again);
2003-4-17
(#1145385@0)
-
which file I should change? web.config or AssemblyInfo.vb? can you give me an example?
-ningxin0809(雁影行洲);
2003-4-17
(#1145404@0)
-
WebApplication.vbprojIt is an XML and you can change the References part. I suggest you firsrt create an empty project and add the references you need and save it. Then open the vbproj file of that empty project, you will find out how to change the template vbproj file such as WebApplication.vbproj,ClassLibrary.vbproj ....
-guestagain(guest again);
2003-4-17
{303}
(#1145438@0)
-
got it. thank you very much. now I am working on ADDIN now :)
-ningxin0809(雁影行洲);
2003-4-17
(#1145504@0)
-
welcome
-guestagain(guest again);
2003-4-17
(#1145521@0)
-
an other solution is to create an addin or a macro to do it automatically.
-guestagain(guest again);
2003-4-17
(#1145400@0)
-
I prefer to change the templates.
-ningxin0809(雁影行洲);
2003-4-17
(#1145415@0)
-
hehe. develop an addin is not hard and you will understand more about visual studio.net
-guestagain(guest again);
2003-4-17
(#1145453@0)