Eric Wise

Sponsors

The Lounge

Wicked Cool Jobs

Blogs I Read

Fun & Games

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Easy Assets .NET 1.0.1
You can download the latest here.

I have updated the images file names to be more read_friendly.
I have also addressed the job description page problem (it wasn't really a code problem, the deploy folder was an older build... my bad).

In general, if you just replace the WebModules, Graphics, and Bin folders you should be good to go.


Posted Mon, Aug 15 2005 8:00 PM by Eric Wise

[Advertisement]

Comments

Sam Kuehn wrote re: Easy Assets .NET 1.0.1
on Tue, Aug 16 2005 11:01 AM
When requesting owner information on an asset @ url: http://webdev2/easyassets/webmodules/Assets/AssetOwner.aspx?AID=1

I get this error

Source Error:



Line 56: Person</TD>
Line 57: <TD style="WIDTH: 196px" width="196">
Line 58: <asp:Label id=ResPerson runat="server" CssClass="displaylabel" Text="<%# a.Resource.LastFirst %>" Width="100%">
Line 59: </asp:Label></TD>
Line 60: <TD class="label" noWrap align="right" width="15%">Room</TD>

Stan wrote re: Easy Assets .NET 1.0.1
on Tue, Aug 16 2005 3:29 PM
Eric,

I am getting ready to install and try out your product. Is it true that the .NET Framework V1.1 is required to be on the Database Server? I know that is what the readme says, but I thought I would double check.

Thanks!
Stan
Eric Wise wrote re: Easy Assets .NET 1.0.1
on Tue, Aug 16 2005 6:43 PM
Yes, the dbinstall.exe file that builds the database for you is a .NET executable. I'll look into the other error.
Eric Wise wrote re: Easy Assets .NET 1.0.1
on Tue, Aug 16 2005 6:50 PM
Sam,

Per the other thread Resource was refactored as Employee and ResourceType was refactored as job description. The refactor tool missed that one. Just update the AssetOwner.aspx file to read a.Employee.LastFirst and it should display fine.
Jeff willson wrote re: Easy Assets .NET 1.0.1
on Mon, Sep 12 2005 11:25 PM
Have downloaded Easy Asets 1.0.1 and installed per instructions in readme.txt but when I goto http://localhost/easyassets it loads the default.aspx page but does not redirect to login page.

Have I missed a step somewhere?

No errors are shown.

Eric Wise wrote re: Easy Assets .NET 1.0.1
on Wed, Sep 14 2005 7:06 PM
Jeff,

Check the security settings in IIS. The forms authentication only kicks in for a non-authenticated user. My guess is that you have windows authentication on the virtual directory and it's on your local machine.

Just a guess though, I haven't heard of anyone else having that problem.
Eddie Thomsen wrote re: Easy Assets .NET 1.0.1
on Wed, Sep 21 2005 10:41 AM
Hi!
I have installed Easy Assets .NET 1.0.1 and it works fine :-)

But when i i create a new user i get this error "Object reference not set to an instance of an object"

Have i missed somthing??

Thanks.
Joe wrote re: Easy Assets .NET 1.0.1
on Tue, Sep 27 2005 1:32 PM
The email field under new employees is limited to 25 characters?

Thanks, Joe.
Eric Wise wrote re: Easy Assets .NET 1.0.1
on Tue, Sep 27 2005 3:59 PM
In the database all the email fields are set to varchar 50, it is probably the maxlength on the textbox is the victim of a copy/paste error. Just change the maxlength property in the .aspx file to read 50 and it should be good to go.
Joe wrote re: Easy Assets .NET 1.0.1
on Fri, Sep 30 2005 12:54 PM
Eric, thanks for the quick response. You were right that did fix the email problem.

Problem #2 When trying to create a New User, I get the infamous "Object reference not set to an instance of an object" error.

This software looks very promising. I am anxious to get it going.

Many Thanks, Joe.

Eric Wise wrote re: Easy Assets .NET 1.0.1
on Sat, Oct 1 2005 10:22 PM
To fix the Object Reference Error simply open the Webmodules/Admin/EditUser.aspx.vb file. Then in the btnSave_Click method change all the variables of thisUser to editUser.

Recompile and it should work properly!

Sorry it took so long to get an answer back, I've been hella busy lately with building my new house.
Joe wrote re: Easy Assets .NET 1.0.1
on Mon, Oct 3 2005 1:05 PM
I am a newbie when it comes to Visual Studio and vb.net.

The file structure is:

c:\inetpub\wwwroot\EasyAssets\EasyAssetsVB
c:\inetpub\wwwroot\EasyAssets\EasyAssetsWeb

They both have .vbproj but c:\inetpub\wwwroot\EasyAssets\EasyAssetsVB

has a .sln file.

I several ways:

I opened the .sln file and tried to rebuild the solution but I get 105 errors.

So, I tried the .vbproj files with the same result.

Is there another way to recompile Webmodules/Admin/EditUser.aspx.vb ?

What I am doing wrong?

Many thanks Eric. Joe.

Eric Wise wrote re: Easy Assets .NET 1.0.1
on Mon, Oct 3 2005 4:10 PM
1. Create a new blank solution

2. Add existing project - the .vbproj file from EasyAssetsVB

3. Add existing project - the .vbproj from inetpub

4. make sure the web project properly references the VB (business logic) project.

5. compile.
Joe wrote re: Easy Assets .NET 1.0.1
on Mon, Oct 3 2005 6:10 PM
Excellent instructions!!

Many thanks Eric.

That worked fine! I am up and running.

Joe.
Brad wrote re: Easy Assets .NET 1.0.1
on Tue, May 16 2006 12:48 PM
I've installed Easy Assets and its working great!  One thing, when I go into Administrator and try to add a user I get the ""Object reference not set to an instance of an object" .  I've tried looking into the instructions you gave Joe, but must be on a newer version.  I don't see a btnSave_Click.
Eric Wise wrote re: Easy Assets .NET 1.0.1
on Wed, May 17 2006 7:02 PM
I recently put out a fix to the object reference error so any new downloads should be good to go.
Devlicio.us