Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / March 2005

Tip: Looking for answers? Try searching our database.

vsnet 2003

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
param@community.nospam - 03 Mar 2005 15:26 GMT
Hi all, I am new to vsnet 2003 professional. I just installed it the other
day. I used to work with vb6 earlier and liked the features such as where
the ide tries to auto fill your code etc. e.g. if i type in "object." it
automatically gives me the methods and properties to choose from etc. I dont
see this in vsnet. Is it not available anymore? Additionally I have several
asp.net projects and some custom dlls that were developed using the sdk and
command line compilers. But now when I open the .vb files in the vsnet ide I
dont see any compile options. Am I missing something? Finally, what kind of
permissions and setup do I need to work with web services? IIS is installed
on a different computer on the network and when I try to create a new
webservice project and give the url as
http://computername/services/service1.amx I get back some sort of error like
\\computername\wwwroot\services is not accessible. IIS on the remote
computer is configured to store its web files on d:\website files.. Please
help!

thanks!
Peter van der Goes - 03 Mar 2005 16:07 GMT
> Hi all, I am new to vsnet 2003 professional. I just installed it the other
> day. I used to work with vb6 earlier and liked the features such as where
[quoted text clipped - 13 lines]
>
> thanks!

You've got a lot of learning to do. VB was dramatically changes in the
transition to .NET.
As far as your question about the lists provided in the intellisense editor,
that functionality is there in VB.NET, so we'd need details on the code you
are editing and the project, etc. to address your issue. However, if you are
attempting to use things from your VB 6 experience, it may be a case of lack
of recognition.
I would suggest that you prepare for your journey into VB.NET by reading
some of the many articles available on the subject. Here are just a few:

http://msdn.microsoft.com/chats/transcripts/vstudio/vstudio_012704.aspx

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/c
reatingclasses.asp


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbor
iUpgradingFromVisualBasic60.asp


As far as your question about IIS, I'd recommending posting in:

microsoft.public.dotnet.framework.aspnet

or

