Hi everybody
Is it possible to use data Access Application Block without having VS.NET ?
I mean, I only use notepad and Web Matrix. I do not have Visual Studio.
Yhanks in advance
Raja

Re: Data Access Application Block ? by Carl

Carl
Fri Jul 11 15:23:18 CDT 2003

"Rajesh Madhra" <madhra@yahoo.com> wrote in message
> Is it possible to use data Access Application Block without having VS.NET ?
> I mean, I only use notepad and Web Matrix. I do not have Visual Studio.
>

Rajesh,
Sure, you can use the Data Access Application Block code with other editors
(remember it's just a class file). Although, Visual Studio .NET 2003 makes
editing the project a lot more easier! e.g. Intellsense, debugging, etc...

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com





Re: Data Access Application Block ? by Rajesh

Rajesh
Sun Jul 13 07:39:30 CDT 2003

Hi Carl
Thanks for your answer. So I downloaded and installed the data access
application block. But as in many articles on the net even the documentation
talks about VISUAL STUDIO Project. So what should I do to use this
application data access block ? Do I need to create some assembly myself ?
If yes then even that I cannot do because i tried to create some other
assemblies from winXP's command prompt by using the command :
vbc /t:library /out:FileName.dll FileName.vb
and it said
'vbc' is not recognized as an internal or external command, operable program
or batch file.
I entered Env. variable as follows
Variable = vbc
Value = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc.exe

Thanks in advance
Raja


"Carl Prothman [MVP]" <carlpr@spamcop.net> wrote in message
news:egb8Ep#RDHA.3192@TK2MSFTNGP10.phx.gbl...
> "Rajesh Madhra" <madhra@yahoo.com> wrote in message
> > Is it possible to use data Access Application Block without having
VS.NET ?
> > I mean, I only use notepad and Web Matrix. I do not have Visual Studio.
> >
>
> Rajesh,
> Sure, you can use the Data Access Application Block code with other
editors
> (remember it's just a class file). Although, Visual Studio .NET 2003
makes
> editing the project a lot more easier! e.g. Intellsense, debugging,
etc...
>
> --
>
> Thanks,
> Carl Prothman
> Microsoft ASP.NET MVP
> http://www.able-consulting.com
>
>
>
>



Re: Data Access Application Block ? by Carl

Carl
Mon Jul 14 13:07:43 CDT 2003

"Rajesh Madhra" <madhra@yahoo.com> wrote
> Thanks for your answer. So I downloaded and installed the data access
> application block. But as in many articles on the net even the documentation
> talks about VISUAL STUDIO Project. So what should I do to use this
> application data access block ? Do I need to create some assembly myself ?
> If yes then even that I cannot do because i tried to create some other
> assemblies from winXP's command prompt by using the command :
> vbc /t:library /out:FileName.dll FileName.vb
> and it said 'vbc' is not recognized as an internal or external command, operable program
> or batch file.I entered Env. variable as follows
> Variable = vbc
> Value = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc.exe
>

Rajesh,
I think you need to do two things:

1) You need to add the path of where VBC is located to the PATH Env. variable
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

2) You also need to add a reference to the ApplicationBlocks.Data DLL in the VBC command
/reference:Microsoft.ApplicationBlocks.Data.dll

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com