|
 |
aspx_beginners thread: help running the sample
Message #1 by "pooja singh" <sin_pooja@r...> on 30 Jan 2003 05:44:22 -0000
|
|
Hi There,
Can anyone help me to run the
sample("http://www.pdsa.com/Tips/WebCastSamples-July30.zip")
"Creating End-To-End .NEt Application"
at http://www.pdsa.com/downloads/tipstricks.aspx
I have extracted WebCastSamples-July30.zip in my local directory
c:/inetpub/wwwroot/temp/EndToEnd
This particular application requires
Microsoft.ApplicationBlocks.Data.Dll which I made successfully
after
downloading Microsoft ApplicationBlocks Data from MSDN website.
To run this sample, I was able to build Common.dll sucessfully.
I have problems in building NWDataLayer.dll because of
refrences.
In the NWDataLayer.sln, I added the refrence to
Microsoft.ApplicationBlocks.Data.Dll sucessfully.
But I don't know, for what reason, why I am not able to add
refrence to
c:/inetpub/wwwroot/temp/EndToEnd/bin/Common.dll in NWDataLayer.sln
and therefore I am not able to build NWDataLayer.dll
I will sincerely appreciate the help for taking the pain to
download the sample and run on your machine.
Thanks,
Pooja
Message #2 by "Hovik Melkomian" <melvik@b...> on Thu, 30 Jan 2003 09:17:54 +0330
|
|
Well I dont know if I get the problem correct or not?! But ...
If u can visually had been able to add that reference to ur Sln.
u propobly need to use it in ur page.
so in start og assembly file use as follow:
using Microsoft.ApplicationBlocks.Data;
HTH,
Hovik.
----- Original Message -----
From: "pooja singh" <sin_pooja@r...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Thursday, January 30, 2003 9:14 AM
Subject: [aspx_beginners] help running the sample
Hi There,
Can anyone help me to run the
sample("http://www.pdsa.com/Tips/WebCastSamples-July30.zip")
"Creating End-To-End .NEt Application"
at http://www.pdsa.com/downloads/tipstricks.aspx
I have extracted WebCastSamples-July30.zip in my local directory
c:/inetpub/wwwroot/temp/EndToEnd
This particular application requires
Microsoft.ApplicationBlocks.Data.Dll which I made successfully
after
downloading Microsoft ApplicationBlocks Data from MSDN website.
To run this sample, I was able to build Common.dll sucessfully.
I have problems in building NWDataLayer.dll because of
refrences.
In the NWDataLayer.sln, I added the refrence to
Microsoft.ApplicationBlocks.Data.Dll sucessfully.
But I don't know, for what reason, why I am not able to add
refrence to
c:/inetpub/wwwroot/temp/EndToEnd/bin/Common.dll in NWDataLayer.sln
and therefore I am not able to build NWDataLayer.dll
I will sincerely appreciate the help for taking the pain to
download the sample and run on your machine.
Thanks,
Pooja
Message #3 by "Rohit Arora" <rohit_arora@i...> on Thu, 30 Jan 2003 17:25:59 +0530
|
|
You have to add a referece to it by using using tag or its vb.net then
Imports and also add file in project references by right clicking project
propreties and locate that dll on hard disk.
peace
rohit
-----Original Message-----
From: pooja singh [mailto:sin_pooja@r...]
Sent: Thursday, January 30, 2003 11:14 AM
To: aspx_beginners
Subject: [aspx_beginners] help running the sample
Hi There,
Can anyone help me to run the
sample("http://www.pdsa.com/Tips/WebCastSamples-July30.zip")
"Creating End-To-End .NEt Application"
at http://www.pdsa.com/downloads/tipstricks.aspx
I have extracted WebCastSamples-July30.zip in my local directory
c:/inetpub/wwwroot/temp/EndToEnd
This particular application requires
Microsoft.ApplicationBlocks.Data.Dll which I made successfully
after
downloading Microsoft ApplicationBlocks Data from MSDN website.
To run this sample, I was able to build Common.dll sucessfully.
I have problems in building NWDataLayer.dll because of
refrences.
In the NWDataLayer.sln, I added the refrence to
Microsoft.ApplicationBlocks.Data.Dll sucessfully.
But I don't know, for what reason, why I am not able to add
refrence to
c:/inetpub/wwwroot/temp/EndToEnd/bin/Common.dll in NWDataLayer.sln
and therefore I am not able to build NWDataLayer.dll
I will sincerely appreciate the help for taking the pain to
download the sample and run on your machine.
Thanks,
Pooja
|
|
 |