microsoft.public.dotnet.languages.vb (as you're interested in Visual Basic)

Signature

Peter [MVP Visual Developer]
Jack of all trades, master of none.

param@community.nospam - 03 Mar 2005 17:17 GMT
Peter, thanks for the reply. I know I have a lot of learning to do in moving
from VB6 to VB.net. That aside, I opened a .vb file that another developer
had created and I tried a line like:-

a = Math.abs(...)

Shouldnt intellisense give me options on Math.. ?

TIA!

>> Hi all, I am new to vsnet 2003 professional. I just installed it the
>> other day. I used to work with vb6 earlier and liked the features such as
[quoted text clipped - 38 lines]
> microsoft.public.dotnet.languages.vb (as you're interested in Visual
> Basic)
param@community.nospam - 03 Mar 2005 17:20 GMT
I just noticed something, if I create a new class library solution then it
adds a bunch of supporting files such as assemblyinfo.vb, .sln etc. With
this setup intellisense works. But if I just open a .vb file by itself it
doesnt. The vb file has all the imports statements at the top...

thanks!

> Peter, thanks for the reply. I know I have a lot of learning to do in
> moving from VB6 to VB.net. That aside, I opened a .vb file that another
[quoted text clipped - 48 lines]
>> microsoft.public.dotnet.languages.vb (as you're interested in Visual
>> Basic)
Peter van der Goes - 03 Mar 2005 18:00 GMT
>I just noticed something, if I create a new class library solution then it
>adds a bunch of supporting files such as assemblyinfo.vb, .sln etc. With
>this setup intellisense works. But if I just open a .vb file by itself it
>doesnt. The vb file has all the imports statements at the top...
>
> thanks!

OK, you've discovered that VS.NET works on a solution basis, not an
individual file basis.
Same thing with C++ source code files. I *used* to be able to open a C++
source code file in VS 6 and get a project automatically built around it
when I compiled. No more in VS .NET. Must create a project first, then add
the source code file to the project to work with it. Win some lose some, I
guess. I find all the plusses in Visual Studio .NET 2003 greatly outweigh
any minuses, so I adapt and move on.
Have fun!

Signature

Peter [MVP Visual Developer]
Jack of all trades, master of none.

red floyd - 03 Mar 2005 18:28 GMT
>>I just noticed something, if I create a new class library solution then it
>>adds a bunch of supporting files such as assemblyinfo.vb, .sln etc. With
[quoted text clipped - 12 lines]
> any minuses, so I adapt and move on.
> Have fun!

What I'd really love to see is the VS6 IDE with the VC++7.1 compiler
back-ending it.
Michael Viking - 03 Mar 2005 19:12 GMT
<SNIP>

> What I'd really love to see is the VS6 IDE with the VC++7.1 compiler
> back-ending it.

No question!  Add in some bug fixes and this would be something I'd pay good
money for.
-Michael Viking
param@community.nospam - 04 Mar 2005 16:56 GMT
Ok agreed I have a lot of learning to do as far as how vs.net works. But in
my situation I already have a bunch of code developed by another developer
using notepad and the sdk compilers. I am just trying to find the best way
to continue where he left of by opening his files (mostly aspx pages with
.vb dlls in bin folders) in vs.net and make use of some of the features of
vs.net like intellisense, compiling without having to launch command line
compilers etc.

thanks!

>>I just noticed something, if I create a new class library solution then it
>>adds a bunch of supporting files such as assemblyinfo.vb, .sln etc. With
[quoted text clipped - 12 lines]
> any minuses, so I adapt and move on.
> Have fun!
Peter van der Goes - 04 Mar 2005 18:51 GMT
> Ok agreed I have a lot of learning to do as far as how vs.net works. But
> in my situation I already have a bunch of code developed by another
[quoted text clipped - 5 lines]
>
> thanks!

From what you've said about the files left to you. it sounds like the other
developer was creating web applications using VB.NET and ASP.NET.
In Visual Studio terms, that would be Project Type = Visual Basic Projects,
Template = ASP.NET Web Application.
In your shoes, I'd be tempted to try creating a VB Web application, then try
substituting the files you have for the files created by the application
wizard. I hope the other developer left a little documentation and organized
the files into project groups for you?

Signature

Peter [MVP Visual Developer]
Jack of all trades, master of none.

param@community.nospam - 05 Mar 2005 17:10 GMT
Correct VB.Net & Asp.Net. The only thing he didnt use VS.Net. No
documentation unfortunately, but he did organize the files by website. So I
have a main folder c:\website files on the IIS server and within that 1
folder for each website.

I have tried File-->New-->VB Projects-->Asp.Net Web Application, but
apparently that wizard has some frills to it e.g. it tries to connect to the
iis server, create vdirs, .config files and permissions etc. Granted all
these are cool for a newbie and maybe even good for starting a new project,
but in my case I just want to open the files already there without jumping
through too many hoops! lol! I may try your idea of creating a new web app
and then moving the other files over, but that would mean I would have to
setup new vdirs & websites under IIS instead of using the ones already
there. Oh well I will give it a shot

Thanks!

>> Ok agreed I have a lot of learning to do as far as how vs.net works. But
>> in my situation I already have a bunch of code developed by another
[quoted text clipped - 14 lines]
> application wizard. I hope the other developer left a little documentation
> and organized the files into project groups for you?
Gary Chang[MSFT] - 04 Mar 2005 07:11 GMT
Hi,

>IIS is installed on a different computer on the network and when I try to
>create a new  webservice project and give the url as
>http://computername/services/service1.amx I get back some sort of
>error like \\computername\wwwroot\services is not accessible.
>...

On this scenario, you should confirm you can access that web server
first(e.g. visit that server's html page in the Internet Explorer), if it
is no problemn, the url(which your webservice needed) would be like the
address you specified in the IE...

Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ??C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.