473,394 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Website Reference Aliases Not Exposed?

Using VS2005, Win32 projects expose on the properties of a reference
the "Aliases" property, which defaults to "global" for a value. Here
one can define in comma-delimitted format a list of aliases for the
referenced assembly. In turn, during the build process, csc.exe will
use the entries as /reference:myalias switches.

I cannot find where the IDE exposes the same thing for web sites. I
looked under the references -- all one can do is add/remove them and
change their path. I also checked under the website's properties...
there is not even a place to specify command-line switches unlike the
Win32 counterpart.
Can anyone point me in the right direction? Even a manual hack of some

config file would suffice.
Without it, my "extern alias SomeAlias;" code line cannot possibly
compile.
Thanks!
- MD

Jan 4 '07 #1
2 1434
Any suggestions on another group to pose this question to? I already
tried the IDE group.

I am still stuck.

Thx...

Martin Douglas wrote:
Using VS2005, Win32 projects expose on the properties of a reference
the "Aliases" property, which defaults to "global" for a value. Here
one can define in comma-delimitted format a list of aliases for the
referenced assembly. In turn, during the build process, csc.exe will
use the entries as /reference:myalias switches.

I cannot find where the IDE exposes the same thing for web sites. I
looked under the references -- all one can do is add/remove them and
change their path. I also checked under the website's properties...
there is not even a place to specify command-line switches unlike the
Win32 counterpart.
Can anyone point me in the right direction? Even a manual hack of some

config file would suffice.
Without it, my "extern alias SomeAlias;" code line cannot possibly
compile.
Thanks!
- MD
Jan 10 '07 #2
I received an excellent reply to this via e-mail, but have
subsequently misplaced it. Could the sender resend please? Thanks

Feb 13 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
by: William Xuuu | last post by:
Hi, References introduced make things much more complicated. e.g. int a; void f(int &n); void g(int *p); Isn't g(&a) much more clear than f(a), when we would change the value of the...
4
by: Wim Verhavert | last post by:
Hi all, For gathering certain information in building my database, I'm depending on the things I found on the web, especially one website (let's call it www.mywebsite.com). Is there a way to...
3
by: Rik Beacroft | last post by:
We have the following setup. A VB6 application calls a .NET COM component that acts mainly as a forwarding system calling methods on a web service. When you open up the VB6 object browser and...
18
by: man | last post by:
can any one please tell me what is the diff between pointer and reference.....and which one is better to use ....and why???????
2
by: archana | last post by:
Hi all, I want to add reference of two dlls which have two different version and two different public key and i want to insert reference of both dll in my application. How could i do this. ...
5
by: pauldepstein | last post by:
Take the code: int ival = 1024; int &refVal = ival; My text says "a reference is just another name for an object ... we can access refVal through ival ..." I understand this way of using...
68
by: Jim Langston | last post by:
I remember there was a thread a while back that was talking about using the return value of a function as a reference where I had thought the reference would become invalidated because it was a...
9
by: grocery_stocker | last post by:
How are references and aliases in perl different than references in aliases in C++?
275
by: Astley Le Jasper | last post by:
Sorry for the numpty question ... How do you find the reference name of an object? So if i have this bob = modulename.objectname() how do i find that the name is 'bob'
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.