RSS

Visual Studio 2003 Interview Questions and Answers 


 

Visual Studio 2003 Interview Questions and Answers
I am a .NET developer, beginner. I want to go through some projects in .Visual studio.net 2003 in visual c#.net...the projects which give me an overview of how projects are done in industries...can anybody give me the URL of that site...? or help me in any other way... Will be quite helpful...

Thanks,
- CASE CF-6199 NEW 300W
- MB BIO K8M80M2 AM2 DDR2
- CPU SAM2 SEMPRON 3000
- DISIPATOR SAM2
- HDD IDE 80/7200/2
- MEM DDR-2 512 MB/667
- OPT COMBO 52X 5236V
- LINUX
- KEYWORD SLIM MULTIMEDIAL
- MOUSE USB OPTIC KM-8920
- MONITOR 17" CRT
- VIDEO+AUDIO+LAN

WARRANTY 6 MONTHS OP9119

PLEASE SOMEBODY EXPLAIN EACH PART FROM THE PC and which version of Visual Studio . NET I am able to use I have a Windows XP Pro 2003
(actually i created one application in VB.net 2003. but the application is not working in others pc where the visual studio is not installed.) that is why i want to create an exe of that application which runs on every windows platform.)
I have a VB project for which I need to create a single executable, ASAP. I don't want a folder full of files; I don't want an installer; I especially don't want the user to have to have the .net framework on their computer.

Is this even possible any more? Everything I can find on the issue describes some sort of "Setup and Deployment" voodoo that creates a new folder on my computer, and I can't even figure out how to get it to *put* anything in that folder.

Again, I need an executable above all. If at all possible, I want this to be completely standalone. If I have to use Setup and Deployment, I will, but a few hints as to how to proceed once that project is created would be helpful.

Version: Microsoft Development Environment 2003, (Version 7.1.3088) and Microsoft .NET Framework 1.1 (Version 1.1.4322) from the Visual Studio suite. I have the CDs and can add components if necessary but I've looked and can't find anything that seems to be what I need.

Thanks for any help!
When I switch to flowlayout in Visual Studio '03, the controls all seem to jumble together and I can't separate them. I was wondering if there is a) something I am doing wrong, b) something else I need to do to make flowlayout work, or c) does flowlayout in '03 just not work right?

I need to know because I am doing a self study training and the book I am using keeps asking me to switch to flowlayout and then it asks me to position my controls. Unfortunately, after I switch to flowlayout, I cannot seem to move my controls around at all and they all stick to each other. Please help.
well i have been searching the Visual Studio.NET2003 for a project with my friend but cannot find it anywhere..even at microsof...can anyone give me a link of a torrent or sth ?
Recently, I had problem creating/opening a project from the Visual Studio .NET 2003 because it states that the web server is not running. Now, this problem has been solved.

I can now create/open a new project.

However, when I open a project, this message will pop up:

" The project '<project_name>' is on an untrusted web server. Opening this project may cause code to be executed with full trust.
Do you want to continue opening this project? If you do not trust thw source of this project, you should choose 'No'. "

If I click 'Yes', I can open a project. If I click 'No', then I can't open one.

So, how do I make my web server a trusted one? I don't want this message to pop out whenever I want to open a project.

Has it got to do with my IIS?

Please help. Thanks :)
I am doing a programming on visual studio.net 2003 using the Asp.net mobile Web form. I am trying to update the Microsoft access database that i have created using the statement : Update.
According to the Update Statement that i had written, It directly replaces the value in the attribute of the table. Which is not what i am looking for. here's my quote of example for a better explanation:

I have a table name : Pen
Attributes are : ItemID, Color,Quantity,ItemDetails

As such my quantity inside have 10 and when i want to order another 40, i do not want it to replace to 40. i want to replace it to show 50. As such its an addition method.

However in my Update sentence it overwrite it. Is there any other method to make it add?Thanks. Its urgent.
I am working with Microsoft Visual Studio.Net 2003 at home. I need to create a Visual C# project using the template ASP.NET web application. I do not know what to state in the location.

I understand that it should be a URL but what exactly should it be?
Can a geocities or a free web hosting website do?
If so, how do I do it?
I'm using visual Studio .net 2003. It's a completely legal version so I know it wasn't tampered with.

This is my code:

@include <iostream.h>

int main()
{
cout << "Hello World!\n";
return 0;
}



This is the result:

Linking...
HelloWorld.obj : error LNK2019: unresolved external symbol "long __stdcall About(struct HWND__ *,unsigned int,unsigned int,long)" (?About@@YGJPAUHWND__@@IIJ@Z) referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z)
Debug/HelloWorld.exe : fatal error LNK1120: 1 unresolved externals


My tutorial book says to type it just like that, and I started it as a blank C++ file.. is my compiler broken or am I missing something fundamental?

Thanks

-Simba

refer question:
http://answers.yahoo.com/question/index;...

Dim conn = CreateObject("adodb.connection")
Dim rs = CreateObject("adodb.recordset")
Dim comm = CreateObject("adodb.command")
Dim strSql As String

strSql = "Select User Name, Password From AuthorizedInventoryStaff.mdb Where User Name='" & txtUserName.Text & "'and Password='" & txtPassword.Text & "'"
conn.connectionstring = ""
comm.CommandType()

conn.Open()
comm.commandtext = strSql
comm.connection = conn
rs = comm.execute

If Not rs.eof Or rs.eof Then
response.redirect("Welcome.vb")
Else
response.redirect("Login.vb")
End If

error message: Name 'response' is not declared.

i ma using access and visual studio .net 2003(windows application(VB))

It's been a long time since I opened my Visual Studio .NET 2003.

When I wanted to create or open a project, this prompt pops up:

"Visual Studio cannot create or open the application because the web server on this computer is not running. Start the web server before running".

How do I do that?
I've installed Visual Studio.NET 2003, created a new Console Application in C++ and tried to run but it says "Unexpected end of file". Solution please!

i am creating an online sales and inventory system as a project for college...sales system will be online while the inventory system is a windows application tht's only for the staffs' usage...i am using visual studio .net 2003 (VBScript) programming language and MS Access xp pro...i want to know how to link access to .net. I also want to know if i use the windows application for inventory subsystem and use the ASP.Net web application...how do i link both systems to each other?? Please help!!URGENT!!

i am creating an online sales and inventory system as a project for college...sales system will be online while the inventory system is a windows application tht's only for the staffs' usage...i am using visual studio .net 2003 (VBScript) programming language and MS Access xp pro...i want to know which template should i open for the inventory system?? can i use the asp.net web application template for the inventory system?
RSS
123459Showing 1 to 15 of 134

Top Tags

Sorry - no Tags found for specified category