Link to home
Start Free TrialLog in
Avatar of Jon_Raymond
Jon_Raymond

asked on

dotnet studio conflicts with IIS5

I've had some problems with VS.NET.  When running an aspx page with code behind the form on a vb page, I get an error that the namespace.class (namespace of the project and class of the vb page) cannot be loaded.  I resolved this by reinstalling IIS.  But then some Net Windows components are missing so I have to reinstall Windows components and the problem comes back again.  I expect I will continue reinstalling until I find the problem in the process. Anyone, seen this problem or know of a solution?
Avatar of ptmcomp
ptmcomp
Flag of Switzerland image

I think either you didn't deploy all the files (referenced assemblies) or something is wrong with the namespaces you used. Try to build a new sample project with a button and a label where the button changes the text of the label. Same problem?
Avatar of Jon_Raymond
Jon_Raymond

ASKER

When I create a new project as you suggest, it works fine.  The namespace should be the project name, right.  Then the calss should be the class on the Code Behind page.  So, if these aitems are in place what could be wrong?  I still get this error in my project:
Parser Error Message: Could not load type 'music._default'.
music is the project and _default is the calss in the Code Behind page.
ASKER CERTIFIED SOLUTION
Avatar of ptmcomp
ptmcomp
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok.  That helps but now I get "Parser Error Message: The server block is not well formed."  Could it be an IIS problem?
Start with your initial solution (without the changes that ptmcomp proposed) and build you application first (via menu: Build > Build applicationName.

Check if you have a BIN-folder containing the file applicationName.DLL

Note: applicationName should be the name of your application.
Yes the dlls are there.  Seems I can solve it by building a clean solution.  There may have been other solutions in the tree structure causing the problem.  If I create a new solution with no other solutions in it's tree the problem seems to disappear.
May have been an early bug.  No problems with VS.Net 2003