webber Posted July 18, 2004 Posted July 18, 2004 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 ? Quote
ost Posted July 18, 2004 Posted July 18, 2004 hmm.. can you post more details about your program? Maybe you can post your code. Quote
webber Posted July 19, 2004 Author Posted July 19, 2004 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" Quote
Arch4ngel Posted July 19, 2004 Posted July 19, 2004 /*** 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... Quote "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* Nerseus Posted July 19, 2004 *Experts* Posted July 19, 2004 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 Quote "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
webber Posted July 20, 2004 Author Posted July 20, 2004 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 ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.