Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

recent my company's vs.net 2003 program was changed into vb.net 2002 ....

as u my previous soltuion file cannot be opened ..... i tried pasting the code instead .... i pasted the exact code into my vb.net 2002 and i run it .... there was no error shown .... however when i click the add button .... the program don perform the add operation that i have coded .... can anyone help me solve this problem ?

Posted

Help !!!!

 

i have tried again today and the moment i clicked view in browser this error appeared .... i spended the whole day trying to figure out what error is this but i failed ... can any one help me ?

 

Server Error in '/PUCAS' Application

 

Parser Error

 

Description: An error occured during the parsing of a resource required to service this request. Please review the following specific parser error details and modify ur source file appropriately

 

Parser Error Message: Could not load type 'PUCAS.testing

 

Line 1: <% Page language = "vb" AutoEventWireUp = "false" codebehind= "testing.aspx.vb" inherits = "PUCAS.testing"

Posted

/*** ALWAYS MAKE BACKUP ***/

 

Let's try something together...

Create a new VB project and open the file with the extension .vbproj .

Take a look at ProductVersion and SchemaVersion.

 

Now open your old project... edit the same file... but replace the value of ProductVersion and SchemaVersion by those seen in the VB.NET 2002 project. You'll have a good chance that it'll work.

 

However... it won't make VB.Net 2003 specific run. It'll only convert your project from 2003 to 2002.

 

I hope it'll work for you...

 

*************

 

If it don't work... open your new project and "Add existing..." file. It'll import Form as well as their events, etc...

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

  • *Experts*
Posted

I don't have both Visual Studio's on my machine here, but I think the difference lies in the solution files, not the project files (?)

 

Try moving your SLN file out of the folder that has the project file (if they're in the same folder, Visual Studio will try to load the solution). Then open the project file (the one created by 1.1) into Visual Studio 1.0.

 

The problem with cutting and pasting all the code is that it isn't all the code. There are some embedded resources in a .resx file that go with forms.

 

If the above doesn't work, you might try creating a new project in VS 1.0 and import all the classes one by one.

 

I would bet that someone has already written a converter to change solution files back to their 1.0 version - maybe search google for such a tool?

 

-ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted
ok thanks for all the suggestion .... anyway the error is gone now ... however there is another error now .... when i click view in browser .... the labels are not appearing in the position where i have put them in the grid design but now all lump together toward the left... and the text boxes have disappeared ...... the buttons have disappeared too .... in my grid design every thing is in position ... however when i click view in browser this happened ... why ? can anyone help me ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...