CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > starter_kits_and_source_projects.commerce_starter_kit Tags:
Item Type: Date Entered: 8/22/2003 12:50:26 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 3 Views: 31 Favorited: 0 Favorite
4 Items, 1 Pages 1 |< << Go >> >|
"Big+Mac+Daddy"
NewsGroup User
Problems updating the ProductsDB.vb in the components folder…???8/22/2003 12:50:26 PM

0

Hi d ho people?

I?m new to the world of .NET and I?ve still got a lot of getting use to ahead of me?especially when it comes to learning a new Editor?

I have made a SOLUTION of the IBuySpy web page in my .NET Editor, but
when I edit any of the *.vb (say for instance ProductsDB.vb) in the components folder it doesn?t seem to update when I make changes to it?It keeps ref. to the original code.

Can any one perhaps tell me what I?m doing wrong???

Thanks in advance?


"diamondz" <>
NewsGroup User
Re: Problems updating the ProductsDB.vb in the components folder…???8/24/2003 10:54:21 AM

0

The ibuyspy store come in two languages as you will be aware. However then there are two other options. Either VS.NET or SDK version.
The application version for VS.NET and SDK have the same functionilty but differ in how they are deployed and run to some extent.

With VS.NET the presentation code and any business logic for the page are split into 2 files, i.e. page.aspx and page.aspx.cs
You will see this refered to as code behind.

The SDK version has the presentation and business logic all contained with in the same page, i.e. page.aspx

Ok you still with me?
Right the reason why you code changes don't show up is cos you have the VS.NET version. With the code behind version you need to compile the application with VS.NET, which will result in a DLL that contains all the business logic.

If however you have the SDK version, the compiling is done the first time you access the page in a web browser, thats why you have a short wait the first time you access this version of the site while the CLR compiles on the application on the fly.

Try getting the SDK version and making the changes you should then see the it works.
http://www.bitethebullet.co.uk
Free C# and DotNetNuke Modules
"Big+Mac+Daddy"
NewsGroup User
Re: Problems updating the ProductsDB.vb in the components folder…???8/25/2003 7:34:10 AM

0

Hi, sorry for the late reply, but I was out all day?

Thanks for the help, but I still can?t get it to work?

I have downloaded the StoreVB_SDK_0305 version and this is what I could gather from it?

Okay, lets start from the beginning?

I have got a default.aspx page with two more pages called default.aspx.vb and default.aspx.resx.

Now within the default.aspx page I?ve included the menu.ascx page which in return
displays the menu each time I call the default.aspx page?

Within the menu.ascx page I then call the ProductsDB.vb page with all the business logic on it?(calling the GetProductCategories(), stored procedures, ext.).

When I try to edit the ProductsDB.vb page it still ref. the original code?as if I had never touched it.

Where is it all going wrong???

Should I compile a new *.dll file like the StoreVB.dll file using the mk.bat
Or
Will the .NET editor compile a new *.dll for me??
Or
Does the SDK compile on the fly??
Or
Has this problem even got anything to do with the *.dll file.

Any help or clue will do?

Thanks.
"diamondz" <>
NewsGroup User
Re: Problems updating the ProductsDB.vb in the components folder…???8/25/2003 10:32:11 AM

0

Ok to make the storeVB.dll you are correct that you need to use the mk.bat in the components folders.

Start a command prompt and then execute the batch file. If you get an error about not being able to find the compiler its cos the path to the compiler is not set within the path command. If this happens you'll need to type something like

c:\>path c:\windows\microsoft.net\framework\v1.1.4322

Or whatever the path to the compiler is.

Hope this helps? let me know if you still having problems

Mark
http://www.bitethebullet.co.uk
Free C# and DotNetNuke Modules
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:













profile, member, role and aspnet_regsql

asp.net 2.0 personalization

ascx webpart - custom verbs

using flash in web part

how to horizontally justify-align all webparts in a webpartzone?

editorzone - direction, height and width not getting set

accessing nd updating custom profile data

user management business logic with membersip and role providers

increase the size of textbox

personalization blob -- any changes for beta 2/rtm?

session state in a moss webpart

webparts and asp.net ajax 1.0

web part performance concern as # of available web parts increase

dynamically disable personalization

where is the profile object?

copy personalization

how can i add custom verbs to a webpartzone?

image in title of webpart

webpart width is larger than webpartzone

webparts x ajax 1.0

editorzone and catalogzone in a popup window

creating web part pages dynamically

add web parts into catalog zone dynamically

div tags and 100% height

adding an element that acts like a webpart - but isn't?!

webparts

where can i download oraclepersonalization provider class

webparts and toolspart

custom properties

how do i restrict a webpart to a particular webpartzone only

validation in a custom editor part

how to pass string variable from web part to website using query string?

error- editorpart does not have an id

webpart: gridview change textbox to dropdownlist during edit

minimize/maximize webpart

2 websites sharing code and certain pages: what is the best approach?

web part category in sharepoint 3.0

multiple connected web parts

updating profile not working

user info from moss 2007

how do i personalize a control property (radiobutton)

drag personalization

callbacks and partial postbacks from controls inside usercontrols fails

session state and webparts

refreshing in all pages- need to do in single page only

is it mandatory to use forms authentication for personalization?

server error message

web parts - controls and rendering

maximize ability of the web parts

determining what is in webpart catalogs, on the page and clearing catalogs

   
  Privacy | Contact Us
All Times Are GMT